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

Class Div

src/8/implementing_the_visitor_pattern/example.py:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 pass
24
25class Div(BinaryOperator):
26 pass
27
28class Negate(UnaryOperator):
29 pass

Callers 1

example.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected