class Foo: """ Attributes ---------- bar Something cool """ bar = 1 class Baz(Foo): """ Attributes ---------- bar Re-documented but does exist still. """