MCPcopy Create free account
hub / github.com/Kitware/CMake / __init__

Method __init__

Utilities/Sphinx/cmake.py:243–245  ·  view source on GitHub ↗
(self, document, startnode)

Source from the content-addressed store, hash-verified

241 default_priority = 210
242
243 def __init__(self, document, startnode):
244 Transform.__init__(self, document, startnode)
245 self.titles = {}
246
247 def parse_title(self, docname):
248 """Parse a document title as the first line starting in [A-Za-z0-9<$]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected