beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Almost all the dir builtin tests now pass. #758

Closed lielfr closed 6 years ago

lielfr commented 6 years ago

I don't know if it is a good idea, but since simply using js methods for that does not work or yields completely different results, I've implenented a dir method for each type, which returns the desired output.

PR Checklist: