This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ffeda29115
cpython
/
Lib
/
test
/
test_doctest3.txt
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add __file__ to the globals available for tests loaded via DocFileSuite; this is useful for locating supporting data files, just as it is in Python modules
2004-12-21 19:46:34 -04:00
Here we check that `__file__` is provided:
>>> type(__file__)
Bug #2565: The repr() of type objects now calls them 'class', not 'type' - whether they are builtin types or not.
2008-04-07 02:43:42 -03:00
<class 'str'>