MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / Mul

Class Mul

src/8/implementing_the_visitor_pattern/example.py:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 pass
21
22class Mul(BinaryOperator):
23 pass
24
25class Div(BinaryOperator):
26 pass

Callers 1

example.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected