1
0
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:
Jelmer Vernooij
2008-01-13 18:38:12 +01:00
parent a99dff8660
commit f7a0ef04f0
5 changed files with 855 additions and 8 deletions

View File

@ -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_ */