Skip to content

Commit

Permalink
Merge pull request #3770 from Icxolu/capsule
Browse files Browse the repository at this point in the history
implement `PyCapsuleMethods`
  • Loading branch information
davidhewitt authored Jan 29, 2024
2 parents fbe6f15 + e323fcb commit 718be9f
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 70 deletions.
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub use crate::types::any::PyAnyMethods;
pub use crate::types::boolobject::PyBoolMethods;
pub use crate::types::bytearray::PyByteArrayMethods;
pub use crate::types::bytes::PyBytesMethods;
pub use crate::types::capsule::PyCapsuleMethods;
pub use crate::types::dict::PyDictMethods;
pub use crate::types::float::PyFloatMethods;
pub use crate::types::frozenset::PyFrozenSetMethods;
Expand Down
Loading

0 comments on commit 718be9f

Please sign in to comment.