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

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

Completed in 111 milliseconds