Home
last modified time | relevance | path

Searched defs:lambdef (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dsymbol.py78 lambdef = 321 variable
/external/python/cpython3/Include/
Dgraminit.h54 #define lambdef 307 macro
/external/python/cpython2/Include/
Dgraminit.h68 #define lambdef 321 macro
/external/python/cpython3/Lib/
Dsymbol.py64 lambdef = 307 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py280 def lambdef(self, nodelist): member in Transformer