MCPcopy Index your code
hub / github.com/cloudpipe/cloudpickle / method

Method method

tests/cloudpickle_test.py:366–367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 "Derived Docstring"
365
366 def method(self):
367 return super().method() + 1
368
369 self.assertEqual(Derived().method(), 2)
370

Callers

nothing calls this directly

Calls 1

methodMethod · 0.45

Tested by

no test coverage detected