Home
last modified time | relevance | path

Searched refs:LambdaType (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtypes.py44 LambdaType = type(lambda: None) # Same as FunctionType variable
/external/python/cpython2/Lib/idlelib/
DCallTips.py179 if type(fob) in [types.FunctionType, types.LambdaType]:
/external/python/cpython2/Doc/library/
Dtypes.rst122 LambdaType
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3786 if type(fob) in [types.FunctionType, types.LambdaType]: