SimplyKnownAsG / yamlize

Python YAML serializing library
Apache License 2.0
11 stars 5 forks source link

the use of decorators results in lots of erroneous pylint messages #1

Closed SimplyKnownAsG closed 6 years ago

SimplyKnownAsG commented 6 years ago

pylint doesn't recognize the attributes being created by the yamlize @yamlizable, @keyed_list, etc. Likewise, it doesn't recognize the inherited class methods.

SimplyKnownAsG commented 6 years ago

got rid of this..