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

Method classes

tensorflow/tools/docs/parser.py:1153–1155  ·  view source on GitHub ↗

Returns a list of `_LinkInfo` pointing to any nested classes.

(self)

Source from the content-addressed store, hash-verified

1151
1152 @property
1153 def classes(self):
1154 """Returns a list of `_LinkInfo` pointing to any nested classes."""
1155 return self._classes
1156
1157 def get_metadata_html(self):
1158 meta_data = _Metadata(self.full_name)

Callers 2

RunClassificationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected