pyo3/src
Ivan “CLOVIS” Canet d7c1a2906a
IntoPy and FromPyObject allow the retrieval of the type information
2022-09-06 21:30:36 +02:00
..
conversions Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
err safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
ffi datetime: support timezone bindings 2022-07-13 22:05:17 +01:00
impl_ pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
inspect Represent Python types 2022-09-06 21:30:16 +02:00
pycell pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
test_hygiene Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
types fix: export new dict views types (#2590) 2022-08-25 09:03:57 +01:00
buffer.rs Increasing test coverage (#2462) 2022-06-23 21:30:22 +01:00
callback.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
conversion.rs IntoPy and FromPyObject allow the retrieval of the type information 2022-09-06 21:30:36 +02:00
derive_utils.rs pyfunction: use extract_argument with holder to avoid extractext 2022-07-14 08:42:22 +01:00
exceptions.rs Update Python to 3.11.0b4 in emscripten test (#2507) 2022-07-15 20:39:58 +01:00
gil.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
impl_.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
instance.rs Fix PyObject_CallNoArgs python version cfg (#2476) 2022-06-23 21:31:44 +01:00
internal_tricks.rs Remove `#[doc(hidden)]` from trait impl items (#2365) 2022-05-10 19:26:53 +01:00
lib.rs Represent Python types 2022-09-06 21:30:16 +02:00
macros.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
marker.rs docs: note with_gil auto-creates thread state 2022-08-23 20:49:14 +01:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
once_cell.rs macros: simpler expansion for `intern!` 2022-06-02 09:57:58 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
pycell.rs guide: don't use `::pyo3` 2022-08-23 20:49:14 +01:00
pyclass.rs pyclass: add `sequence` option to implement `sq_length` 2022-08-20 07:14:26 +01:00
pyclass_init.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
type_object.rs llvm-lines: use iterator to collect class items 2022-06-25 22:03:28 +01:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00