Home
last modified time | relevance | path

Searched refs:LambdaType (Results 1 – 7 of 7) 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/cpython3/Lib/
Dtypes.py13 LambdaType = type(lambda: None) # Same as FunctionType variable
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py797 if isinstance(self.function, python_types.LambdaType):
805 if isinstance(self._output_shape, python_types.LambdaType):
/external/python/cpython2/Doc/library/
Dtypes.rst122 LambdaType
/external/python/cpython3/Doc/library/
Dtypes.rst104 LambdaType
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3786 if type(fob) in [types.FunctionType, types.LambdaType]: