Home
last modified time | relevance | path

Searched defs:builtin_types (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/
Dasdl.py36 builtin_types = {'identifier', 'string', 'int', 'constant'} variable
/external/python/cpython2/Parser/
Dasdl.py221 builtin_types = ("identifier", "string", "int", "bool", "object") variable