Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ u_encode
Function
u_encode
web/pgadmin/utils/__init__.py:151–152 ·
view source on GitHub ↗
(_s, _encoding=sys_encoding)
Source
from the content-addressed store, hash-verified
149
150
151
def
u_encode(_s, _encoding=sys_encoding):
152
return
_s
153
154
155
def
file_quote(_p):
Callers
5
webdir_path
Function · 0.90
db_upgrade
Function · 0.90
start
Method · 0.90
get_windows_interpreter
Method · 0.90
which
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected