MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / What

Class What

tests/python/test_functions_this.py:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199def test_method_no_self():
200 class What:
201 def some_method():
202 return 3
203
204 obj = What()
205

Callers 1

test_method_no_selfFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_method_no_selfFunction · 0.68