MCPcopy 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
151def u_encode(_s, _encoding=sys_encoding):
152 return _s
153
154
155def file_quote(_p):

Callers 5

webdir_pathFunction · 0.90
db_upgradeFunction · 0.90
startMethod · 0.90
whichMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected