1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00
semantic/test/fixtures/python/with.A.py
2017-07-21 15:01:01 -07:00

5 lines
91 B
Python

with open(nsfile, 'w') as f:
found = False
for line in lines:
found = True