MCPcopy
hub / github.com/aio-libs/aiohttp / run

Method run

setup.py:34–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 # This class allows C extension building to fail.
33
34 def run(self):
35 try:
36 build_ext.run(self)
37 except (DistutilsPlatformError, FileNotFoundError):
38 raise BuildFailed()
39
40 def build_extension(self, ext):
41 try:

Callers

nothing calls this directly

Calls 2

BuildFailedClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected