OpenGrok
Cross Reference: test_doctest3.txt
xref
: /
prebuilts
/
python
/
darwin-x86
/
2.7.5
/
lib
/
python2.7
/
test
/
test_doctest3.txt
Home
|
History
|
Annotate
|
Download
|
only in
test
1
2
Here we check that `__file__` is provided:
3
4
>>> type(__file__)
5
<type 'str'>
6