MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / __init__

Method __init__

doc/cmake.py:158–160  ·  view source on GitHub ↗
(self, document, startnode)

Source from the content-addressed store, hash-verified

156 default_priority = 210
157
158 def __init__(self, document, startnode):
159 Transform.__init__(self, document, startnode)
160 self.titles = {}
161
162 def parse_title(self, docname):
163 """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