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:py_modules
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Lib/distutils/command/
H
A
D
build_py.py
34
self.
py_modules
= None
50
self.
py_modules
= self.distribution.
py_modules
85
# and '
py_modules
'. The former lets us work with whole packages, not
89
if self.
py_modules
:
234
module name in 'self.
py_modules
'. Returns a list of tuples (package,
256
for module in self.
py_modules
:
286
they are specified one-module-at-a-time ('self.
py_modules
') or
291
if self.
py_modules
:
399
if self.
py_modules
[all...]
/third_party/qrcodegen/python/
H
A
D
setup.py
106
py_modules
= ["qrcodegen"],
variable
/third_party/skia/third_party/externals/libwebp/swig/
H
A
D
setup.py
37
py_modules
=[package + ".libwebp"],
variable
/third_party/python/Lib/distutils/tests/
H
A
D
test_build_py.py
94
project_dir, dist = self.create_dist(
py_modules
=['boiledeggs'])
112
project_dir, dist = self.create_dist(
py_modules
=['boiledeggs'])
H
A
D
test_install.py
186
project_dir, dist = self.create_dist(
py_modules
=['hello'],
/third_party/skia/third_party/externals/brotli/
H
A
D
setup.py
290
py_modules
=PY_MODULES,
variable in BuildExt
/third_party/python/Lib/distutils/
H
A
D
dist.py
208
self.
py_modules
= None
991
return len(self.packages or self.
py_modules
or []) > 0
Completed in 6 milliseconds