blob: 329c3935a54c68e995bebc9bf315fe9d33cfe3ec [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class Bar:
2 def __init__(self, a, b):
3 pass
4
5Boar = Bambr = Bar
6
7Bambr(<arg1>1, <arg2>2)