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

Method __len__

src/_pytest/mark/expression.py:186–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 raise NotImplementedError()
185
186 def __len__(self) -> int:
187 raise NotImplementedError()
188
189
190class Expression:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected