beeware / batavia

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

Update all __dir__ properties to return lists instead of strings. #814

Closed martica closed 5 years ago

martica commented 5 years ago

Adds a test to ensure that the type returned by dir(x) is correct and fixes all the places that return the incorrect type.

Fixes: #812

PR Checklist: