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

Class Add

src/8/implementing_the_visitor_pattern/example.py:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 self.right = right
15
16class Add(BinaryOperator):
17 pass
18
19class Sub(BinaryOperator):
20 pass

Callers 1

example.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected