529a530,536
> # If the attribute exists on the C++ object, transparently
> # forward the reference there. This is typically used for
> # SWIG-wrapped methods such as init(), regStats(),
> # regFormulas(), resetStats(), and startup().
> if self._ccObject and hasattr(self._ccObject, attr):
> return getattr(self._ccObject, attr)
>