forked from M-Labs/artiq
Initialize types.TBuiltin's attributes field.
This commit is contained in:
parent
6bf95397d7
commit
86cdc84f7e
|
@ -191,6 +191,7 @@ class TBuiltin(Type):
|
||||||
|
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
self.name = name
|
self.name = name
|
||||||
|
self.attributes = {}
|
||||||
|
|
||||||
def find(self):
|
def find(self):
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Reference in New Issue