예제 #1
0
파일: mapping.py 프로젝트: aquamatt/Peloton
 def __init__(self, *args, **kwargs):
     PelotonSettings.__init__(self, *args, **kwargs)
     self.__profiles = {}
     
     # holds transform chains as evaluated on the fly in coreio
     self.__outputTransforms = {}