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

Method processoption

src/_pytest/config/argparsing.py:59–62  ·  view source on GitHub ↗
(self, option: "Argument")

Source from the content-addressed store, hash-verified

57 self.extra_info: Dict[str, Any] = {}
58
59 def processoption(self, option: "Argument") -> None:
60 if self._processopt:
61 if option.dest:
62 self._processopt(option)
63
64 def getgroup(
65 self, name: str, description: str = "", after: Optional[str] = None

Callers 1

_addoption_instanceMethod · 0.80

Calls 1

_processoptMethod · 0.80

Tested by

no test coverage detected