Home
last modified time | relevance | path

Searched refs:_keyword (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h33 typedef struct _keyword *keyword_ty;
364 struct _keyword { struct
/external/python/cpython3/Include/
DPython-ast.h35 typedef struct _keyword *keyword_ty;
426 struct _keyword { struct
/external/python/cpython2/Demo/parser/
Dunparse.py553 def _keyword(self, t): member in Unparser
/external/python/cpython3/Tools/parser/
Dunparse.py642 def _keyword(self, t): member in Unparser
/external/python/cpython3/Doc/
Dglossary.rst800 .. _keyword-only_parameter: