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
bcce1256
Kaydet (Commit)
bcce1256
authored
Eki 08, 2013
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag.
üst
59c900d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
glossary.rst
Doc/glossary.rst
+9
-1
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
bcce1256
...
@@ -520,6 +520,8 @@ Glossary
...
@@ -520,6 +520,8 @@ Glossary
have a namespace containing arbitrary Python objects. Modules are loaded
have a namespace containing arbitrary Python objects. Modules are loaded
into Python by the process of :term:`importing`.
into Python by the process of :term:`importing`.
See also :term:`package`.
MRO
MRO
See :term:`method resolution order`.
See :term:`method resolution order`.
...
@@ -558,6 +560,8 @@ Glossary
...
@@ -558,6 +560,8 @@ Glossary
and specifically are not like a :term:`regular package` because they
and specifically are not like a :term:`regular package` because they
have no ``__init__.py`` file.
have no ``__init__.py`` file.
See also :term:`module`.
nested scope
nested scope
The ability to refer to a variable in an enclosing definition. For
The ability to refer to a variable in an enclosing definition. For
instance, a function defined inside another function can refer to
instance, a function defined inside another function can refer to
...
@@ -579,10 +583,12 @@ Glossary
...
@@ -579,10 +583,12 @@ Glossary
class
`.
class
`.
package
package
A
Python
module
which
can
contain
submodules
or
recursively
,
A
Python
:
term
:`
module
`
which
can
contain
submodules
or
recursively
,
subpackages
.
Technically
,
a
package
is
a
Python
module
with
an
subpackages
.
Technically
,
a
package
is
a
Python
module
with
an
``
__path__
``
attribute
.
``
__path__
``
attribute
.
See
also
:
term
:`
regular
package
`
and
:
term
:`
namespace
package
`.
parameter
parameter
A
named
entity
in
a
:
term
:`
function
`
(
or
method
)
definition
that
A
named
entity
in
a
:
term
:`
function
`
(
or
method
)
definition
that
specifies
an
:
term
:`
argument
`
(
or
in
some
cases
,
arguments
)
that
the
specifies
an
:
term
:`
argument
`
(
or
in
some
cases
,
arguments
)
that
the
...
@@ -728,6 +734,8 @@ Glossary
...
@@ -728,6 +734,8 @@ Glossary
A
traditional
:
term
:`
package
`,
such
as
a
directory
containing
an
A
traditional
:
term
:`
package
`,
such
as
a
directory
containing
an
``
__init__
.
py
``
file
.
``
__init__
.
py
``
file
.
See
also
:
term
:`
namespace
package
`.
__slots__
__slots__
A
declaration
inside
a
class
that
saves
memory
by
pre
-
declaring
space
for
A
declaration
inside
a
class
that
saves
memory
by
pre
-
declaring
space
for
instance
attributes
and
eliminating
instance
dictionaries
.
Though
instance
attributes
and
eliminating
instance
dictionaries
.
Though
...
...
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