Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3b371cfe
Kaydet (Commit)
3b371cfe
authored
Eyl 01, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#10454: a few edits to compileall help messages
üst
29cf58c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
compileall.py
Lib/compileall.py
+7
-7
No files found.
Lib/compileall.py
Dosyayı görüntüle @
3b371cfe
...
@@ -142,7 +142,7 @@ def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False,
...
@@ -142,7 +142,7 @@ def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False,
Arguments (all optional):
Arguments (all optional):
skip_curdir: if true, skip current directory (default
t
rue)
skip_curdir: if true, skip current directory (default
T
rue)
maxlevels: max recursion level (default 0)
maxlevels: max recursion level (default 0)
force: as for compile_dir() (default False)
force: as for compile_dir() (default False)
quiet: as for compile_dir() (default False)
quiet: as for compile_dir() (default False)
...
@@ -177,17 +177,17 @@ def main():
...
@@ -177,17 +177,17 @@ def main():
help
=
'use legacy (pre-PEP3147) compiled file locations'
)
help
=
'use legacy (pre-PEP3147) compiled file locations'
)
parser
.
add_argument
(
'-d'
,
metavar
=
'DESTDIR'
,
dest
=
'ddir'
,
default
=
None
,
parser
.
add_argument
(
'-d'
,
metavar
=
'DESTDIR'
,
dest
=
'ddir'
,
default
=
None
,
help
=
(
'directory to prepend to file paths for use in '
help
=
(
'directory to prepend to file paths for use in '
'compile
time tracebacks and in runtime '
'compile
-
time tracebacks and in runtime '
'tracebacks in cases where the source file is '
'tracebacks in cases where the source file is '
'unavailable'
))
'unavailable'
))
parser
.
add_argument
(
'-x'
,
metavar
=
'REGEXP'
,
dest
=
'rx'
,
default
=
None
,
parser
.
add_argument
(
'-x'
,
metavar
=
'REGEXP'
,
dest
=
'rx'
,
default
=
None
,
help
=
(
'skip files matching the regular expression
.
'
help
=
(
'skip files matching the regular expression
;
'
'
T
he regexp is searched for in the full path '
'
t
he regexp is searched for in the full path '
'
to each file considered for compilation.
'
))
'
of each file considered for compilation
'
))
parser
.
add_argument
(
'-i'
,
metavar
=
'FILE'
,
dest
=
'flist'
,
parser
.
add_argument
(
'-i'
,
metavar
=
'FILE'
,
dest
=
'flist'
,
help
=
(
'add all the files and directories listed in '
help
=
(
'add all the files and directories listed in '
'FILE to the list considered for compilation
.
'
'FILE to the list considered for compilation
;
'
'
If "-", names are read from stdin.
'
))
'
if "-", names are read from stdin
'
))
parser
.
add_argument
(
'compile_dest'
,
metavar
=
'FILE|DIR'
,
nargs
=
'*'
,
parser
.
add_argument
(
'compile_dest'
,
metavar
=
'FILE|DIR'
,
nargs
=
'*'
,
help
=
(
'zero or more file and directory names '
help
=
(
'zero or more file and directory names '
'to compile; if no arguments given, defaults '
'to compile; if no arguments given, defaults '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment