Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ webdir_path
Function
webdir_path
web/pgadmin/utils/javascript/javascript_bundler.py:55–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
webdir_path():
56
dirname = os.path.dirname
57
this_path = os.path.realpath(u_encode(__file__, fs_encoding))
58
return
dirname(dirname(dirname(dirname(this_path))))
59
60
61
def
try_building_js():
Callers
2
bundle
Method · 0.85
try_building_js
Function · 0.85
Calls
1
u_encode
Function · 0.90
Tested by
no test coverage detected