blob: 3f32a5583de65ef6e189d40a308e459aa03960b8 [file] [log] [blame]
from overload_subtype import *
f = Foo()
b = Bar()
if spam(f) != 1:
raise RuntimeError, "foo"
if spam(b) != 2:
raise RuntimeError, "bar"