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:CO_VARKEYWORDS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
code.h
109
#define
CO_VARKEYWORDS
0x0008
macro
/third_party/python/Lib/
H
A
D
inspect.py
55
"
CO_VARKEYWORDS
",
1328
if co.co_flags &
CO_VARKEYWORDS
:
2411
if func_code.co_flags &
CO_VARKEYWORDS
:
H
A
D
pdb.py
1220
if co.co_flags & inspect.
CO_VARKEYWORDS
: n = n+1
/third_party/python/Python/
H
A
D
specialize.c
1177
if ((flags & (
CO_VARKEYWORDS
| CO_VARARGS)) || code->co_kwonlyargcount) {
in function_kind()
H
A
D
ceval.c
6147
if (co->co_flags &
CO_VARKEYWORDS
) {
H
A
D
compile.c
7884
flags |=
CO_VARKEYWORDS
;
in compute_code_flags()
/third_party/python/Objects/
H
A
D
codeobject.c
279
((con->flags &
CO_VARKEYWORDS
) != 0);
in _PyCode_Validate()
/third_party/python/Lib/unittest/
H
A
D
mock.py
2213
+ inspect.
CO_VARKEYWORDS
Completed in 38 milliseconds