summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/test/test_doctest3.txt
blob: 85c39789d2143f37eab92fd8aa83f4acec753ef5 (plain)
1
2
3
4
5

Here we check that `__file__` is provided:

  >>> type(__file__)
  <type 'str'>