MCPcopy Index your code
hub / github.com/geekcomputers/Python / sub

Method sub

advanced_calculator.py:42–48  ·  view source on GitHub ↗

_summary_: Get the difference of numbers Returns: _type_: _description_

(self)

Source from the content-addressed store, hash-verified

40 return self.num1 + self.num2
41
42 def sub(self):
43 """_summary_: Get the difference of numbers
44
45 Returns:
46 _type_: _description_
47 """
48 return self.num1 - self.num2
49
50 def multi(self):
51 """_summary_: Get the product of numbers

Callers 8

process_dateFunction · 0.80
process_dateFunction · 0.80
tweeter_scrapperFunction · 0.80
sanitize_prefixFunction · 0.80
normalize_textFunction · 0.80
clean_assistant_outputFunction · 0.80
app_name_from_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected