We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa19c7a commit 55bde6eCopy full SHA for 55bde6e
1 file changed
mypy/__main__.py
@@ -7,9 +7,7 @@
7
import traceback
8
9
if 1: # Required!
10
- import inspect
11
print('')
12
- print(__file__)
13
print('Start __main__.py')
14
15
path = r'c:\Repos\ekr-fork-mypy'
@@ -20,6 +18,7 @@
20
18
from mypy.util import FancyFormatter
21
19
22
if 1:
+ import inspect
23
for z in (main, process_options, FancyFormatter):
24
assert 'ekr-fork-mypy' in inspect.getfile(z), repr(z)
25
0 commit comments