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