AC
Description
It might make user-facing functions and methods easier to work with if we have code that more strictly enforces the contract with the caller. While mypy does that for us with internal use, API users are possibly going to have a harder time figuring it out.
AC
Description
It might make user-facing functions and methods easier to work with if we have code that more strictly enforces the contract with the caller. While mypy does that for us with internal use, API users are possibly going to have a harder time figuring it out.