beeware / batavia

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

Implement staticmethod builtin #831

Closed gregcowell closed 4 years ago

gregcowell commented 4 years ago

Signed-off-by: Greg Cowell greg.cowell@gmail.com

This is an implementation of the staticmethod() builtin.

This PR relates to issue #47

PR Checklist: