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

Simplify the Library implementation slightly: #95

Merged
merged 1 commit into from Jul 16, 2014

Commits on Jul 15, 2014

  1. Simplify the Library implementation slightly:

    * Remove _initialized flag and just test if self._lib is None. This removes an obnoxious error in the event you try to inspect ._lib before Library is initialized
    * Removed the caching of attributes on self, and instead always do the lookup on Lib
    alex committed Jul 15, 2014
    Copy the full SHA
    70b623a View commit details
    Browse the repository at this point in the history