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
32839739
Kaydet (Commit)
32839739
authored
Tem 21, 2010
tarafından
Brian Curtin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix #9316. if/is grammar corrections.
üst
20f9c3c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
zipimport.c
Modules/zipimport.c
+3
-3
No files found.
Modules/zipimport.c
Dosyayı görüntüle @
32839739
...
@@ -523,19 +523,19 @@ PyDoc_STRVAR(doc_is_package,
...
@@ -523,19 +523,19 @@ PyDoc_STRVAR(doc_is_package,
"is_package(fullname) -> bool.
\n
\
"is_package(fullname) -> bool.
\n
\
\n
\
\n
\
Return True if the module specified by fullname is a package.
\n
\
Return True if the module specified by fullname is a package.
\n
\
Raise ZipImportError i
s
the module couldn't be found."
);
Raise ZipImportError i
f
the module couldn't be found."
);
PyDoc_STRVAR
(
doc_get_code
,
PyDoc_STRVAR
(
doc_get_code
,
"get_code(fullname) -> code object.
\n
\
"get_code(fullname) -> code object.
\n
\
\n
\
\n
\
Return the code object for the specified module. Raise ZipImportError
\n
\
Return the code object for the specified module. Raise ZipImportError
\n
\
i
s
the module couldn't be found."
);
i
f
the module couldn't be found."
);
PyDoc_STRVAR
(
doc_get_source
,
PyDoc_STRVAR
(
doc_get_source
,
"get_source(fullname) -> source string.
\n
\
"get_source(fullname) -> source string.
\n
\
\n
\
\n
\
Return the source code for the specified module. Raise ZipImportError
\n
\
Return the source code for the specified module. Raise ZipImportError
\n
\
i
s
the module couldn't be found, return None if the archive does
\n
\
i
f
the module couldn't be found, return None if the archive does
\n
\
contain the module, but has no source for it."
);
contain the module, but has no source for it."
);
...
...
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