Home | History | Annotate | Download | only in Lib

Lines Matching defs:environ

303 # Make sure os.environ exists, at least
305 environ
307 environ = {}
366 env = environ
393 # Change environ to automatically call putenv() if it exists
416 def __init__(self, environ):
419 for k, v in environ.items():
469 def __init__(self, environ):
471 self.data = environ
510 environ = _Environ(environ)
515 return environ.get(key, default)