Rosetta
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__ (self, weights=None, patch=None)
 
def setup (self)
 
def score_function (self)
 
def execute (self, pack_or_pose)
 
- Public Member Functions inherited from pyrosetta.distributed.tasks.taskbase.TaskBase
def __repr__ (self)
 
def __name__ (self)
 
def __getstate__ (self)
 
def __setstate__ (self, state)
 
def maybe_setup (self)
 
def execute (self)
 
def __call__ (self, *args, **kwargs)
 
- Public Member Functions inherited from pyrosetta.distributed.utility.log.LoggerMixin
def logger (cls)
 

Public Attributes

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

Static Public Attributes

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

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ execute()

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

◆ score_function()

def pyrosetta.distributed.tasks.score.ScorePoseTask.score_function (   self)

◆ setup()

def pyrosetta.distributed.tasks.score.ScorePoseTask.setup (   self)

Member Data Documentation

◆ patch

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

◆ protocol_lock

pyrosetta.distributed.tasks.score.ScorePoseTask.protocol_lock

◆ weights

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

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