- Apr
- 5
- 0
In my Python project, when I run
I only get the mentions to
However, if I run
I get all the mentions in monkeypatching in all the libraries under
Am I missing something?
FFIND /[!.venv] /slvt"monkeypatching" *.pyI only get the mentions to
monkeypatching in my own code.However, if I run
FSEARCH /[!.venv] /svlpt"monkeypatching" *.pyI get all the mentions in monkeypatching in all the libraries under
.venv plus the ones in my own code.Am I missing something?