DEBSOURCES
Skip Quicknav
sources / jython / 2.5.3-16%2Bdeb9u1 / tests / java / org / python / indexer / data / refs2.py
12345678910
class Foo: a = 1 class Bar(Foo): b = 2 Foo() x = Bar x()