| |
- builtins.object
-
- CheckPointer
- FileBuffer
- Timer
class CheckPointer(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(self : rosetta.protocols.checkpoint.CheckPointer, type : str) -> NoneType
2. __init__(self : rosetta.protocols.checkpoint.CheckPointer, : rosetta.protocols.checkpoint.CheckPointer) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.checkpoint.CheckPointer, : rosetta.protocols.checkpoint.CheckPointer) -> rosetta.protocols.checkpoint.CheckPointer
- checkpoint(...) from builtins.PyCapsule
- checkpoint(*args, **kwargs)
Overloaded function.
1. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str) -> NoneType
2. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, foldtree : bool) -> NoneType
3. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str) -> NoneType
4. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, foldtree : bool) -> NoneType
5. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, current_tag : str, id : str) -> NoneType
6. checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, current_tag : str, id : str, foldtree : bool) -> NoneType
- clear_checkpoints(...) from builtins.PyCapsule
- clear_checkpoints(rosetta.protocols.checkpoint.CheckPointer) -> NoneType
- debug(...) from builtins.PyCapsule
- debug(*args, **kwargs)
Overloaded function.
1. debug(self : rosetta.protocols.checkpoint.CheckPointer, tag : str, label : str, data1 : float) -> NoneType
print checksum data
2. debug(self : rosetta.protocols.checkpoint.CheckPointer, tag : str, label : str, data1 : float, data2 : float) -> NoneType
print checksum data
3. debug(self : rosetta.protocols.checkpoint.CheckPointer, tag : str, label : str, data1 : float, data2 : float, data3 : float) -> NoneType
print checksum data
- flush_checkpoints(...) from builtins.PyCapsule
- flush_checkpoints(rosetta.protocols.checkpoint.CheckPointer) -> NoneType
- get_checkpoint_recoveries(...) from builtins.PyCapsule
- get_checkpoint_recoveries(rosetta.protocols.checkpoint.CheckPointer) -> int
- get_disabled(...) from builtins.PyCapsule
- get_disabled(rosetta.protocols.checkpoint.CheckPointer) -> bool
- recover_checkpoint(...) from builtins.PyCapsule
- recover_checkpoint(*args, **kwargs)
Overloaded function.
1. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str) -> bool
2. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, fullatom : bool) -> bool
3. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, fullatom : bool, foldtree : bool) -> bool
4. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str) -> bool
5. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, fullatom : bool) -> bool
6. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, mc : protocols::moves::MonteCarlo, current_tag : str, id : str, fullatom : bool, foldtree : bool) -> bool
7. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, current_tag : str, id : str) -> bool
8. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, current_tag : str, id : str, fullatom : bool) -> bool
9. recover_checkpoint(self : rosetta.protocols.checkpoint.CheckPointer, pose : rosetta.core.pose.Pose, current_tag : str, id : str, fullatom : bool, foldtree : bool) -> bool
- set_disabled(...) from builtins.PyCapsule
- set_disabled(*args, **kwargs)
Overloaded function.
1. set_disabled(rosetta.protocols.checkpoint.CheckPointer) -> NoneType
2. set_disabled(self : rosetta.protocols.checkpoint.CheckPointer, value : bool) -> NoneType
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.checkpoint.CheckPointer, new_type : str) -> NoneType
- type(...) from builtins.PyCapsule
- type(rosetta.protocols.checkpoint.CheckPointer) -> str
|
class Timer(builtins.object) |
|
////////////////////////////////////////////////////////////////////////////
: singleton checkpoint timer class
: Keeps track of when to checkpoint using a time interval.
Not thread safe.
David K
//////////////////////////////////////////////////////////////////////////// |
|
Methods defined here:
- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- instance(...) from builtins.PyCapsule
- instance() -> rosetta.protocols.checkpoint.Timer
- is_on(...) from builtins.PyCapsule
- is_on() -> bool
- reset(...) from builtins.PyCapsule
- reset() -> NoneType
- set_interval(...) from builtins.PyCapsule
- set_interval(self : rosetta.protocols.checkpoint.Timer, interval_in : int) -> NoneType
- time_to_checkpoint(...) from builtins.PyCapsule
- time_to_checkpoint() -> bool
| |