예제 #1
0
파일: STACKED.py 프로젝트: exedre/e4t
	def __init__(self,spec,right=False,genspec=None,options=None):
		FigureBlock.__init__(self,spec,right,genspec,options)
예제 #2
0
파일: MAP.py 프로젝트: exedre/e4t
 def __init__(self,spec,right=False,genspec=None,options=Options()):
     FigureBlock.__init__(self,spec,right,genspec,options)
     logger.debug('Information Set %s', self )