pyo3/pyo3cls/src
Nikolay Kim 324a6b2697 drop RefFromPyObject; allow mut refs #106 2018-01-19 09:04:42 -08:00
..
args.rs Add copyright headers to some files 2017-06-24 16:36:51 +08:00
defs.rs fix PyNumberProtocol methods #48 2017-07-17 16:49:19 -07:00
func.rs fix PyNumberProtocol methods #48 2017-07-17 16:49:19 -07:00
lib.rs simplify instance ptr, droped #[py::ptr] annotation attr 2017-06-19 20:55:07 -07:00
method.rs added PySuper and __init__ support 2017-07-27 16:20:21 -07:00
module.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00
py_class.rs refactor object allocation system 2017-08-11 20:17:09 -07:00
py_impl.rs drop py paramater for protcol definitions 2017-06-22 12:32:01 -07:00
py_method.rs drop RefFromPyObject; allow mut refs #106 2018-01-19 09:04:42 -08:00
py_proto.rs prefix generated names with _ 2017-07-23 10:07:23 -07:00
utils.rs Add copyright headers to some files 2017-06-24 16:36:51 +08:00