https://github.com/python/cpython
Raw File
Tip revision: db3ff76da19004f266b62e98a81bdfd322861436 authored by Ɓukasz Langa on 28 June 2021, 08:26:18 UTC
Python 3.9.6
Tip revision: db3ff76
test_doctest3.txt

Here we check that `__file__` is provided:

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