Beispiel #1
0
	def __init__( self , **args ) :
		Plugin.__init__( self , **args )
		self.nodes = {}
Beispiel #2
0
	def __init__( self ) :
		Plugin.__init__( self )
Beispiel #3
0
	def __init__( self , **args ) :
		Plugin.__init__( self , **args )
		self.params = {} 
Beispiel #4
0
	def __init__( self , **args ) :
		Plugin.__init__( self , **args )
		self.lnodes = ( {} , {} , {} )
		self.cnodes = []
Beispiel #5
0
 def __init__(self):
     Plugin.__init__(self)
Beispiel #6
0
	def __init__( self , **args ) :
		Plugin.__init__( self , **args )
		self.nodes = []
		self.priorize = None
		self.prior = tofloat('inf')
Beispiel #7
0
	def __init__( self , **args ) :
		Plugin.__init__( self , **args )
		self.draws = {}
Beispiel #8
0
 def setUp(self):
     self.plugin = Plugin()