Rosetta
|
Public Member Functions | |
def | __init__ (self, fname, opts) |
def | write (self, s) |
def | close (self) |
Public Attributes | |
fname | |
opts | |
body | |
def options.KeepSameFile.__init__ | ( | self, | |
fname, | |||
opts | |||
) |
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
def options.KeepSameFile.close | ( | self | ) |
References options.KeepSameFile.body, ConstraintConfig.fname, options.KeepSameFile.fname, basic::database.open(), options.KeepSameFile.opts, and print().
Referenced by pyrosetta.distributed.utility.log.LoggingContext.__exit__(), ez_setup.ContextualZipFile.__exit__(), PyMOL-Rosetta-relay-client.SecretInputDialog.__init__(), and PyMOL-Rosetta-relay-client.SecretInputDialog.start_server().
def options.KeepSameFile.write | ( | self, | |
s | |||
) |
References options.KeepSameFile.body.
options.KeepSameFile.body |
Referenced by options.KeepSameFile.close(), and options.KeepSameFile.write().
options.KeepSameFile.fname |
Referenced by options.KeepSameFile.close().
options.KeepSameFile.opts |
Referenced by options.KeepSameFile.close().