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
a1cc98bb
Kaydet (Commit)
a1cc98bb
authored
Eki 14, 2016
tarafından
Senthil Kumaran
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
[merge from 3.6] Issue28438 - Fix the link for pkgutil.get_data doc.
Patch contributed by Xiang Zhang.
üst
9c5bcbf8
c972d1c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
pkgutil.rst
Doc/library/pkgutil.rst
+4
-2
No files found.
Doc/library/pkgutil.rst
Dosyayı görüntüle @
a1cc98bb
...
...
@@ -206,7 +206,8 @@ support.
Get
a
resource
from
a
package
.
This
is
a
wrapper
for
the
:
term
:`
loader
`
:
func
:`
get_data
`
API
.
The
This
is
a
wrapper
for
the
:
term
:`
loader
`
:
meth
:`
get_data
<
importlib
.
abc
.
ResourceLoader
.
get_data
>`
API
.
The
*
package
*
argument
should
be
the
name
of
a
package
,
in
standard
module
format
(``
foo
.
bar
``).
The
*
resource
*
argument
should
be
in
the
form
of
a
relative
filename
,
using
``/``
as
the
path
separator
.
The
parent
directory
name
...
...
@@ -222,4 +223,5 @@ support.
data
=
open
(
os
.
path
.
join
(
d
,
resource
),
'rb'
).
read
()
If
the
package
cannot
be
located
or
loaded
,
or
it
uses
a
:
term
:`
loader
`
which
does
not
support
:
func
:`
get_data
`,
then
``
None
``
is
returned
.
which
does
not
support
:
meth
:`
get_data
<
importlib
.
abc
.
ResourceLoader
.
get_data
>`,
then
``
None
``
is
returned
.
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