Package schrodinger :: Package application :: Package desmond :: Module ffiostructure :: Class _FFIOSubBlock
[hide private]
[frames] | no frames]

Class _FFIOSubBlock

object --+
         |
        _FFIOSubBlock
Known Subclasses:

A class to make access of ffio sub-block properties more pythonic.

Instance Methods [hide private]
 
__init__(self, ff, _index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__eq__(self, that)
Compare on ff handle and index.
 
__ne__(self, other)
Check for inequality based on ff handle and index.
 
__hash__(self)
hash(x)
 
__int__(self)
 
__str__(self)
str(x)
 
_getIndex(self)
 
_getProperty(self)

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  block_type = None
hash(x)
Properties [hide private]
  index
The item index.
  property
property dictionary

Inherited from object: __class__

Method Details [hide private]

__init__(self, ff, _index)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

 

hash(x)

Overrides: object.__hash__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

index

The item index. Read only.

Get Method:
_getIndex(self)

property

property dictionary

Get Method:
_getProperty(self)