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

Allow subclasses of py::args and py::kwargs #5381

Merged
merged 11 commits into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. Allow subclasses of py::args and py::kwargs

    The current implementation does not allow subclasses of args or kwargs.
    This change allows subclasses to be used.
    gentlegiantJGC committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    14cde21 View commit details
    Browse the repository at this point in the history
  2. Added test case

    gentlegiantJGC committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    82906b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c9933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aaf8bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5e7be View commit details
    Browse the repository at this point in the history
  6. Added handle_type_name

    gentlegiantJGC committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4f54b37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97c6798 View commit details
    Browse the repository at this point in the history
  8. Added namespaces

    gentlegiantJGC committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    19503bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b74f295 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Refactored tests

    Added more tests and moved tests to more appropriate locations.
    gentlegiantJGC committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    00ad6a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bcdea6 View commit details
    Browse the repository at this point in the history