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:raise_on_defect
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/email/
H
A
D
_policybase.py
119
For example, the parameter '
raise_on_defect
' controls whether or not an RFC
133
raise_on_defect
-- If true, then defects should be raised as errors.
162
raise_on_defect
= False
variable in Policy
176
registered if it is not raised. If the
raise_on_defect
is True, the
184
if self.
raise_on_defect
:
191
Called by handle_defect if
raise_on_defect
is False. This method is
H
A
D
policy.py
221
strict = default.clone(
raise_on_defect
=True)
/third_party/python/Lib/test/test_email/
H
A
D
test_defect_handling.py
327
policy = policy.clone(
raise_on_defect
=True)
H
A
D
test_policy.py
26
'
raise_on_defect
': False,
35
'
raise_on_defect
': False,
59
{'
raise_on_defect
': True}),
196
self.MyPolicy(
raise_on_defect
=True).handle_defect(foo, defect)
251
self.assertEqual(newpolicy.__dict__, {'
raise_on_defect
': True})
Completed in 3 milliseconds