https://github.com/python/cpython
Raw File
Tip revision: ccb0e6a3452335a4c3e2433934c3c0c5622a34cd authored by Ɓukasz Langa on 15 November 2021, 17:26:38 UTC
Python 3.9.9
Tip revision: ccb0e6a
test_doctest3.txt

Here we check that `__file__` is provided:

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