MCPcopy
hub / github.com/pytest-dev/pytest / __init__

Method __init__

testing/test_terminal.py:2565–2566  ·  testing/test_terminal.py::Namespace.__init__
(self, **kwargs)

Source from the content-addressed store, hash-verified

2563
2564 class Namespace:
2565 def __init__(self, **kwargs):
2566 self.__dict__.update(kwargs)
2567
2568 class config:
2569 def __init__(self):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected