Home
last modified time | relevance | path

Searched refs:asdl_of (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Dasdl_c.py89 def asdl_of(name, obj): function
101 asdl_of(type.name, type) for type in obj.types
1130 self.emit('%s);' % reflow_c_string(asdl_of(name, prod), 2), 2, reflow=False)
1143 self.emit('%s);' % reflow_c_string(asdl_of(name, sum), 2), 2, reflow=False)
1162 self.emit('%s);' % reflow_c_string(asdl_of(cons.name, cons), 2), 2, reflow=False)

Completed in 3 milliseconds