OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DocTest
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py
1
# Module
doctest
.
9
r"""Module
doctest
-- a framework for running examples in docstrings.
14
import
doctest
15
doctest
.testmod()
44
of
doctest
's default behaviors. See the Library Reference Manual for
66
# 2. Example &
DocTest
68
'
DocTest
',
69
# 3.
Doctest
Parser
71
# 4.
Doctest
Finder
73
# 5.
Doctest
Runne
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py
1
# Module
doctest
.
9
r"""Module
doctest
-- a framework for running examples in docstrings.
14
import
doctest
15
doctest
.testmod()
44
of
doctest
's default behaviors. See the Library Reference Manual for
66
# 2. Example &
DocTest
68
'
DocTest
',
69
# 3.
Doctest
Parser
71
# 4.
Doctest
Finder
73
# 5.
Doctest
Runne
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
1
# Module
doctest
.
9
r"""Module
doctest
-- a framework for running examples in docstrings.
14
import
doctest
15
doctest
.testmod()
44
of
doctest
's default behaviors. See the Library Reference Manual for
66
# 2. Example &
DocTest
68
'
DocTest
',
69
# 3.
Doctest
Parser
71
# 4.
Doctest
Finder
73
# 5.
Doctest
Runne
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
1
# Module
doctest
.
9
r"""Module
doctest
-- a framework for running examples in docstrings.
14
import
doctest
15
doctest
.testmod()
44
of
doctest
's default behaviors. See the Library Reference Manual for
66
# 2. Example &
DocTest
68
'
DocTest
',
69
# 3.
Doctest
Parser
71
# 4.
Doctest
Finder
73
# 5.
Doctest
Runne
[
all
...]
Completed in 562 milliseconds