MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ismethod

Function ismethod

tensorflow/python/util/tf_inspect.py:390–392  ·  view source on GitHub ↗

TFDecorator-aware replacement for inspect.ismethod.

(object)

Source from the content-addressed store, hash-verified

388
389
390def ismethod(object): # pylint: disable=redefined-builtin
391 """TFDecorator-aware replacement for inspect.ismethod."""
392 return _inspect.ismethod(tf_decorator.unwrap(object)[1])
393
394
395def ismodule(object): # pylint: disable=redefined-builtin

Callers 1

getcallargsFunction · 0.85

Calls 1

unwrapMethod · 0.80

Tested by

no test coverage detected