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
5fb2631f
Kaydet (Commit)
5fb2631f
authored
Eyl 21, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Explicitly document the fact that the search method returns a MatchObject.
(Reported by Gary Herron.)
üst
4ecd85aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libre.tex
Doc/lib/libre.tex
+2
-1
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
5fb2631f
...
...
@@ -506,7 +506,8 @@ attributes:
\begin{methoddesc}
[RegexObject]
{
search
}{
string
\optional
{
, pos
}
\optional
{
,
endpos
}}
Scan through
\var
{
string
}
looking for a location where this regular
expression produces a match. Return
\code
{
None
}
if no
expression produces a match, and return a
corresponding
\class
{
MatchObject
}
instance. Return
\code
{
None
}
if no
position in the string matches the pattern; note that this is
different from finding a zero-length match at some point in the string.
...
...
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