David Hewitt
|
7d486bb72a
|
tests/common.rs -> src/tests/common.rs
|
2023-09-24 13:34:53 +01:00 |
Georg Brandl
|
99c8dea30e
|
Use Python::get_type() instead of PyTypeInfo::type_object()
The former needs one less import and uses a familiar object.
|
2022-11-20 15:16:18 +01:00 |
David Hewitt
|
7e2d3117ce
|
cleanup: deprecate PyTypeObject trait
|
2022-04-23 13:36:32 +01:00 |
David Hewitt
|
4b2345fe80
|
pymethods: support __call__ proto
|
2021-10-23 00:06:46 +01:00 |
David Hewitt
|
977735db20
|
pymethods: make inventory optional
|
2021-03-04 19:52:58 +00:00 |