pyo3/src
Alex Gaynor 5061b501a9
Remove IntoPyPointer
it wasn't used in any public APIs following #3359
2023-08-14 16:28:20 -04:00
..
conversions add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
err add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
ffi add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
impl_ add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
inspect docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pycell docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pyclass clippy: deny / fix used-underscope-binding lint 2023-07-16 20:49:45 +01:00
test_hygiene Bump Rust edition to 2021 and make current Clippy happy. 2023-06-07 21:15:38 +02:00
types add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
buffer.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
callback.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
conversion.rs Remove IntoPyPointer 2023-08-14 16:28:20 -04:00
derive_utils.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
exceptions.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
gil.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
impl_.rs Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
instance.rs Remove IntoPyPointer 2023-08-14 16:28:20 -04:00
internal_tricks.rs support `text_signature` on `#[new]` 2023-05-04 07:15:11 +01:00
lib.rs Remove IntoPyPointer 2023-08-14 16:28:20 -04:00
macros.rs prefer inner / _private naming 2023-07-04 21:03:24 +01:00
marker.rs Merge pull request #3359 from davidhewitt/py-pointer-methods 2023-08-11 19:50:22 +00:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs Remove IntoPyPointer 2023-08-14 16:28:20 -04:00
pycell.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
pyclass.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
pyclass_init.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
sync.rs Add `IpAddr` <-> `ipaddress.IPv(4/6)Address` conversion 2023-06-08 13:17:45 +02:00
type_object.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00