Ask a question to get started
Enter to send•Shift+Enter new line
grep( self, pattern: str, path: str | None = None, glob: str
pattern
str
path
str | None
None
glob
Search file contents for a literal string using grep -F.
grep -F
Literal string to search for (not a regex).
Directory or file to search in.
Defaults to ".".
"."
Optional file-name glob to restrict the search (e.g. '*.py').
'*.py'