mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +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