pyo3/src
David Hewitt fde4211081
Merge pull request #1707 from nw0/doc
Document some undocumented items
2021-07-04 16:35:17 +01:00
..
class buffer, cmp doc 2021-06-30 18:31:27 +08:00
conversions Implement `IntoPy<PyObject>` for `&PathBuf` and `&OsString` 2021-07-04 16:18:04 +08:00
err Add support for setting and retrieving exception cause 2021-06-23 20:14:49 +08:00
ffi Merge pull request #1707 from nw0/doc 2021-07-04 16:35:17 +01:00
impl_ add documentation 2021-06-29 18:35:28 +08:00
types Merge pull request #1707 from nw0/doc 2021-07-04 16:35:17 +01:00
buffer.rs Apply suggestions that make doc take the plural form 2021-07-04 19:32:40 +08:00
callback.rs callback: add #[inline] to callback conversion code 2021-05-17 08:14:05 +01:00
conversion.rs added doc alias for intopy 2021-05-03 20:31:53 +02:00
derive_utils.rs text_signature: move to `#[pyo3(text_signature = "...")]` 2021-06-05 16:33:03 +01:00
exceptions.rs Apply suggestions that make doc take the plural form 2021-07-04 19:32:40 +08:00
gil.rs Fix clippy ignore directives 2021-05-17 09:45:34 +02:00
impl_.rs pyclass: refactor initialization, call native type dealloc 2021-06-23 07:45:51 +01:00
instance.rs Apply suggestions that make doc take the plural form 2021-07-04 19:32:40 +08:00
internal_tricks.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
lib.rs Merge pull request #1694 from mejrs/pyo3version 2021-06-24 20:24:57 +01:00
marshal.rs Revert the accidently changed file mode 2021-03-20 19:50:50 +09:00
num_bigint.rs Merge pull request #1694 from mejrs/pyo3version 2021-06-24 20:24:57 +01:00
num_complex.rs Merge pull request #1694 from mejrs/pyo3version 2021-06-24 20:24:57 +01:00
once_cell.rs simple module doc 2021-06-30 18:03:53 +08:00
panic.rs simple module doc 2021-06-30 18:03:53 +08:00
prelude.rs Add `wrap_pyfunction` macro to prelude 2021-06-24 22:34:55 +08:00
pycell.rs docs: implement final missing safety docs 2021-06-24 07:19:49 +01:00
pyclass.rs pyclass: refactor initialization, call native type dealloc 2021-06-23 07:45:51 +01:00
pyclass_init.rs docs: implement final missing safety docs 2021-06-24 07:19:49 +01:00
pyclass_slots.rs Apply suggestions that make doc take the plural form 2021-07-04 19:32:40 +08:00
python.rs add documentation 2021-06-29 18:35:28 +08:00
serde.rs type_object: remove layout and base type from PyTypeInfo 2021-05-04 21:39:42 +01:00
type_object.rs pyclass: refactor initialization, call native type dealloc 2021-06-23 07:45:51 +01:00