Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyinstaller/pyinstaller
/ srcpath
Method
srcpath
bootloader/waflib/Node.py:502–503 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
500
return
self.path_from(self.ctx.bldnode)
501
502
def
srcpath(self):
503
return
self.path_from(self.ctx.srcnode)
504
505
def
relpath(self):
506
cur = self
Callers
5
relpath
Method · 0.95
run
Method · 0.80
apply_java
Function · 0.80
run
Method · 0.80
scan
Method · 0.80
Calls
1
path_from
Method · 0.95
Tested by
no test coverage detected