bin_transitions¶
Bindings for core::scoring::bin_transitions namespace
- 
class pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE¶
- Bases: - pybind11_builtins.pybind11_object- Enum for the way in which bins will be divided into subbins. Default is BTSB_NONE, which means that the bin has no subbins. As subbin types are- added, add them (1) here, and (2) to the get_subbin_type_name function, and (3) to the setup_subbin_type function, then add a function called by the setup_subbin_type function. - 
__delattr__¶
- Implement delattr(self, name). 
 - 
__dir__() → list¶
- default dir() implementation 
 - 
__eq__(*args, **kwargs)¶
- Overloaded function. - __eq__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) -> bool
- __eq__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: int) -> bool
 
 - 
__format__()¶
- default object formatter 
 - 
__ge__¶
- Return self>=value. 
 - 
__getattribute__¶
- Return getattr(self, name). 
 - 
__getstate__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) → tuple¶
 - 
__gt__¶
- Return self>value. 
 - 
__hash__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) → int¶
 - 
__init__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: int) → None¶
 - 
__init_subclass__()¶
- This method is called when a class is subclassed. - The default implementation does nothing. It may be overridden to extend subclasses. 
 - 
__int__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) → int¶
 - 
__le__¶
- Return self<=value. 
 - 
__lt__¶
- Return self<value. 
 - 
__ne__(*args, **kwargs)¶
- Overloaded function. - __ne__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) -> bool
- __ne__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: int) -> bool
 
 - 
__new__()¶
- Create and return a new object. See help(type) for accurate signature. 
 - 
__reduce__()¶
- helper for pickle 
 - 
__reduce_ex__()¶
- helper for pickle 
 - 
__repr__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE) → str¶
 - 
__setattr__¶
- Implement setattr(self, name, value). 
 - 
__setstate__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BTSB_SUBBIN_TYPE, arg0: tuple) → None¶
 - 
__sizeof__() → int¶
- size of object in memory, in bytes 
 - 
__str__¶
- Return str(self). 
 - 
__subclasshook__()¶
- Abstract classes can override this to customize issubclass(). - This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached). 
 
- 
- 
class pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES¶
- Bases: - pybind11_builtins.pybind11_object- Enum for the properties that can be required or prohibited at the i or i+1 position. - These reflect properties that residues can have. Whenever a property is added, add it (1) here, (2) to the get_property_effect_name function, and (3) to the has_property function. - 
__delattr__¶
- Implement delattr(self, name). 
 - 
__dir__() → list¶
- default dir() implementation 
 - 
__eq__(*args, **kwargs)¶
- Overloaded function. - __eq__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) -> bool
- __eq__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: int) -> bool
 
 - 
__format__()¶
- default object formatter 
 - 
__ge__¶
- Return self>=value. 
 - 
__getattribute__¶
- Return getattr(self, name). 
 - 
__getstate__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) → tuple¶
 - 
__gt__¶
- Return self>value. 
 - 
__hash__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) → int¶
 - 
__init__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: int) → None¶
 - 
__init_subclass__()¶
- This method is called when a class is subclassed. - The default implementation does nothing. It may be overridden to extend subclasses. 
 - 
__int__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) → int¶
 - 
__le__¶
- Return self<=value. 
 - 
__lt__¶
- Return self<value. 
 - 
__ne__(*args, **kwargs)¶
- Overloaded function. - __ne__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) -> bool
- __ne__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: int) -> bool
 
 - 
__new__()¶
- Create and return a new object. See help(type) for accurate signature. 
 - 
__reduce__()¶
- helper for pickle 
 - 
__reduce_ex__()¶
- helper for pickle 
 - 
__repr__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES) → str¶
 - 
__setattr__¶
- Implement setattr(self, name, value). 
 - 
__setstate__(self: pyrosetta.rosetta.core.scoring.bin_transitions.BT_PROPERTIES, arg0: tuple) → None¶
 - 
__sizeof__() → int¶
- size of object in memory, in bytes 
 - 
__str__¶
- Return str(self). 
 - 
__subclasshook__()¶
- Abstract classes can override this to customize issubclass(). - This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached). 
 
-