saxbophone / basest-python

Arbitrary base binary-to-text encoder (any base to any base), in Python.
https://pypi.org/project/basest/
Mozilla Public License 2.0
6 stars 0 forks source link

Better validation of parameters in constructors and some functions #51

Open saxbophone opened 4 years ago

saxbophone commented 4 years ago

It's currently possible to construct an Encoder instance without any arguments, but this is inherently unusable as member variables then get set to None.