MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / __init__

Method __init__

tools/onnx2daq/python/setup.py:91–93  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

89
90class CMakeExtension(setuptools.Extension):
91 def __init__(self, name):
92 # don't invoke the original build_ext for this special extension
93 super().__init__(name, sources=[])
94
95
96class build_ext(setuptools.command.build_ext.build_ext):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected