Пример #1
0
 def __init__(self, dist):
     self._compiler = None
     Command.__init__(self, dist)
Пример #2
0
 def warn(self, msg):
     """Counts the number of warnings that occurs."""
     self._warnings.append(msg)
     return Command.warn(self, msg)