Exemplo n.º 1
0
	def __init__(self):
		LineParser.__init__(self)
		self.__copyArguments = CopyArguments()
Exemplo n.º 2
0
	def __init__(self):
		LineParser.__init__(self)
Exemplo n.º 3
0
	def __init__(self, commandToken):
		LineParser.__init__(self)
		assert commandToken is not None

		self.commandToken = commandToken