MCPcopy Create free account
hub / github.com/geekcomputers/Python / Divide Operator.py

File Divide Operator.py

Divide Operator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class DivisionOperation:
2 INT_MAX = float("inf")
3
4 def __init__(self, num1, num2):

Callers

nothing calls this directly

Calls 2

DivisionOperationClass · 0.85
perform_divisionMethod · 0.80

Tested by

no test coverage detected