MCPcopy
hub / github.com/buildbot/buildbot / path

Method path

pkg/test_buildbot_pkg.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @property
57 def path(self):
58 return os.path.abspath(os.path.join(os.path.dirname(__file__), "..", *self.pkgPaths))
59
60 def rmtree(self, d):
61 if os.path.isdir(d):

Callers

nothing calls this directly

Calls 2

dirnameMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected