コード例 #1
0
 def __init__(self, client):
     _Interface.__init__(self, client)
     self._soft = MarginsSoft(client)
     self._hard = None
     ## check if hard margin (OH) is supported by plotter...
     if 'OH' in client.allowedHPGLCommands:
         self._hard = MarginsHard(client)
コード例 #2
0
ファイル: interface.py プロジェクト: bengolder/chiplotle
 def __init__(self, client):
     _Interface.__init__(self, client)
     self._soft = MarginsSoft(client)
     self._hard = None
     ## check if hard margin (OH) is supported by plotter...
     if 'OH' in client.allowedHPGLCommands:
         self._hard = MarginsHard(client)
コード例 #3
0
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None
コード例 #4
0
ファイル: interface.py プロジェクト: bengolder/chiplotle
 def __init__(self, _client):
     _Interface.__init__(self, _client)
     self.__parent = None