daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Make py lib for builtins #22

Closed daviis closed 9 years ago

daviis commented 9 years ago

Here is the output and code I used to programmatically find the methods of the built in classes. I have made it for int, str, list, dict, and tuple. We still need to get the full signatures. #17