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

Class _DocInfo

tensorflow/tools/docs/generate_lib.py:327–332  ·  view source on GitHub ↗

A simple struct for holding a doc's url and title.

Source from the content-addressed store, hash-verified

325
326
327class _DocInfo(object):
328 """A simple struct for holding a doc's url and title."""
329
330 def __init__(self, url, title):
331 self.url = url
332 self.title = title
333
334
335def build_doc_index(src_dir):

Callers 1

build_doc_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected