Coding Spirit

一位程序员,比较帅的那种

In Python, we can use @overload decorator from typing to mark overloading methods. If project has unit test enabled, you may find that it’s impossible to cover those methods with @overload decorator in coverage reports. In this case we have to bypass coverage checking for those overloading methods.

Read more »
0%