I have a base class that defines a class attribute and some child classes that depend on it, e.g.class Base(object): assignment = dict(a=1, b=2, ...
確定! 回上一頁