garcia / simfile

A modern simfile parsing & editing library for Python 3
MIT License
62 stars 7 forks source link

Replace `charts` property of simfiles with a plain instance member #14

Closed garcia closed 2 years ago

garcia commented 2 years ago

Fixes #11. Since the old charts property just proxied the private instance member _charts before, this change is non-breaking. It allows the field to be overwritten with a new list, with tests to demonstrate the functionality.

Also cleaned up miscellaneous docs/tests.