MCPcopy Index your code
hub / github.com/python/cpython / getfoo

Method getfoo

Lib/test/test_descr.py:3962–3963  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3960 def setfoo(self, foo=None):
3961 self.foo = foo
3962 def getfoo(self):
3963 return self.__foo
3964 def __getstate__(self):
3965 return [self.foo]
3966 def __setstate__(self_, lst):

Callers 1

test_copy_setstateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected