Użytkownik Werner F. Bruhin napisał:
> Can you expand on what you mean by this?  I.e. give me a sample of what
> it should look like.
>
> Just FYI, I regenerated it all using dabo.ui.etc and the inheritance
> diagram is about "half" correct.
>
> E.g. on dBitmap it has an issue with these:
> dabo.ui.uiwx.dControlMixin.dControlMixin,
> dabo.ui.uiwx.dImageMixin.dImageMixin
>
> Which are imported in dBitmap as:
> import dControlMixin as cm
> import dImageMixin as dim
>
> But it then finds dabo.ui.uiwx.dControlMixinBase.dControlMixinBase
>
> which is imported in dControlMixin as:
> from dabo.ui.dControlMixinBase import dControlMixinBase
>    

I was wrong, this couldn't work.
Problem is, how to force the documenting engine to use particular namespace
and to ignore real class package origin, e.g.

 >>> dabo.ui.dTimer
<class 'dabo.ui.uiwx.dTimer.dTimer'>

I don't know how to achieve this.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to