Skip to content

Commit

Permalink
implement PyCapsuleMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Jan 29, 2024
1 parent c54d897 commit e323fcb
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 e323fcb

Please sign in to comment.