helixAssembly¶
Bindings for protocols::features::helixAssembly namespace
-
class
pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator¶ Bases:
pyrosetta.rosetta.protocols.features.FeaturesReporterCreatorcreator for the HelixBundleFeatures class
-
__delattr__¶ Implement delattr(self, name).
-
__dir__() → list¶ default dir() implementation
-
__eq__¶ Return self==value.
-
__format__()¶ default object formatter
-
__ge__¶ Return self>=value.
-
__getattribute__¶ Return getattr(self, name).
-
__gt__¶ Return self>value.
-
__hash__¶ Return hash(self).
-
__init__(self: pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator) → None¶
-
__init_subclass__()¶ This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
-
__le__¶ Return self<=value.
-
__lt__¶ Return self<value.
-
__ne__¶ Return self!=value.
-
__new__()¶ Create and return a new object. See help(type) for accurate signature.
-
__reduce__()¶ helper for pickle
-
__reduce_ex__()¶ helper for pickle
-
__repr__¶ Return repr(self).
-
__setattr__¶ Implement setattr(self, name, value).
-
__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).
-
assign(self: pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator, : pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator) → pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator¶ C++: protocols::features::helixAssembly::ConcurrencyTestCreator::operator=(const class protocols::features::helixAssembly::ConcurrencyTestCreator &) –> class protocols::features::helixAssembly::ConcurrencyTestCreator &
-
create_features_reporter(self: pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator) → pyrosetta.rosetta.protocols.features.FeaturesReporter¶ C++: protocols::features::helixAssembly::ConcurrencyTestCreator::create_features_reporter() const –> class std::shared_ptr<class protocols::features::FeaturesReporter>
-
provide_xml_schema(self: pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator, xsd: pyrosetta.rosetta.utility.tag.XMLSchemaDefinition) → None¶ C++: protocols::features::helixAssembly::ConcurrencyTestCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void
-
type_name(self: pyrosetta.rosetta.protocols.features.helixAssembly.ConcurrencyTestCreator) → str¶ C++: protocols::features::helixAssembly::ConcurrencyTestCreator::type_name() const –> std::string
-
-
class
pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator¶ Bases:
pyrosetta.rosetta.protocols.features.FeaturesReporterCreatorcreator for the HelixBundleFeatures class
-
__delattr__¶ Implement delattr(self, name).
-
__dir__() → list¶ default dir() implementation
-
__eq__¶ Return self==value.
-
__format__()¶ default object formatter
-
__ge__¶ Return self>=value.
-
__getattribute__¶ Return getattr(self, name).
-
__gt__¶ Return self>value.
-
__hash__¶ Return hash(self).
-
__init__(self: pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator) → None¶
-
__init_subclass__()¶ This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
-
__le__¶ Return self<=value.
-
__lt__¶ Return self<value.
-
__ne__¶ Return self!=value.
-
__new__()¶ Create and return a new object. See help(type) for accurate signature.
-
__reduce__()¶ helper for pickle
-
__reduce_ex__()¶ helper for pickle
-
__repr__¶ Return repr(self).
-
__setattr__¶ Implement setattr(self, name, value).
-
__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).
-
assign(self: pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator, : pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator) → pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator¶ C++: protocols::features::helixAssembly::HelixBundleFeaturesCreator::operator=(const class protocols::features::helixAssembly::HelixBundleFeaturesCreator &) –> class protocols::features::helixAssembly::HelixBundleFeaturesCreator &
-
create_features_reporter(self: pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator) → pyrosetta.rosetta.protocols.features.FeaturesReporter¶ C++: protocols::features::helixAssembly::HelixBundleFeaturesCreator::create_features_reporter() const –> class std::shared_ptr<class protocols::features::FeaturesReporter>
-
provide_xml_schema(self: pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator, xsd: pyrosetta.rosetta.utility.tag.XMLSchemaDefinition) → None¶ C++: protocols::features::helixAssembly::HelixBundleFeaturesCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void
-
type_name(self: pyrosetta.rosetta.protocols.features.helixAssembly.HelixBundleFeaturesCreator) → str¶ C++: protocols::features::helixAssembly::HelixBundleFeaturesCreator::type_name() const –> std::string
-