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-10328: len(propertySet) throws an exception in Python #27

Merged
merged 5 commits into from
Apr 27, 2017

Commits on Apr 24, 2017

  1. Fix PEP8 warnings

    Strip trailing whitespace
    Add newlines where wanted
    Add a few `# noqa` to stop warnings where the code must violate PEP8
    Stop using `from foo import *` in code
    r-owen committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    e9df402 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    05e976d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    732569c View commit details
    Browse the repository at this point in the history
  3. Standardize python initial boilerplate

    including adding it in a few cases where it was missing.
    r-owen committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    f3a0b22 View commit details
    Browse the repository at this point in the history
  4. Remove brokenPropetyList.__len__

    Not only it broken, it is not obvious what it should return.
    Add an explanation of this as a code comment in the pybind11 wrapper.
    r-owen committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    50efa46 View commit details
    Browse the repository at this point in the history