diff options
Diffstat (limited to 'cython/plist.pxd')
| -rw-r--r-- | cython/plist.pxd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd index ee8a65e..99dcca5 100644 --- a/cython/plist.pxd +++ b/cython/plist.pxd | |||
| @@ -69,5 +69,8 @@ cdef class Array(Node): | |||
| 69 | cpdef object from_xml(xml) | 69 | cpdef object from_xml(xml) |
| 70 | cpdef object from_bin(bytes bin) | 70 | cpdef object from_bin(bytes bin) |
| 71 | 71 | ||
| 72 | cpdef object load(fp, fmt=*, use_builtin_types=*, dict_type=*) | ||
| 73 | cpdef object loads(data, fmt=*, use_builtin_types=*, dict_type=*) | ||
| 74 | |||
| 72 | cdef object plist_t_to_node(plist_t c_plist, bint managed=*) | 75 | cdef object plist_t_to_node(plist_t c_plist, bint managed=*) |
| 73 | cdef plist_t native_to_plist_t(object native) | 76 | cdef plist_t native_to_plist_t(object native) |
