1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env python3 # Isn't touched by manual `--glob` option # This string is not found and touched: foo def foo(bar: int) -> int: return bar + 1 # Some sample code