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

DM-19873: Resurrect get() and add __getitem__ calling it #50

Merged
merged 4 commits into from
May 28, 2019

Commits on May 28, 2019

  1. Resurrect get() and add __getitem__ calling it

    get() now matches the dict.get API except that it always
    calls getScalar internally whilst also providing a default
    value.
    
    The tests have been modified accordingly and the deprecation
    message has been removed.
    timj committed May 28, 2019
    Configuration menu
    Copy the full SHA
    da4a7e0 View commit details
    Browse the repository at this point in the history
  2. Add PropertySet.update

    timj committed May 28, 2019
    Configuration menu
    Copy the full SHA
    acbc2c7 View commit details
    Browse the repository at this point in the history
  3. Some clean ups of doc strings

    timj committed May 28, 2019
    Configuration menu
    Copy the full SHA
    9514417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4d812c View commit details
    Browse the repository at this point in the history