Package PyFoam :: Package Basics :: Module DataStructures :: Class Field
[hide private]
[frames] | no frames]

Class Field

source code

Instance Methods [hide private]
  __init__(self, val, name=None)
  __str__(self)
  __cmp__(self, other)
  __getitem__(self, key)
  __setitem__(self, key, value)

Method Details [hide private]

__init__(self, val, name=None)
(Constructor)

source code 
None

__str__(self)
(Informal representation operator)

source code 
None

__cmp__(self, other)
(Comparison operator)

source code 
None

__getitem__(self, key)
(Indexing operator)

source code 
None

__setitem__(self, key, value)
(Index assignment operator)

source code 
None