beeware / batavia

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

locals() working with all test cases passed except test_noargs #765

Closed seeni-dev closed 5 years ago

seeni-dev commented 5 years ago

This PR finishes the implementation of locals(). It passes all the test cases in tests.builtins.test_locals except for test_noargs

PR Checklist: