mirror of
https://github.com/samba-team/samba.git
synced 2025-07-19 04:59:10 +03:00
pidl/python: Support repr() for python types.
(This used to be commit cf3664594d
)
This commit is contained in:
@ -40,4 +40,7 @@ void py_talloc_dealloc(PyObject* self);
|
||||
|
||||
PyObject *py_talloc_import(PyTypeObject *py_type, void *ptr);
|
||||
|
||||
/* Sane default implementation of reprfunc. */
|
||||
PyObject *py_talloc_default_repr(PyObject *py_obj);
|
||||
|
||||
#endif /* _PY_TALLOC_H_ */
|
||||
|
Reference in New Issue
Block a user