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
d7c3e5f0
Kaydet (Commit)
d7c3e5f0
authored
Eki 25, 2018
tarafından
Quentin
Kaydeden (comit)
Victor Stinner
Eki 25, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
üst
5ad36f9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
_bootstrap_external.py
Lib/importlib/_bootstrap_external.py
+4
-3
importlib_external.h
Python/importlib_external.h
+0
-0
No files found.
Lib/importlib/_bootstrap_external.py
Dosyayı görüntüle @
d7c3e5f0
...
@@ -785,15 +785,16 @@ class SourceLoader(_LoaderBasics):
...
@@ -785,15 +785,16 @@ class SourceLoader(_LoaderBasics):
def
path_mtime
(
self
,
path
):
def
path_mtime
(
self
,
path
):
"""Optional method that returns the modification time (an int) for the
"""Optional method that returns the modification time (an int) for the
specified path
, where path is a str
.
specified path
(a str)
.
Raises OSError when the path cannot be handled.
Raises OSError when the path cannot be handled.
"""
"""
raise
OSError
raise
OSError
def
path_stats
(
self
,
path
):
def
path_stats
(
self
,
path
):
"""Optional method returning a metadata dict for the specified path
"""Optional method returning a metadata dict for the specified
to by the path (str).
path (a str).
Possible keys:
Possible keys:
- 'mtime' (mandatory) is the numeric timestamp of last source
- 'mtime' (mandatory) is the numeric timestamp of last source
code modification;
code modification;
...
...
Python/importlib_external.h
Dosyayı görüntüle @
d7c3e5f0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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