1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env python3 # Is found and processed by language scoper # This string is not found and touched: foo def baz(bar: int) -> int: return bar + 1 # Some sample code