MCPcopy
hub / github.com/geekcomputers/Python / add

Method add

advanced_calculator.py:34–40  ·  view source on GitHub ↗

summary: Get the sum of numbers Returns: _type_: _description_

(self)

Source from the content-addressed store, hash-verified

32 self.take_inputs()
33
34 def add(self):
35 """summary: Get the sum of numbers
36
37 Returns:
38 _type_: _description_
39 """
40 return self.num1 + self.num2
41
42 def sub(self):
43 """_summary_: Get the difference of numbers

Callers 11

solve_puzzleFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
happy_num.pyFile · 0.45
async_downloaderFunction · 0.45
app.pyFile · 0.45
get_appFunction · 0.45
__init__Method · 0.45
get_appFunction · 0.45
recognize_audioFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected