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

Method hello

testing/test_monkeypatch.py:371–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369class Sample:
370 @staticmethod
371 def hello() -> bool:
372 return True
373
374
375class SampleInherit(Sample):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected