Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:os_environ
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_ensurepip.py
84
self.
os_environ
= patched_os.environ = os.environ.copy()
172
self.assertEqual(self.
os_environ
["ENSUREPIP_OPTIONS"], "install")
176
self.assertEqual(self.
os_environ
["ENSUREPIP_OPTIONS"], "altinstall")
180
self.assertNotIn("ENSUREPIP_OPTIONS", self.
os_environ
)
190
self.
os_environ
["PIP_THIS_SHOULD_GO_AWAY"] = "test fodder"
192
self.assertNotIn("PIP_THIS_SHOULD_GO_AWAY", self.
os_environ
)
198
self.assertEqual(self.
os_environ
["PIP_CONFIG_FILE"], os.devnull)
282
self.
os_environ
["PIP_THIS_SHOULD_GO_AWAY"] = "test fodder"
285
self.assertNotIn("PIP_THIS_SHOULD_GO_AWAY", self.
os_environ
)
292
self.assertEqual(self.
os_environ
["PIP_CONFIG_FIL
[all...]
H
A
D
test_wsgiref.py
512
os_environ
= dict(os.environ.items())
variable in ErrorHandler
533
os_environ
= {
544
with support.swap_attr(TestHandler, '
os_environ
',
os_environ
):
559
# Handler inherits
os_environ
variables which are not overridden
561
for key, value in
os_environ
.items():
565
# X doesn't exist in
os_environ
/third_party/python/Lib/wsgiref/
H
A
D
handlers.py
107
#
os_environ
is used to supply configuration from the OS environment:
110
os_environ
= read_environ()
variable in BaseHandler
155
env = self.environ = self.
os_environ
.copy()
528
os_environ
= {}
variable in CGIHandler
545
os_environ
= {}
variable in IISCGIHandler
Completed in 3 milliseconds