MCPcopy Create free account
hub / github.com/iovisor/bcc / __init__

Method __init__

tests/python/utils.py:78–81  ·  view source on GitHub ↗
(self, nsname, *argv, **kwarg)

Source from the content-addressed store, hash-verified

76 """
77
78 def __init__(self, nsname, *argv, **kwarg):
79 name = list(argv)[0][0]
80 has_executable(name)
81 super(NSPopenWithCheck, self).__init__(nsname, *argv, **kwarg)
82
83KERNEL_VERSION_PATTERN = r"v?(?P<major>[0-9]+)\.(?P<minor>[0-9]+).*"
84

Callers

nothing calls this directly

Calls 2

listFunction · 0.85
has_executableFunction · 0.85

Tested by

no test coverage detected