pyo3/pyo3-macros-backend/src
David Hewitt b73c06948c
Merge pull request #3504 from davidhewitt/classmethod-receiver
emit helpful error hint for classmethod with receiver
2023-10-10 21:35:34 +00:00
..
pyfunction Upgrade to syn 2 2023-06-14 07:03:33 -04:00
attributes.rs Make rename_all accept a renaming rule, allow applying it to classes as well 2023-08-15 10:15:48 +02:00
deprecations.rs deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01:00
frompyobject.rs Upgrade to syn 2 2023-06-14 07:03:33 -04:00
konst.rs Upgrade to syn 2 2023-06-14 07:03:33 -04:00
lib.rs add macro quotes module for common snippets 2023-07-29 21:24:11 +01:00
method.rs Merge pull request #3504 from davidhewitt/classmethod-receiver 2023-10-10 21:35:34 +00:00
module.rs prefer inner / _private naming 2023-07-04 21:03:24 +01:00
params.rs better `Some`-wrapping for default arguments 2023-09-21 21:14:44 +01:00
pyclass.rs call PyObject_GC_Untrack before deallocating 2023-09-09 22:29:58 +01:00
pyfunction.rs deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01:00
pyimpl.rs emit compile errors on macros inside `#[pymethods]` 2023-10-02 22:15:29 +01:00
pymethod.rs deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01:00
quotes.rs better `Some`-wrapping for default arguments 2023-09-21 21:14:44 +01:00
utils.rs Make rename_all accept a renaming rule, allow applying it to classes as well 2023-08-15 10:15:48 +02:00