Example #1
0
 def add(self, g, dupcheck=0):
     g.setselftype(self.objecttype, self.itselftype)
     GeneratorGroup.add(self, g, dupcheck)
Example #2
0
from bgenOutput import *
Example #3
0
	def add(self, g):
		g.setselftype(self.objecttype, self.itselftype)
		GeneratorGroup.add(self, g)
	def add(self, g):
		g.setselftype(self.objecttype, self.itselftype)
		GeneratorGroup.add(self, g)
Example #5
0
from bgenOutput import *