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:OpenerDirector
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_urllib2.py
19
from urllib.request import (Request,
OpenerDirector
, HTTPBasicAuthHandler,
namespace
448
"""Create MockHandlers and add them to an
OpenerDirector
.
482
opener =
OpenerDirector
()
566
OpenerDirector
().add_handler, NonHandler())
579
o =
OpenerDirector
()
591
o =
OpenerDirector
()
606
# (instead of response), which becomes the
OpenerDirector
's return
616
o =
OpenerDirector
()
635
o =
OpenerDirector
()
649
o =
OpenerDirector
()
[all...]
/third_party/python/Lib/urllib/
H
A
D
request.py
8
The
OpenerDirector
manages a collection of Handler objects that do
10
option. The
OpenerDirector
is a composite object that invokes the
24
build_opener -- Function that creates a new
OpenerDirector
instance.
34
OpenerDirector
-- Sets up the User Agent as the Python-urllib client and manages
120
'Request', '
OpenerDirector
', 'BaseHandler', 'HTTPDefaultErrorHandler',
182
the default installed global
OpenerDirector
uses UnknownHandler to ensure
426
class
OpenerDirector
:
class
578
opener =
OpenerDirector
()
/third_party/googletest/googletest/scripts/
H
A
D
upload.py
170
"""Returns an
OpenerDirector
for making HTTP requests.
173
A urllib2.
OpenerDirector
object.
370
"""Returns an
OpenerDirector
that supports cookies and ignores redirects.
373
A urllib2.
OpenerDirector
object.
375
opener = urllib2.
OpenerDirector
()
Completed in 7 milliseconds