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

Refactor the __getitem__ and __getattr__ methods to support Mapping ABC #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 17, 2021

  1. Refactor the __getitem__ and __getattr__ methods to support Mapping ABC

    Fixes #20 and closes #19 because now __getitem__  serves a completely 
    different purpose: it was intended for private use between other class 
    methods, but now it's part of the special methods of the Mapping 
    Abstract Base Class.
    0x2b3bfa0 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    8690b7e View commit details
    Browse the repository at this point in the history