Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
369
class
Sample:
370
@staticmethod
371
def
hello() -> bool:
372
return
True
373
374
375
class
SampleInherit(Sample):
Callers
1
test_issue156_undo_staticmethod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected