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
f90dbc9c
Kaydet (Commit)
f90dbc9c
authored
Mar 14, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Logical markup.
üst
bd9ded81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
libmacconsole.tex
Doc/libmacconsole.tex
+8
-8
libmacconsole.tex
Doc/mac/libmacconsole.tex
+8
-8
No files found.
Doc/libmacconsole.tex
Dosyayı görüntüle @
f90dbc9c
...
...
@@ -5,7 +5,7 @@
\setindexsubitem
{
(in module macconsole)
}
This module is available on the Macintosh, provided Python has been
built using the Think
C
compiler. It provides an interface to the
built using the Think
\C
{}
compiler. It provides an interface to the
Think console package, with which basic text windows can be created.
\begin{datadesc}
{
options
}
...
...
@@ -17,10 +17,10 @@ see below.
\dataline
{
C
_
NOECHO
}
\dataline
{
C
_
CBREAK
}
\dataline
{
C
_
RAW
}
Options for the
\code
{
setmode
}
method.
\
var
{
C
_
ECHO
}
and
\var
{
C
_
CBREAK
}
enable character echo, the other two disable it,
\var
{
C
_
ECHO
}
and
\
var
{
C
_
NOECHO
}
enable line-oriented input (erase/kill processing,
etc).
Options for the
\code
{
setmode
}
method.
\
constant
{
C
_
ECHO
}
and
\constant
{
C
_
CBREAK
}
enable character echo, the other two disable it,
\
constant
{
C
_
ECHO
}
and
\constant
{
C
_
NOECHO
}
enable line-oriented input
(erase/kill processing,
etc).
\end{datadesc}
\begin{funcdesc}
{
copen
}{}
...
...
@@ -67,14 +67,14 @@ If set non-zero, the window will wait for user action before closing.
\begin{datadesc}
{
file
}
The file object corresponding to this console window. If the file is
buffered, you should call
\code
{
file.flush()
}
between
\code
{
write()
}
and
\code
{
read()
}
calls.
buffered, you should call
\code
{
\var
{
file
}
.flush()
}
between
\code
{
write()
}
and
\code
{
read()
}
calls.
\end{datadesc}
\setindexsubitem
{
(console window method)
}
\begin{funcdesc}
{
setmode
}{
mode
}
Set the input mode of the console to
\
var
{
C
_
ECHO
}
, etc.
Set the input mode of the console to
\
constant
{
C
_
ECHO
}
, etc.
\end{funcdesc}
\begin{funcdesc}
{
settabs
}{
n
}
...
...
Doc/mac/libmacconsole.tex
Dosyayı görüntüle @
f90dbc9c
...
...
@@ -5,7 +5,7 @@
\setindexsubitem
{
(in module macconsole)
}
This module is available on the Macintosh, provided Python has been
built using the Think
C
compiler. It provides an interface to the
built using the Think
\C
{}
compiler. It provides an interface to the
Think console package, with which basic text windows can be created.
\begin{datadesc}
{
options
}
...
...
@@ -17,10 +17,10 @@ see below.
\dataline
{
C
_
NOECHO
}
\dataline
{
C
_
CBREAK
}
\dataline
{
C
_
RAW
}
Options for the
\code
{
setmode
}
method.
\
var
{
C
_
ECHO
}
and
\var
{
C
_
CBREAK
}
enable character echo, the other two disable it,
\var
{
C
_
ECHO
}
and
\
var
{
C
_
NOECHO
}
enable line-oriented input (erase/kill processing,
etc).
Options for the
\code
{
setmode
}
method.
\
constant
{
C
_
ECHO
}
and
\constant
{
C
_
CBREAK
}
enable character echo, the other two disable it,
\
constant
{
C
_
ECHO
}
and
\constant
{
C
_
NOECHO
}
enable line-oriented input
(erase/kill processing,
etc).
\end{datadesc}
\begin{funcdesc}
{
copen
}{}
...
...
@@ -67,14 +67,14 @@ If set non-zero, the window will wait for user action before closing.
\begin{datadesc}
{
file
}
The file object corresponding to this console window. If the file is
buffered, you should call
\code
{
file.flush()
}
between
\code
{
write()
}
and
\code
{
read()
}
calls.
buffered, you should call
\code
{
\var
{
file
}
.flush()
}
between
\code
{
write()
}
and
\code
{
read()
}
calls.
\end{datadesc}
\setindexsubitem
{
(console window method)
}
\begin{funcdesc}
{
setmode
}{
mode
}
Set the input mode of the console to
\
var
{
C
_
ECHO
}
, etc.
Set the input mode of the console to
\
constant
{
C
_
ECHO
}
, etc.
\end{funcdesc}
\begin{funcdesc}
{
settabs
}{
n
}
...
...
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