示例#1
0
 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
 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])