cpython/Lib/test/test_doctest3.txt
Martin v. Löwis 250ad613f3 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

6 lines
82 B
Plaintext

Here we check that `__file__` is provided:
>>> type(__file__)
<class 'str'>