MCPcopy Create free account
hub / github.com/alibaba/nann / getargspec

Function getargspec

tensorflow/tensorflow/python/util/tf_inspect.py:98–147  ·  view source on GitHub ↗

TFDecorator-aware replacement for `inspect.getargspec`. Note: `getfullargspec` is recommended as the python 2/3 compatible replacement for this function. Args: obj: A function, partial function, or callable object, possibly decorated. Returns: The `ArgSpec` that describes the sign

(obj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_getfullargspecFunction · 0.85
_get_argspec_for_partialFunction · 0.85

Calls 4

_get_argspec_for_partialFunction · 0.85
_getargspecFunction · 0.85
typeFunction · 0.85
unwrapMethod · 0.80

Tested by

no test coverage detected