https://github.com/python/cpython
Raw File
Tip revision: 0fb18b02c8ad56299d6a2910be0bab8ad601ef24 authored by Thomas Wouters on 02 October 2023, 11:44:36 UTC
Python 3.12.0
Tip revision: 0fb18b0
test_doctest3.txt

Here we check that `__file__` is provided:

  >>> type(__file__)
  <class 'str'>
back to top