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

Method __init__

Utilities/Sphinx/cmake.py:411–414  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

409 return ' '.join(tokens)
410
411 def __init__(self, *args, **kwargs):
412 self.targetnames = {}
413 self.break_style = CMakeSignatureObject.BREAK_SMART
414 super().__init__(*args, **kwargs)
415
416 def get_signatures(self) -> List[str]:
417 content = nl_escape_re.sub('', self.arguments[0])

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected