MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / run

Method run

example_code/item_068.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.number = number
81
82 def run(self):
83 self.factors = list(factorize(self.number))
84
85
86print("Example 4")

Callers

nothing calls this directly

Calls 1

factorizeFunction · 0.85

Tested by

no test coverage detected