commit | 440dcdee00938e7fac0be1b23c9141b527b6f7b2 | [log] [tgz] |
---|---|---|
author | Manuel Krebber <admin@wheerd.de> | Fri Feb 10 19:03:13 2017 +0100 |
committer | Ivan Levkivskyi <levkivskyi@gmail.com> | Fri Feb 10 19:03:13 2017 +0100 |
tree | f5eaaf76958fc37e5db00114cd4295c61a20f49d | |
parent | 1229efb63e588e2a1a7ebc1ce0d4b55ce7997b5c [diff] |
Make get_type_hints not throw an error on builtin methods (#368) * Added support to get_type_hints for builtin methods like object.__init__ or object.__str__ etc. * Fixed tabs vs spaces -.- * Changed the type check for builtin functions/methods to use the new types in the types module.