https://github.com/python/cpython
Raw File
Tip revision: 580fbb018fd0844806119614d752b41fc69660f9 authored by Ɓukasz Langa on 20 July 2020, 13:01:32 UTC
Python 3.8.5
Tip revision: 580fbb0
test_doctest3.txt

Here we check that `__file__` is provided:

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