Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Design] reconstruction magic methods #281

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2022

  1. * add array of magic methods to class struct.

    * current magic methods: _init, _getter, _setter, _str, _repr, _call.
    * optimize method calling for magic methods.
    * add _call so that object can be callable.
    * add Object.getattr and Object.setattr so that attribs can be accessed via
      dynamic name.
    * getter/setter can be called in script, no only in native code.
    khchen committed Jul 21, 2022
    2 Configuration menu
    Copy the full SHA
    7a736f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    01d4530 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    9eed804 View commit details
    Browse the repository at this point in the history