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
bab3e996
Kaydet (Commit)
bab3e996
authored
Eyl 20, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
61656203
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doctest.py
Lib/doctest.py
+4
-4
No files found.
Lib/doctest.py
Dosyayı görüntüle @
bab3e996
...
...
@@ -2051,7 +2051,7 @@ def testfile(filename, module_relative=True, name=None, package=None,
if
package
and
not
module_relative
:
raise
ValueError
(
"Package may only be specified for module-"
"relative paths."
)
# Relativize the path
if
module_relative
:
package
=
_normalize_module
(
package
)
...
...
@@ -2458,7 +2458,7 @@ def DocFileTest(path, module_relative=True, package=None,
if
package
and
not
module_relative
:
raise
ValueError
(
"Package may only be specified for module-"
"relative paths."
)
# Relativize the path.
if
module_relative
:
package
=
_normalize_module
(
package
)
...
...
@@ -2475,7 +2475,7 @@ def DocFileTest(path, module_relative=True, package=None,
def
DocFileSuite
(
*
paths
,
**
kw
):
"""A unittest suite for one or more doctest files.
The path to each doctest file is given as a string; the
interpretation of that string depends on the keyword argument
"module_relative".
...
...
@@ -2491,7 +2491,7 @@ def DocFileSuite(*paths, **kw):
"filename" should use "/" characters to separate path
segments, and may not be an absolute path (i.e., it may not
begin with "/").
If "module_relative" is False, then the given file paths are
interpreted as os-specific paths. These paths may be absolute
or relative (to the current working directory).
...
...
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