HomeSort by relevance Sort by last modified time
    Searched refs:getfullargspec (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/python/estimator/
util.py 55 args = tf_inspect.getfullargspec(fn).args
  /external/python/cpython3/Lib/idlelib/
calltips.py 148 argspec = inspect.formatargspec(*inspect.getfullargspec(fob))
  /external/tensorflow/tensorflow/python/util/
tf_inspect.py 48 def getfullargspec(obj): # pylint: disable=redefined-builtin function
49 """TFDecorator-aware replacement for inspect.getfullargspec and fallback to
58 callable is not decorated, `inspect.getfullargspec()`
62 spec_fn = getattr(_inspect, 'getfullargspec', getattr(_inspect, 'getargspec'))
  /external/python/cpython3/Lib/xmlrpc/
server.py 752 args = inspect.getfullargspec(object)
764 args = inspect.getfullargspec(object)
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 664 inspect.getfullargspec(routine)
757 spec = inspect.getfullargspec(test)
761 spec = inspect.getfullargspec(test)
786 spec = inspect.getfullargspec(builtin)
796 inspect.getfullargspec(builtin)
    [all...]
  /external/python/cpython3/Lib/
inspect.py 20 getfullargspec() - same, with support for Python 3 features
1052 def getfullargspec(func): function
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_estimator.py     [all...]
  /external/pdfium/third_party/pymock/
mock.py 170 argspec = inspect.getfullargspec(func)
    [all...]

Completed in 606 milliseconds