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

Function _get_defining_class

tensorflow/tools/docs/parser.py:819–823  ·  view source on GitHub ↗
(py_class, name)

Source from the content-addressed store, hash-verified

817
818
819def _get_defining_class(py_class, name):
820 for cls in tf_inspect.getmro(py_class):
821 if name in cls.__dict__:
822 return cls
823 return None
824
825
826class _LinkInfo(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected