Esempio n. 1
0
 def __init__(self, ident):
     self.ident = ident
     self.escaped = symbol_escaped(ident)
 def __init__(self, ident):
     self.ident = ident
     self.escaped = symbol_escaped(ident)
Esempio n. 3
0
 def __init__(self, ident):
     # ident and escaped are strings representing the object
     self.ident = ident
     self.escaped = symbol_escaped(ident)