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

Method __init__

advanced_calculator.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29# Validation checker
30class Calculator:
31 def __init__(self):
32 self.take_inputs()
33
34 def add(self):
35 """summary: Get the sum of numbers

Callers

nothing calls this directly

Calls 1

take_inputsMethod · 0.95

Tested by

no test coverage detected