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

Function getcallargs

tensorflow/tensorflow/python/util/tf_inspect.py:260–294  ·  view source on GitHub ↗

TFDecorator-aware replacement for inspect.getcallargs. Args: *func_and_positional: A callable, possibly decorated, followed by any positional arguments that would be passed to `func`. **named: The named argument dictionary that would be passed to `func`. Returns: A dictionary

(*func_and_positional, **named)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

getfullargspecFunction · 0.85
ismethodFunction · 0.85
copyMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected