ancho85 / pylint-playero-plugin

A plugin for pylint to work with Playero ERP
GNU General Public License v2.0
0 stars 0 forks source link

Multiple level of inheritance are not inferred correctly #9

Closed ancho85 closed 10 years ago

ancho85 commented 10 years ago

Enabling a higher level of inheritance causes that methods and attributes from given class not be correctly generated. Example:

  <scriptdir level="4" path="extra/Flota" />
  <scriptdir level="5" path="extra/GasStation" />
  <scriptdir level="6" path="extra/GestionSensitive" />
from Invoice import Invoice
Invoice.bring(1)

Class 'Invoice' has no 'bring' member

ancho85 commented 10 years ago

Still having issues with instantiators (bring, getRecord)

ancho85 commented 10 years ago

No longer an issue after tag v0.2 0b51329 :100: