diff options
Diffstat (limited to 'cython/plist.pxd')
| -rw-r--r-- | cython/plist.pxd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd index 99dcca5..b11d80d 100644 --- a/cython/plist.pxd +++ b/cython/plist.pxd | |||
| @@ -71,6 +71,8 @@ cpdef object from_bin(bytes bin) | |||
| 71 | 71 | ||
| 72 | cpdef object load(fp, fmt=*, use_builtin_types=*, dict_type=*) | 72 | cpdef object load(fp, fmt=*, use_builtin_types=*, dict_type=*) |
| 73 | cpdef object loads(data, fmt=*, use_builtin_types=*, dict_type=*) | 73 | cpdef object loads(data, fmt=*, use_builtin_types=*, dict_type=*) |
| 74 | cpdef object dump(value, fp, fmt=*, sort_keys=*, skipkeys=*) | ||
| 75 | cpdef object dumps(value, fmt=*, sort_keys=*, skipkeys=*) | ||
| 74 | 76 | ||
| 75 | cdef object plist_t_to_node(plist_t c_plist, bint managed=*) | 77 | cdef object plist_t_to_node(plist_t c_plist, bint managed=*) |
| 76 | cdef plist_t native_to_plist_t(object native) | 78 | cdef plist_t native_to_plist_t(object native) |
