mirror of
https://github.com/python/cpython.git
synced 2024-11-29 21:05:33 +08:00
7c404a4bf7
this is useful for locating supporting data files, just as it is in Python modules
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
|
Here we check that `__file__` is provided:
|
|
|
|
>>> type(__file__)
|
|
<type 'str'>
|