Exemplo n.º 1
0
 def __init__(self, rtyper, access_set):
     self.rtyper = rtyper
     self.access_set = access_set
     self.pbc_type = ForwardReference()
     self.lowleveltype = Ptr(self.pbc_type)
     self.pbc_cache = {}