Relative Content

Tag Archive for pythonpylancepyright

Can you do type checking in a called function?

I want to be able to call a function and have the caller be aware that the type of parameter has been checked. My type checker is Pyright through the Pylance extension in vscode with "basic" level of type checking enabled.