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

Method __init__

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

Source from the content-addressed store, hash-verified

306
307class CMakeObject(ObjectDescription):
308 def __init__(self, *args, **kwargs):
309 self.targetname = None
310 super().__init__(*args, **kwargs)
311
312 def handle_signature(self, sig, signode):
313 # called from sphinx.directives.ObjectDescription.run()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected