Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py44 LambdaType = type(lambda: None) # Same as FunctionType variable
/external/python/cpython3/Lib/
Dtypes.py13 LambdaType = type(lambda: None) # Same as FunctionType variable