Ed Leafe wrote:
>
>       Why is this better than simply doing:
>
> obj = MyClass(parent)
> obj.myBizobj = self.PrimaryBizobj
>
>   
Could you also :

obj = MyClass(parent, myBizobj = self.PrimaryBizobj)

??



_______________________________________________
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