MCPcopy Create free account
hub / github.com/geekcomputers/Python / __init__

Method __init__

advanced_calculator.py:346–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

344
345 class Commands:
346 def __init__(self):
347 self.take_inputs()
348
349 def previous_number(self):
350 pass

Callers

nothing calls this directly

Calls 1

take_inputsMethod · 0.45

Tested by

no test coverage detected