Login
From:
til.codeinthehole.com
(Uncensored)
subscribe
TIL Not to union Python list types — David Winterbottom
https://til.codeinthehole.com/posts/not-to-union-python-list-types/
links
backlinks
Roast topics
Find topics
Find it!
Consider this contrived function which either returns a list of tuples or a list of dicts depending on an argument value: — can be read in 1 minute