mypy_extensions icon indicating copy to clipboard operation
mypy_extensions copied to clipboard

feat: validate mypyc_attr args

Open BobTheBuidler opened this issue 3 months ago • 0 comments

This PR implements validation for mypyc_attr arguments and more informational type hints for its signature

Sometimes I'll prototype a design in pure-python before I compile it for the first time, this would be helpful for validating the prototype before spending time compiling.

BobTheBuidler avatar Oct 01 '25 17:10 BobTheBuidler