Rosetta
Namespaces | Functions | Variables
multiprocessing.py File Reference

Namespaces

 pyrosetta.distributed.cluster.multiprocessing
 

Functions

Any pyrosetta.distributed.cluster.multiprocessing.user_protocol (PackedPose pose, Callable[..., Any] protocol, bool ignore_errors, **Any kwargs)
 
List[Union[PackedPose, bytes]] pyrosetta.distributed.cluster.multiprocessing.run_protocol (Callable[..., Any] protocol, PackedPose pose, str DATETIME_FORMAT, bool ignore_errors, **Any kwargs)
 
Tuple[List[PackedPose], Dict[Any, Any]] pyrosetta.distributed.cluster.multiprocessing.get_target_results_kwargs (Q q, P p, Dict[Any, Any] kwargs, str protocol_name, Union[float, int] timeout, bool ignore_errors)
 
None pyrosetta.distributed.cluster.multiprocessing.target (Callable[..., Any] protocol, PackedPose pose, Q q, str logging_file, str logging_level, str DATETIME_FORMAT, bool ignore_errors, AbstractSet[str] master_residue_type_set, **Any kwargs)
 
List[Tuple[PackedPose, Dict[Any, Any]]] pyrosetta.distributed.cluster.multiprocessing.user_spawn_thread (Callable[..., Any] protocol, PackedPose pose, Dict[Any, Any] kwargs, List[int] decoy_ids, str protocols_key, Union[float, int] timeout, bool ignore_errors, str logging_file, str logging_level, str DATETIME_FORMAT, AbstractSet[str] master_residue_type_set)
 

Variables

string pyrosetta.distributed.cluster.multiprocessing.__author__ = "Jason C. Klima"
 
string pyrosetta.distributed.cluster.multiprocessing.__email__ = "klima.jason@gmail.com"
 
 pyrosetta.distributed.cluster.multiprocessing.Q = TypeVar("Q", bound=billiard.Queue)
 
 pyrosetta.distributed.cluster.multiprocessing.P = TypeVar("P", bound=billiard.context.Process)