Ejemplo n.º 1
0
 def pre_sub(self):
     namespace.enter_scope()
Ejemplo n.º 2
0
 def __init__(self, text, parent, payload):
     CppStatement.__init__(self, text, parent, payload)
     self.scope = namespace.enter_scope()