MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / env

Function env

web/pgadmin/utils/__init__.py:163–166  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

161 from ctypes import wintypes
162
163 def env(name):
164 if name in os.environ:
165 return os.environ[name]
166 return None
167
168 _GetShortPathNameW = ctypes.windll.kernel32.GetShortPathNameW
169 _GetShortPathNameW.argtypes = [

Callers 1

config.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected