예제 #1
0
파일: tr_activity.py 프로젝트: bbbkl/python
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._resources = []
     self._process = None
     self._zeitmengeneinheit_dict = {}
예제 #2
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
예제 #3
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._zeitmengeneinheit_dict = {}
예제 #4
0
파일: tr_resource.py 프로젝트: bbbkl/python
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._m_resources = []
     self._m_res_alt_group = []
예제 #5
0
파일: s_article.py 프로젝트: bbbkl/python
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._dispoparams = {}  # dict mrp_area -> dispo_parameter
     self._ort = []
     self._dispo_bewegungen = []
예제 #6
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     if len(self._tokens) == 2 and self._tokens[-1] == '':
         self._tokens.pop()
예제 #7
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     TrActivity.set_server_date(self._tokens[0])