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
6c81e2a4
Kaydet (Commit)
6c81e2a4
authored
Eki 01, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"boolean" --> "Boolean" (per the style guide).
üst
0f0380a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
libcfgparser.tex
Doc/lib/libcfgparser.tex
+1
-1
libdis.tex
Doc/lib/libdis.tex
+2
-2
libformatter.tex
Doc/lib/libformatter.tex
+1
-1
libparser.tex
Doc/lib/libparser.tex
+1
-1
No files found.
Doc/lib/libcfgparser.tex
Dosyayı görüntüle @
6c81e2a4
...
...
@@ -163,7 +163,7 @@ A convenience method which coerces the \var{option} in the specified
\begin{methoddesc}
{
getboolean
}{
section, option
}
A convenience method which coerces the
\var
{
option
}
in the specified
\var
{
section
}
to a
b
oolean value. Note that the only accepted values
\var
{
section
}
to a
B
oolean value. Note that the only accepted values
for the option are
\samp
{
0
}
and
\samp
{
1
}
, any others will raise
\exception
{
ValueError
}
.
\end{methoddesc}
...
...
Doc/lib/libdis.tex
Dosyayı görüntüle @
6c81e2a4
...
...
@@ -102,7 +102,7 @@ Sequence of byte codes that access a local variable.
\end{datadesc}
\begin{datadesc}
{
hascompare
}
Sequence of byte codes of
b
oolean operations.
Sequence of byte codes of
B
oolean operations.
\end{datadesc}
\subsection
{
Python Byte Code Instructions
}
...
...
@@ -474,7 +474,7 @@ Replaces TOS with \code{getattr(TOS, co_names[\var{namei}]}.
\end{opcodedesc}
\begin{opcodedesc}
{
COMPARE
_
OP
}{
opname
}
Performs a
b
oolean operation. The operation name can be found
Performs a
B
oolean operation. The operation name can be found
in
\code
{
cmp
_
op[
\var
{
opname
}
]
}
.
\end{opcodedesc}
...
...
Doc/lib/libformatter.tex
Dosyayı görüntüle @
6c81e2a4
...
...
@@ -234,7 +234,7 @@ of the form \code{(}\var{size}, \var{italic}, \var{bold},
\var
{
teletype
}
\code
{
)
}
. Size will be a string indicating the size of
font that should be used; specific strings and their interpretation
must be defined by the application. The
\var
{
italic
}
,
\var
{
bold
}
, and
\var
{
teletype
}
values are
boolean indicator
s specifying which of those
\var
{
teletype
}
values are
Boolean value
s specifying which of those
font attributes should be used.
\end{methoddesc}
...
...
Doc/lib/libparser.tex
Dosyayı görüntüle @
6c81e2a4
...
...
@@ -473,7 +473,7 @@ docstrings. Since the example demonstrates information extraction, we
can safely require that the tree be in tuple form rather than list
form, allowing a simple variable representation to be
\code
{
['variable
_
name']
}
. A simple recursive function can implement
the pattern matching, returning a
b
oolean and a dictionary of variable
the pattern matching, returning a
B
oolean and a dictionary of variable
name to value mappings. (See file
\file
{
example.py
}
.)
\begin{verbatim}
...
...
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