secstruct_legacy¶
Bindings for protocols::rna::denovo::secstruct_legacy namespace
-
class
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
RNA_SecStructLegacyInfo
¶ Bases:
pyrosetta.rosetta.basic.datacache.CacheableData
Keep track of RNA centroid information inside the pose./ Rhiju move this to its own namespace!
-
__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__
(*args, **kwargs)¶ Overloaded function.
- __init__(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) -> None
- __init__(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo, rna_secstruct_legacy_string: str) -> None
- __init__(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo, arg0: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) -> 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.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo, : pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) → pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo¶ C++: protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo::operator=(const class protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo &) –> class protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo &
-
clone
(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) → pyrosetta.rosetta.basic.datacache.CacheableData¶ C++: protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo::clone() const –> class std::shared_ptr<class basic::datacache::CacheableData>
-
get_secstruct
(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) → str¶ C++: protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo::get_secstruct() const –> const std::string &
-
get_self_ptr
(self: pyrosetta.rosetta.basic.datacache.CacheableData) → pyrosetta.rosetta.basic.datacache.CacheableData¶ C++: basic::datacache::CacheableData::get_self_ptr() –> class std::shared_ptr<class basic::datacache::CacheableData>
-
get_self_weak_ptr
(self: pyrosetta.rosetta.basic.datacache.CacheableData) → pyrosetta.rosetta.std.weak_ptr_basic_datacache_CacheableData_t¶ C++: basic::datacache::CacheableData::get_self_weak_ptr() –> class std::weak_ptr<class basic::datacache::CacheableData>
-
set_secstruct
(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo, secstruct: str) → None¶ C++: protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo::set_secstruct(const class std::basic_string<char> &) –> void
-
size
(self: pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.RNA_SecStructLegacyInfo) → int¶ C++: protocols::rna::denovo::secstruct_legacy::RNA_SecStructLegacyInfo::size() const –> unsigned long
-
-
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
clear_rna_secstruct_legacy_info
(pose: pyrosetta.rosetta.core.pose.Pose) → None¶ C++: protocols::rna::denovo::secstruct_legacy::clear_rna_secstruct_legacy_info(class core::pose::Pose &) –> void
-
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
get_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose) → str¶ C++: protocols::rna::denovo::secstruct_legacy::get_rna_secstruct_legacy(class core::pose::Pose &) –> const std::string &
-
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
get_rna_secstruct_legacy_from_const_pose
(pose: pyrosetta.rosetta.core.pose.Pose) → str¶ C++: protocols::rna::denovo::secstruct_legacy::get_rna_secstruct_legacy_from_const_pose(const class core::pose::Pose &) –> const std::string &
-
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
has_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose) → bool¶ C++: protocols::rna::denovo::secstruct_legacy::has_rna_secstruct_legacy(const class core::pose::Pose &) –> bool
-
pyrosetta.rosetta.protocols.rna.denovo.secstruct_legacy.
set_rna_secstruct_legacy
(pose: pyrosetta.rosetta.core.pose.Pose, rna_secstruct_legacy_string: str) → None¶ C++: protocols::rna::denovo::secstruct_legacy::set_rna_secstruct_legacy(class core::pose::Pose &, const class std::basic_string<char> &) –> void