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:NEWOBJ_EX
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/
H
A
D
pickle.py
186
NEWOBJ_EX
= b'\x92' # like NEWOBJ but work with keyword only arguments
variable
646
write(
NEWOBJ_EX
)
1524
dispatch[
NEWOBJ_EX
[0]] = load_newobj_ex
/third_party/python/Modules/
H
A
D
_pickle.c
117
NEWOBJ_EX
= '\x92',
enumerator
3972
const char newobj_ex_op =
NEWOBJ_EX
;
in save_reduce()
4049
"length of the
NEWOBJ_EX
argument tuple must be "
in save_reduce()
4057
"first item from
NEWOBJ_EX
argument tuple must "
in save_reduce()
4064
"second item from
NEWOBJ_EX
argument tuple must "
in save_reduce()
4071
"third item from
NEWOBJ_EX
argument tuple must "
in save_reduce()
5923
use_kwargs ? "
NEWOBJ_EX
" : "NEWOBJ",
in newobj_unpickling_error()
6915
OP_ARG(
NEWOBJ_EX
, load_newobj, 1)
in load()
/third_party/python/Lib/test/
H
A
D
pickletester.py
1241
b'\x92', #
NEWOBJ_EX
1277
#
NEWOBJ_EX
2314
self.assertFalse(opcode_in_pickle(pickle.
NEWOBJ_EX
, s))
2334
self.assertFalse(opcode_in_pickle(pickle.
NEWOBJ_EX
, s))
2353
self.assertEqual(opcode_in_pickle(pickle.
NEWOBJ_EX
, s),
Completed in 17 milliseconds