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

implement PyTypeMethods #3705

Merged
merged 12 commits into from
Feb 18, 2024
Merged

implement PyTypeMethods #3705

merged 12 commits into from
Feb 18, 2024

Commits on Jan 5, 2024

  1. implement PyTypeMethods

    davidhewitt committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d1e360f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae71bf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    d07256e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e3180 View commit details
    Browse the repository at this point in the history
  3. correct conditional code

    davidhewitt committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f8c6810 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    c24267d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e90880 View commit details
    Browse the repository at this point in the history
  3. correct docstrings

    Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
    davidhewitt and Icxolu committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4a6b26b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a8b9d0 View commit details
    Browse the repository at this point in the history
  5. correct doc link to from_borrowed_type_ptr

    Co-authored-by: Lily Foote <code@lilyf.org>
    davidhewitt and LilyFoote committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7c1f259 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    276d4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410133d View commit details
    Browse the repository at this point in the history