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

Support stripping metadata #77

Merged
merged 4 commits into from
May 21, 2024
Merged

Support stripping metadata #77

merged 4 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    634d730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0112b89 View commit details
    Browse the repository at this point in the history
  3. Return NotImplemented from comparison methods

    Return NotImplemented from comparison methods, as is standard approach,
    instead of raising NotImplementedError, in the abstract schema.
    spbnick committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c4ffa51 View commit details
    Browse the repository at this point in the history
  4. Check value is a type in comparison methods

    Check that the compared value is a type in the abstract schema's
    comparison methods, otherwise we'll get an exception from issubclass(),
    when it's not.
    spbnick committed May 21, 2024
    Configuration menu
    Copy the full SHA
    64d8080 View commit details
    Browse the repository at this point in the history