https://github.com/python/cpython
Raw File
Tip revision: b0478d738a30ca6a1a57e059156e7445612f2828 authored by Pablo Galindo on 02 February 2021, 20:43:11 UTC
Fix Sphynx syntax in the memory.rst document
Tip revision: b0478d7
test_doctest3.txt

Here we check that `__file__` is provided:

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