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:abstracts
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/
H
A
D
abc.py
168
abstracts
= set()
175
abstracts
.add(name)
179
abstracts
.add(name)
180
cls.__abstractmethods__ = frozenset(
abstracts
)
H
A
D
_py_abc.py
38
abstracts
= {name
45
abstracts
.add(name)
46
cls.__abstractmethods__ = frozenset(
abstracts
)
/third_party/python/Modules/
H
A
D
_abc.c
299
PyObject *
abstracts
= PyFrozenSet_New(NULL);
in compute_abstract_methods()
local
300
if (
abstracts
== NULL) {
in compute_abstract_methods()
341
(is_abstract && PySet_Add(
abstracts
, key) < 0)) {
in compute_abstract_methods()
391
(is_abstract && PySet_Add(
abstracts
, key) < 0))
in compute_abstract_methods()
405
if (PyObject_SetAttr(self, &_Py_ID(__abstractmethods__),
abstracts
) < 0) {
in compute_abstract_methods()
411
Py_DECREF(
abstracts
);
in compute_abstract_methods()
Completed in 2 milliseconds