stchris / untangle

Converts XML to Python objects
MIT License
611 stars 83 forks source link

No access to protected member variables _attributes and _name #79

Open m-mayers opened 2 years ago

m-mayers commented 2 years ago

I need access to _name and _attributes variables.

I can access them directly, but since they're protected, my linter does not like this. We need a way to properly access these variables through a get_attributes() and get_name() methods.