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

Method method

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

Source from the content-addressed store, hash-verified

93 """A docstring"""
94
95 def method(self):
96 return "a"
97
98 class B:
99 """B docstring"""

Calls

no outgoing calls

Tested by

no test coverage detected