https://github.com/python/cpython
Raw File
Tip revision: f992a60014b7ca83de038fc64572a63f4eb39c74 authored by Thomas Wouters on 19 June 2023, 18:55:07 UTC
Python 3.12.0b3
Tip revision: f992a60
test_doctest3.txt

Here we check that `__file__` is provided:

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