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

Function getfullargspec

tensorflow/tensorflow/python/util/tf_inspect.py:238–257  ·  view source on GitHub ↗

TFDecorator-aware replacement for `inspect.getfullargspec`. This wrapper emulates `inspect.getfullargspec` in[^)]* Python2. Args: obj: A callable, possibly decorated. Returns: The `FullArgSpec` that describes the signature of the outermost decorator that changes the callable's s

(obj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_getargspecFunction · 0.85
getcallargsFunction · 0.85

Calls 3

_getfullargspecFunction · 0.85
unwrapMethod · 0.80

Tested by

no test coverage detected