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

Method __init__

Utilities/Sphinx/cmake.py:144–146  ·  view source on GitHub ↗
(self, *args, **keys)

Source from the content-addressed store, hash-verified

142 option_spec = {'encoding': directives.encoding}
143
144 def __init__(self, *args, **keys):
145 self.re_start = re.compile(r'^#\[(?P<eq>=*)\[\.rst:$')
146 Directive.__init__(self, *args, **keys)
147
148 def run(self):
149 settings = self.state.document.settings

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

compileMethod · 0.80

Tested by

no test coverage detected