MCPcopy Create free account
hub / github.com/ActiveState/code / get

Method get

recipes/Python/502243_Property_wrapper/recipe-502243.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 def bar():
21 # BAR doc
22 def get(self):
23 return self._a
24 def set(self, val):
25 self._a=val
26 return get, set

Callers 9

acquireReadMethod · 0.45
parselineFunction · 0.45
handle_starttagMethod · 0.45
handle_endtagMethod · 0.45
namedtupleFunction · 0.45
iterProcessedJobsMethod · 0.45
runMethod · 0.45
pkgconfigFunction · 0.45
recipe-502268.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected