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

Method __init__

doc/cmake.py:57–59  ·  view source on GitHub ↗
(self, *args, **keys)

Source from the content-addressed store, hash-verified

55 option_spec = {'encoding': directives.encoding}
56
57 def __init__(self, *args, **keys):
58 self.re_start = re.compile(r'^#\[(?P<eq>=*)\[\.rst:$')
59 Directive.__init__(self, *args, **keys)
60
61 def run(self):
62 settings = self.state.document.settings

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected