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:install_lib
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/distutils/tests/
H
A
D
test_install_lib.py
7
from distutils.command.
install_lib
import
install_lib
namespace
21
cmd =
install_lib
(dist)
42
cmd =
install_lib
(dist)
58
cmd =
install_lib
(dist)
78
cmd =
install_lib
(dist)
98
cmd =
install_lib
(dist)
H
A
D
test_install.py
69
check_path(cmd.
install_lib
, libdir)
/third_party/python/Lib/distutils/command/
H
A
D
install.py
128
# Byte-compilation options -- see
install_lib
.py for details, as
129
# these are duplicated from there (but only
install_lib
does
186
self.
install_lib
= None # set to either purelib or platlib
356
# already specified
install_lib
, use their selection.
357
if self.
install_lib
is None:
359
self.
install_lib
= self.install_platlib
361
self.
install_lib
= self.install_purelib
377
self.install_libbase = self.
install_lib
# needed for .pth file
378
self.
install_lib
= os.path.join(self.
install_lib
, sel
[all...]
H
A
D
install_lib.py
1
"""distutils.command.
install_lib
3
Implements the Distutils '
install_lib
' command
17
class
install_lib
(Command):
class
66
('
install_lib
', 'install_dir'),
/third_party/python/Lib/test/
H
A
D
test_sundry.py
39
import distutils.command.
install_lib
namespace
/third_party/python/
H
A
D
setup.py
52
from distutils.command.
install_lib
import
install_lib
namespace
1519
sub_commands = [('
install_lib
', install.has_lib),
1525
class PyBuildInstallLib(
install_lib
):
1526
# Do exactly what
install_lib
does but make sure correct access modes get
1535
outfiles =
install_lib
.install(self)
1614
'
install_lib
': PyBuildInstallLib},
Completed in 5 milliseconds