Hacker News new | ask | show | jobs
by adament 876 days ago
This is function overloading, you can do the same thing in C++. In Python you type this using the overload decorator from the typing module.