Rosetta
Classes | Variables
test.T850_SubClassing Namespace Reference

Classes

class  PyValue
 
class  A
 
class  PyOverloadTest
 
class  My_New_Mover
 
class  MyNewCI1B_Creator
 
class  MyNewCI1B
 

Variables

 extra_options
 
 a = A()
 
 v = rosetta.utility.py.Value()
 
 pv = PyValue()
 
 ot = rosetta.utility.py.OverloadTest()
 
 pot = PyOverloadTest()
 
 new_mover = My_New_Mover()
 
 pose = rosetta.core.import_pose.pose_from_file("../test/data/test_in.pdb")
 
 sf_new = rosetta.core.scoring.ScoreFunction()
 
 seq = rosetta.protocols.moves.SequenceMover()
 
 minmover = rosetta.protocols.minimization_packing.MinMover()
 
 old_phi = pose.phi(1)
 
list _mem_ = []
 
 b = MyNewCI1B_Creator()
 

Variable Documentation

◆ _mem_

list test.T850_SubClassing._mem_ = []
private

◆ a

test.T850_SubClassing.a = A()

◆ b

test.T850_SubClassing.b = MyNewCI1B_Creator()

◆ extra_options

test.T850_SubClassing.extra_options

◆ minmover

test.T850_SubClassing.minmover = rosetta.protocols.minimization_packing.MinMover()

◆ new_mover

test.T850_SubClassing.new_mover = My_New_Mover()

◆ old_phi

test.T850_SubClassing.old_phi = pose.phi(1)

◆ ot

test.T850_SubClassing.ot = rosetta.utility.py.OverloadTest()

◆ pose

test.T850_SubClassing.pose = rosetta.core.import_pose.pose_from_file("../test/data/test_in.pdb")

◆ pot

test.T850_SubClassing.pot = PyOverloadTest()

◆ pv

test.T850_SubClassing.pv = PyValue()

◆ seq

test.T850_SubClassing.seq = rosetta.protocols.moves.SequenceMover()

◆ sf_new

test.T850_SubClassing.sf_new = rosetta.core.scoring.ScoreFunction()

◆ v

test.T850_SubClassing.v = rosetta.utility.py.Value()