Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ hello
Method
hello
testing/test_monkeypatch.py:342–343 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
340
class
Sample:
341
@staticmethod
342
def
hello() -> bool:
343
return
True
344
345
346
class
SampleInherit(Sample):
Callers
1
test_issue156_undo_staticmethod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected