DebugClients/Python/coverage/codeunit.py

changeset 3499
f2d4b02c7e88
parent 3497
7f51ab29a1a2
child 4385
599681bf149a
equal deleted inserted replaced
3498:60f663154789 3499:f2d4b02c7e88
141 # A file with no extension should be Python. 141 # A file with no extension should be Python.
142 if not ext: 142 if not ext:
143 return True 143 return True
144 # Everything else is probably not Python. 144 # Everything else is probably not Python.
145 return False 145 return False
146
147 #
148 # eflag: FileType = Python2

eric ide

mercurial