Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
pyrosetta.distributed.tasks.score.ScorePoseTask Class Reference
Inheritance diagram for pyrosetta.distributed.tasks.score.ScorePoseTask:
Inheritance graph
[legend]

Public Member Functions

def __init__
 
def setup
 
def score_function
 
def execute
 
- Public Member Functions inherited from pyrosetta.distributed.tasks.taskbase.TaskBase
def __repr__
 
def __name__
 
def __getstate__
 
def __setstate__
 
def maybe_setup
 
def setup
 
def execute
 
def __call__
 
- Public Member Functions inherited from pyrosetta.distributed.utility.log.LoggerMixin
def logger
 

Public Attributes

 protocol_lock
 
- Public Attributes inherited from pyrosetta.distributed.tasks.taskbase.TaskBase
 is_setup
 

Static Public Attributes

tuple weights = traitlets.CUnicode(allow_none=True)
 
tuple patch = traitlets.CUnicode(allow_none=True)
 

Constructor & Destructor Documentation

def pyrosetta.distributed.tasks.score.ScorePoseTask.__init__ (   self,
  weights = None,
  patch = None 
)

Member Function Documentation

def pyrosetta.distributed.tasks.score.ScorePoseTask.execute (   self,
  pack_or_pose 
)
def pyrosetta.distributed.tasks.score.ScorePoseTask.score_function (   self)
def pyrosetta.distributed.tasks.score.ScorePoseTask.setup (   self)

Member Data Documentation

tuple pyrosetta.distributed.tasks.score.ScorePoseTask.patch = traitlets.CUnicode(allow_none=True)
static
pyrosetta.distributed.tasks.score.ScorePoseTask.protocol_lock
tuple pyrosetta.distributed.tasks.score.ScorePoseTask.weights = traitlets.CUnicode(allow_none=True)
static

The documentation for this class was generated from the following file: