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

Address eighth part of 451: Add parent to constructor #476

Merged
merged 2 commits into from
Dec 31, 2014

Commits on Dec 31, 2014

  1. Adding parent to Key constructor.

    Addresses eighth part of googleapis#451.
    dhermes committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    8486080 View commit details
    Browse the repository at this point in the history
  2. Making Key parent data agree with child.

    Also making _clone() and _parent() methods use self.__class__
    to make subclassing easier.
    
    h/t to @tseaver for feedback.
    dhermes committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    2fe9e6e View commit details
    Browse the repository at this point in the history