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

Runtime type information for objects crossing the Rust–Python boundary #2490

Merged
merged 6 commits into from
Sep 6, 2022

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    13e8efa View commit details
    Browse the repository at this point in the history
  2. Represent Python types

    The TypeInfo structure represents Python types used in hints. Its Display implementation converts it to the exact syntax for it to appear in a type hint.
    CLOVIS-AI committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8898bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c1a29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ffc4bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e6ae64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    453e355 View commit details
    Browse the repository at this point in the history