MCPcopy 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
55def 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
61def try_building_js():

Callers 2

bundleMethod · 0.85
try_building_jsFunction · 0.85

Calls 1

u_encodeFunction · 0.90

Tested by

no test coverage detected