This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80a0c7f623
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 23:46:34 +00: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 05:43:42 +00:00
<class 'str'>