oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00331
[Bug 607526] Re: seemingly unnecessary assignments in the initializer of class ItemTree
** Project changed: oship => oshippy
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/607526
Title:
seemingly unnecessary assignments in the initializer of class ItemTree
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
With the exception of items, Is it necessary to assign values to the attributes after the call to the parent initializer?
They are assigned in the parent initializer, aren't they?