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

Metaclass approach #3

Commits on Aug 14, 2019

  1. Metaclass approach (WIP)

    This is an alternative take to get metaclasses mostly working.
    
    We continue to use ExtensionArray.__len__ as what EA authors must
    impelment. We define size and shape in terms of it. We have some limited
    handling of respecting previously defined shape and size.
    TomAugspurger committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    da0dc4f View commit details
    Browse the repository at this point in the history
  2. revert move

    TomAugspurger committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a4493fc View commit details
    Browse the repository at this point in the history
  3. Add deprecation warning

    TomAugspurger committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a73bd77 View commit details
    Browse the repository at this point in the history