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
2828e9db
Kaydet (Commit)
2828e9db
authored
Agu 17, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
* Doc/libstring.tex (section{Standard Module \sectcode{string}}):
removed references to {ato{f,i,l},index}_error
üst
710c352d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
60 deletions
+4
-60
libstring.tex
Doc/lib/libstring.tex
+2
-30
libstring.tex
Doc/libstring.tex
+2
-30
No files found.
Doc/lib/libstring.tex
Dosyayı görüntüle @
2828e9db
...
@@ -52,34 +52,6 @@ The exceptions are:
...
@@ -52,34 +52,6 @@ The exceptions are:
\renewcommand
{
\indexsubitem
}{
(exception in module string)
}
\renewcommand
{
\indexsubitem
}{
(exception in module string)
}
\begin{excdesc}
{
atof
_
error
}
Exception raised by
\code
{
atof
}
when a non-float string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
atoi
_
error
}
Exception raised by
\code
{
atoi
}
when a non-integer string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
atol
_
error
}
Exception raised by
\code
{
atol
}
when a non-integer string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
index
_
error
}
Exception raised by
\code
{
index
}
when
\var
{
sub
}
is not found.
The exception argument is undefined (it may be a tuple containing the
offending arguments to
\code
{
index
}
or it may be the constant string
\code
{
'substring not found'
}
).
\end{excdesc}
The functions are:
The functions are:
\renewcommand
{
\indexsubitem
}{
(in module string)
}
\renewcommand
{
\indexsubitem
}{
(in module string)
}
...
@@ -121,12 +93,12 @@ Like \code{find} but finds the highest index.
...
@@ -121,12 +93,12 @@ Like \code{find} but finds the highest index.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
index
}{
s
\,
sub
\optional
{
\,
start
}}
\begin{funcdesc}
{
index
}{
s
\,
sub
\optional
{
\,
start
}}
Like
\code
{
find
}
but raise
\code
{
index
_
e
rror
}
when the substring is
Like
\code
{
find
}
but raise
\code
{
ValueE
rror
}
when the substring is
not found.
not found.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
rindex
}{
s
\,
sub
\optional
{
\,
start
}}
\begin{funcdesc}
{
rindex
}{
s
\,
sub
\optional
{
\,
start
}}
Like
\code
{
rfind
}
but raise
\code
{
index
_
e
rror
}
when the substring is
Like
\code
{
rfind
}
but raise
\code
{
ValueE
rror
}
when the substring is
not found.
not found.
\end{funcdesc}
\end{funcdesc}
...
...
Doc/libstring.tex
Dosyayı görüntüle @
2828e9db
...
@@ -52,34 +52,6 @@ The exceptions are:
...
@@ -52,34 +52,6 @@ The exceptions are:
\renewcommand
{
\indexsubitem
}{
(exception in module string)
}
\renewcommand
{
\indexsubitem
}{
(exception in module string)
}
\begin{excdesc}
{
atof
_
error
}
Exception raised by
\code
{
atof
}
when a non-float string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
atoi
_
error
}
Exception raised by
\code
{
atoi
}
when a non-integer string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
atol
_
error
}
Exception raised by
\code
{
atol
}
when a non-integer string argument is detected.
The exception argument is the offending string.
\end{excdesc}
\begin{excdesc}
{
index
_
error
}
Exception raised by
\code
{
index
}
when
\var
{
sub
}
is not found.
The exception argument is undefined (it may be a tuple containing the
offending arguments to
\code
{
index
}
or it may be the constant string
\code
{
'substring not found'
}
).
\end{excdesc}
The functions are:
The functions are:
\renewcommand
{
\indexsubitem
}{
(in module string)
}
\renewcommand
{
\indexsubitem
}{
(in module string)
}
...
@@ -121,12 +93,12 @@ Like \code{find} but finds the highest index.
...
@@ -121,12 +93,12 @@ Like \code{find} but finds the highest index.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
index
}{
s
\,
sub
\optional
{
\,
start
}}
\begin{funcdesc}
{
index
}{
s
\,
sub
\optional
{
\,
start
}}
Like
\code
{
find
}
but raise
\code
{
index
_
e
rror
}
when the substring is
Like
\code
{
find
}
but raise
\code
{
ValueE
rror
}
when the substring is
not found.
not found.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
rindex
}{
s
\,
sub
\optional
{
\,
start
}}
\begin{funcdesc}
{
rindex
}{
s
\,
sub
\optional
{
\,
start
}}
Like
\code
{
rfind
}
but raise
\code
{
index
_
e
rror
}
when the substring is
Like
\code
{
rfind
}
but raise
\code
{
ValueE
rror
}
when the substring is
not found.
not found.
\end{funcdesc}
\end{funcdesc}
...
...
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