Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
819
def
_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
826
class
_LinkInfo(
Callers
1
collect_docs_for_class
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected