Module rosetta :: Class RNAAtomType
[hide private]
[frames] | no frames]

Class RNAAtomType

object --+
         |
        RNAAtomType

Instance Methods [hide private]
bool
__eq__(rosetta.RNAAtomType, rosetta.RNAAtomType)
int
__hash__(rosetta.RNAAtomType)
hash(x)
 
__init__(*args, **kwargs)
Overloaded function.
int
__int__(rosetta.RNAAtomType)
bool
__ne__(rosetta.RNAAtomType, rosetta.RNAAtomType)
a new object with type S, a subtype of T
__new__(T, S, ...)
unicode
__repr__(rosetta.RNAAtomType)
repr(x)

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

Class Variables [hide private]
  BASE = RNAAtomType.BASE
  PHOSPHATE = RNAAtomType.PHOSPHATE
  SUGAR = RNAAtomType.SUGAR
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(rosetta.RNAAtomType)
(Hashing function)

 

hash(x)

Returns: int
Overrides: object.__hash__

__init__(*args, **kwargs)
(Constructor)

 
Overloaded function.

1. __init__(rosetta.RNAAtomType, int) -> NoneType

2. __init__(rosetta.RNAAtomType, int) -> NoneType

Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(rosetta.RNAAtomType)
(Representation operator)

 

repr(x)

Returns: unicode
Overrides: object.__repr__