If I have a function like this: def foo(name, opts={}): pass And I want to add type hints to the parameters, how do ...
-
May 3, 2022
- 0 Comments