Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
dirname
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected