MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __init__

Method __init__

src/_pytest/_argcomplete.py:76–77  ·  view source on GitHub ↗
(self, directories: bool = True)

Source from the content-addressed store, hash-verified

74 """Fast file completer class."""
75
76 def __init__(self, directories: bool = True) -> None:
77 self.directories = directories
78
79 def __call__(self, prefix: str, **kwargs: Any) -> List[str]:
80 # Only called on non option completions.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected