DEBSOURCES
Skip Quicknav
sources / pychecker / 0.8.19-10 / test_input / test26.py
1234567891011
"" class Foo: "" def __init__(self,q): print q class Bar(Foo): "" def __init__(self): Foo.__init__(self,{ 'a' : 1 })