Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?
The MyPy people have done a lot of work creating files containing the signatures of builtin/stdlib functions at https://github.com/python/typeshed. By automatically processing the stub files, it would be possible to create more accurate mock ASTs for functions that aren't introspectable.
Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?
The MyPy people have done a lot of work creating files containing the signatures of builtin/stdlib functions at https://github.com/python/typeshed. By automatically processing the stub files, it would be possible to create more accurate mock ASTs for functions that aren't introspectable.