intellimath / recordclass

Mutable variant of namedtuple -- recordclass, which support assignments, compact dataclasses and other memory saving variants.
Other
14 stars 3 forks source link

Fix bug with __match_args__ #6

Closed hulsed closed 2 months ago

hulsed commented 2 months ago

Properly uses '__match_args__' from the ns dictionary, instead of a nonexistent __match_args__ variable