| |
- builtins.object
-
- BasicInit
-
- BasicCmdLineInit
- JSON_RPC
class JSON_RPC(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle, str) -> NoneType
doc
2. __init__(handle, str, bool) -> NoneType
doc
3. __init__(self : handle, msg : str, capture_tracer : bool, basic_init : rosetta.protocols.rpc.BasicInit) -> NoneType
4. __init__(handle, rosetta.protocols.rpc.JSON_RPC) -> 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.rpc.JSON_RPC, json_rpc : rosetta.protocols.rpc.JSON_RPC) -> rosetta.protocols.rpc.JSON_RPC
- get_fa_score(...) from builtins.PyCapsule
- get_fa_score(rosetta.protocols.rpc.JSON_RPC) -> float
- get_irms(...) from builtins.PyCapsule
- get_irms(rosetta.protocols.rpc.JSON_RPC) -> float
- outputpose(...) from builtins.PyCapsule
- outputpose(rosetta.protocols.rpc.JSON_RPC) -> rosetta.core.pose.Pose
- run(...) from builtins.PyCapsule
- run(rosetta.protocols.rpc.JSON_RPC) -> NoneType
- runtime(...) from builtins.PyCapsule
- runtime(rosetta.protocols.rpc.JSON_RPC) -> int
- tracer(...) from builtins.PyCapsule
- tracer(rosetta.protocols.rpc.JSON_RPC) -> str
| |