Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e6fc7401a92c7b51a80782d8095819b9909a0322
/
.
/
Lib
/
test
/
test_doctest3.txt
blob: dd8557e57a509b8cb6bcfe3c689a1f29293c407e [
file
] [
log
] [
blame
]
Fred Drake
7c404a4
2004-12-21 23:46:34 +0000
[
diff
] [
blame
]
1
2
Here we check that `__file__` is provided:
3
4
>>> type(__file__)
Martin v. Löwis
250ad61
2008-04-07 05:43:42 +0000
[
diff
] [
blame
]
5
<class 'str'>