diff options
| author | scoder <none@none> | 2006-03-23 09:11:53 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2006-03-23 09:11:53 +0100 |
| commit | 86fc2cbe21ef17a52ebf3ffaad6295dc2dddcca0 (patch) | |
| tree | ff6c1154d7c3e16ae0114c0167106f77a3940630 /src/lxml/python.pxd | |
| parent | a9563a60fcb0e8e82626b037fc428ea790d90b02 (diff) | |
| download | python-lxml-86fc2cbe21ef17a52ebf3ffaad6295dc2dddcca0.tar.gz | |
[svn r814] clean up, make _getNsTag and _getFilenameForFile internal C functions (speeds up calling)
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
| -rw-r--r-- | src/lxml/python.pxd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index ad4b3377..2cef4781 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -34,7 +34,6 @@ cdef extern from "Python.h": cdef int PySequence_Check(object instance) cdef int PyType_Check(object instance) cdef int PyCallable_Check(object instance) - cdef int PyObject_IsTrue(object instance) cdef int PyObject_IsInstance(object instance, object classes) cdef int PyObject_HasAttr(object obj, object attr) |
