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:PyPIRCCommand
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Lib/distutils/command/
H
A
D
upload.py
16
from distutils.core import
PyPIRCCommand
namespace
30
class upload(
PyPIRCCommand
):
34
user_options =
PyPIRCCommand
.user_options + [
40
boolean_options =
PyPIRCCommand
.boolean_options + ['sign']
43
PyPIRCCommand
.initialize_options(self)
51
PyPIRCCommand
.finalize_options(self)
H
A
D
register.py
13
from distutils.core import
PyPIRCCommand
namespace
17
class register(
PyPIRCCommand
):
20
user_options =
PyPIRCCommand
.user_options + [
26
boolean_options =
PyPIRCCommand
.boolean_options + [
32
PyPIRCCommand
.initialize_options(self)
37
PyPIRCCommand
.finalize_options(self)
/third_party/python/Lib/distutils/tests/
H
A
D
test_config.py
5
from distutils.core import
PyPIRCCommand
namespace
67
class command(
PyPIRCCommand
):
69
PyPIRCCommand
.__init__(self, dist)
86
# This test makes sure
PyPIRCCommand
knows how to:
/third_party/python/Lib/distutils/
H
A
D
core.py
18
from distutils.config import
PyPIRCCommand
namespace
H
A
D
config.py
3
Provides the
PyPIRCCommand
class, the base class for the command classes
22
class
PyPIRCCommand
(Command):
class
Completed in 3 milliseconds