-
Nice and useful, thanks for sharing! :)
Obligatory reminder to only use type checks in Python if you really need to, e.g. when it would subtly break later and you don't want that or if the behaviour depends on a certain type being supplied. Otherwise:
🦆 -type away…😌
Please register or sign in to comment