Searched defs:builtin_types (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Parser/ |
D | asdl.py | 36 builtin_types = {'identifier', 'string', 'bytes', 'int', 'object', 'singleton', variable
|
/external/python/cpython2/Parser/ |
D | asdl.py | 221 builtin_types = ("identifier", "string", "int", "bool", "object") variable
|