Releases: eq19/maps
Releases · eq19/maps
v0.0.31
Full Changelog: v0.0.30...v0.0.31
v0.0.30
Full Changelog: v0.0.29...v0.0.30
v0.0.29
Full Changelog: v0.0.28...v0.0.29
``
class Example:
def show(self):
print(self.x)
Inject attribute after definition
setattr(Example, "x", 42)
Use
e = Example()
e.show() # prints 42
``
v0.0.28
Full Changelog: v0.0.25...v0.0.28
v0.0.27
Full Changelog: v0.0.25...v0.0.27
v0.0.26
Full Changelog: v0.0.25...v0.0.26
v0.0.25
Full Changelog: v0.0.23...v0.0.25
v0.0.24
Full Changelog: v0.0.23...v0.0.24
v0.0.23
Full Changelog: v0.0.18...v0.0.23
v0.0.22
Full Changelog: v0.0.18...v0.0.22