Post #1231544
2026-03-09 10:22 UTC
@kevinrenskers in a few of my libraries I use https://typeguard.readthedocs.io/en/latest/userguide.html#using-the-decorator which is a similar idea. https://github.com/beartype/beartype is the other library I've looked at for this in the past.
Replies (1)
-
@kevinrenskers@hachyderm.io 2026-03-09 10:35
@adamghill really cool, thanks!