Package schrodinger :: Package application :: Package glide :: Module xpdes :: Class TermKeywords
[hide private]
[frames] | no frames]

Class TermKeywords

object --+        
         |        
basestring --+    
             |    
           str --+
                 |
    object --+   |
             |   |
     enum.Enum --+
                 |
                TermKeywords

XP-descriptor term keywords. Note that members of this enum may be compared to bare strings.

Nested Classes [hide private]
  _member_type_
str(object='') -> string
Instance Methods [hide private]
string
__format__(self, format_spec)
Return a formatted version of S as described by format_spec.
 
__reduce_ex__(self, proto)
helper for pickle
 
__repr__(self)
repr(x)
 
__str__(self)
str(x)

Inherited from str: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __rmod__, __rmul__, __sizeof__, capitalize, center, count, decode, encode, endswith, expandtabs, find, format, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from enum.Enum: __dir__

Inherited from object: __delattr__, __init__, __reduce__, __setattr__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, value)
Class Variables [hide private]
  Molecule = "Molecule"
  H_bonds = "H_bonds"
  Phob_pack = "Phob_pack"
  Hex_pairs = "Hex_pairs"
  Penalties = "Penalties"
  Phobcon_HB = "Phobcon_HB"
  Picat = "Picat"
  Exposure = "Exposure"
  Rot_bonds = "Rot_bonds"
  Hex_sp = "Hex_sp"
  _member_map_ = OrderedDict([('Exposure', <TermKeywords.Exposur...
  _member_names_ = ['Exposure', 'H_bonds', 'Hex_pairs', 'Hex_sp'...
  _value2member_map_ = {'Exposure': <TermKeywords.Exposure: 'Exp...

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__format__(self, format_spec)

 

Return a formatted version of S as described by format_spec.

Returns: string
Overrides: object.__format__
(inherited documentation)

__new__(cls, value)
Static Method

 
Parameters:
  • val - The integer value for this object.
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

__reduce_ex__(self, proto)

 

helper for pickle

Overrides: object.__reduce_ex__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

_member_map_

Value:
OrderedDict([('Exposure', <TermKeywords.Exposure: 'Exposure'>), ('H_bo\
nds', <TermKeywords.H_bonds: 'H_bonds'>), ('Hex_pairs', <TermKeywords.\
Hex_pairs: 'Hex_pairs'>), ('Hex_sp', <TermKeywords.Hex_sp: 'Hex_sp'>),\
 ('Molecule', <TermKeywords.Molecule: 'Molecule'>), ('Penalties', <Ter\
mKeywords.Penalties: 'Penalties'>), ('Phob_pack', <TermKeywords.Phob_p\
ack: 'Phob_pack'>), ('Phobcon_HB', <TermKeywords.Phobcon_HB: 'Phobcon_\
HB'>), ('Picat', <TermKeywords.Picat: 'Picat'>), ('Rot_bonds', <TermKe\
ywords.Rot_bonds: 'Rot_bonds'>)])

_member_names_

Value:
['Exposure',
 'H_bonds',
 'Hex_pairs',
 'Hex_sp',
 'Molecule',
 'Penalties',
 'Phob_pack',
 'Phobcon_HB',
...

_value2member_map_

Value:
{'Exposure': <TermKeywords.Exposure: 'Exposure'>,
 'H_bonds': <TermKeywords.H_bonds: 'H_bonds'>,
 'Hex_pairs': <TermKeywords.Hex_pairs: 'Hex_pairs'>,
 'Hex_sp': <TermKeywords.Hex_sp: 'Hex_sp'>,
 'Molecule': <TermKeywords.Molecule: 'Molecule'>,
 'Penalties': <TermKeywords.Penalties: 'Penalties'>,
 'Phob_pack': <TermKeywords.Phob_pack: 'Phob_pack'>,
 'Phobcon_HB': <TermKeywords.Phobcon_HB: 'Phobcon_HB'>,
...