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
e14388c4
Kaydet (Commit)
e14388c4
authored
Ara 15, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed index references to modules.
üst
19d58273
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
libfuncs.tex
Doc/lib/libfuncs.tex
+6
-6
libtermios.tex
Doc/lib/libtermios.tex
+1
-0
libfuncs.tex
Doc/libfuncs.tex
+6
-6
libtermios.tex
Doc/libtermios.tex
+1
-0
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
e14388c4
...
...
@@ -14,12 +14,12 @@ semantics of the \code{import} statement. For examples of why and
how you would do this, see the standard library modules
\code
{
ni
}
,
\code
{
ihooks
}
and
\code
{
rexec
}
. See also the built-in module
\code
{
imp
}
, which defines some useful operations out of which you can
build your own
\code
{__
import
__}
function.
build your own
\code
{__
import
__
()
}
function.
\stindex
{
import
}
\stmodindex
{
ni
}
\stmodindex
{
ihooks
}
\stmodindex
{
rexec
}
\bimodindex
{
imp
}
\
ref
stmodindex
{
ni
}
\
ref
stmodindex
{
ihooks
}
\
ref
stmodindex
{
rexec
}
\
ref
bimodindex
{
imp
}
For example, the statement
\code
{
import spam
}
results in the following
call:
...
...
@@ -599,7 +599,7 @@ returns \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
Return the type of an
\var
{
object
}
. The return value is a type
object. The standard module
\code
{
types
}
defines names for all
built-in types.
\stmodindex
{
types
}
\
ref
stmodindex
{
types
}
\obindex
{
type
}
For instance:
...
...
Doc/lib/libtermios.tex
Dosyayı görüntüle @
e14388c4
...
...
@@ -102,6 +102,7 @@ def getpass(prompt = "Password: "):
This module defines the symbolic constants required to use the
\code
{
termios
}
module (see the previous section). See the Posix or
\UNIX
{}
manual pages (or the source) for a list of those constants.
\refbimodindex
{
termios
}
Note: this module resides in a system-dependent subdirectory of the
Python library directory. You may have to generate it for your
...
...
Doc/libfuncs.tex
Dosyayı görüntüle @
e14388c4
...
...
@@ -14,12 +14,12 @@ semantics of the \code{import} statement. For examples of why and
how you would do this, see the standard library modules
\code
{
ni
}
,
\code
{
ihooks
}
and
\code
{
rexec
}
. See also the built-in module
\code
{
imp
}
, which defines some useful operations out of which you can
build your own
\code
{__
import
__}
function.
build your own
\code
{__
import
__
()
}
function.
\stindex
{
import
}
\stmodindex
{
ni
}
\stmodindex
{
ihooks
}
\stmodindex
{
rexec
}
\bimodindex
{
imp
}
\
ref
stmodindex
{
ni
}
\
ref
stmodindex
{
ihooks
}
\
ref
stmodindex
{
rexec
}
\
ref
bimodindex
{
imp
}
For example, the statement
\code
{
import spam
}
results in the following
call:
...
...
@@ -599,7 +599,7 @@ returns \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
Return the type of an
\var
{
object
}
. The return value is a type
object. The standard module
\code
{
types
}
defines names for all
built-in types.
\stmodindex
{
types
}
\
ref
stmodindex
{
types
}
\obindex
{
type
}
For instance:
...
...
Doc/libtermios.tex
Dosyayı görüntüle @
e14388c4
...
...
@@ -102,6 +102,7 @@ def getpass(prompt = "Password: "):
This module defines the symbolic constants required to use the
\code
{
termios
}
module (see the previous section). See the Posix or
\UNIX
{}
manual pages (or the source) for a list of those constants.
\refbimodindex
{
termios
}
Note: this module resides in a system-dependent subdirectory of the
Python library directory. You may have to generate it for your
...
...
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