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

Fix #169: remove Connection.delete_entity API #256

Closed
wants to merge 3 commits into from
Closed

Fix #169: remove Connection.delete_entity API #256

wants to merge 3 commits into from

Commits on Oct 17, 2014

  1. Avoid interior use of 'key()' setter-getter.

    Instead, use '_key' directly, adding a '_must_key' property which
    raises a NoKey exception if None (for use in cases which require a key).
    
    Allows removal of the pylint 'maybe-no-member' comments.
    tseaver committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    7c55a04 View commit details
    Browse the repository at this point in the history
  2. Add tests for logic in Entity.__repr__.

    Fixes #174.
    tseaver committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    64c711e View commit details
    Browse the repository at this point in the history
  3. Remove 'Connection.delete_entity' API.

    Fixes #169.
    tseaver committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    94e606b View commit details
    Browse the repository at this point in the history