xref
: /
third_party
/
python
/
Lib
/
test
/
test_doctest3.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/
1
2
Here we check that `__file__` is provided:
3
4
>>> type(__file__)
5
<class 'str'>
6