Home
last modified time | relevance | path

Searched defs:isgeneratorfunction (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py385 def isgeneratorfunction(object): # pylint: disable=redefined-builtin function
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py399 def isgeneratorfunction(object): # pylint: disable=redefined-builtin function
/external/python/cpython2/Lib/
Dinspect.py155 def isgeneratorfunction(object): function
/external/python/cpython3/Lib/
Dinspect.py183 def isgeneratorfunction(obj): function