diff options
| author | scoder <none@none> | 2006-10-25 19:12:07 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2006-10-25 19:12:07 +0200 |
| commit | 19c8a0938eaa2f3ed2ef4f71a002a29d805723b2 (patch) | |
| tree | d3d5b88139d7cb455a35f7d65b4374cc0ae171ad /src/lxml/python.pxd | |
| parent | 8a3a7f8067e1433c6f89b4199119936a16b2171f (diff) | |
| download | python-lxml-19c8a0938eaa2f3ed2ef4f71a002a29d805723b2.tar.gz | |
[svn r1981] make repr() a C function
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
| -rw-r--r-- | src/lxml/python.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index 6d287661..afe534f9 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -93,5 +93,6 @@ cdef extern from "etree_defs.h": # redefines some functions as macros cdef object getattr(object obj, object attr) cdef int callable(object obj) cdef object str(object obj) + cdef object repr(object obj) cdef object iter(object obj) cdef char* _cstr(object s) |
