movers¶
Bindings for protocols::motif_grafting::movers namespace
-
pyrosetta.rosetta.protocols.motif_grafting.movers.compare_motif2scaffold_data_by_scaffold_low2high(a: pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_indexes, b: pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_indexes) → bool¶ C++: protocols::motif_grafting::movers::compare_motif2scaffold_data_by_scaffold_low2high(const struct protocols::motif_grafting::movers::motif2scaffold_indexes &, const struct protocols::motif_grafting::movers::motif2scaffold_indexes &) –> bool
-
class
pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_data¶ Bases:
pybind11_builtins.pybind11_objectstructure that contains the motif2scaffold_indexes data in a vector and adds fields for fragment matching information*
-
__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.motif_grafting.movers.motif2scaffold_data, arg0: pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_data) -> None
- __init__(self: pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_data) -> 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.motif_grafting.movers.motif2scaffold_data, : pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_data) → pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_data¶ C++: protocols::motif_grafting::movers::motif2scaffold_data::operator=(const struct protocols::motif_grafting::movers::motif2scaffold_data &) –> struct protocols::motif_grafting::movers::motif2scaffold_data &
-
-
class
pyrosetta.rosetta.protocols.motif_grafting.movers.motif2scaffold_indexes¶ Bases:
pybind11_builtins.pybind11_objectstructure that contains the data of corresponding fragments in the motif and scaffold*
-
__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.motif_grafting.movers.motif2scaffold_indexes) → 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).
-