Extracts signature information from a function or functools.partial object. For functions, uses `tf_inspect.getargspec`. For `functools.partial` objects, corrects the signature of the underlying function to take into account the removed arguments. Args: func: A function whose signature
(func)
source not stored for this graph (policy: none)
no test coverage detected