Lines Matching defs:path_converter
1018 * path_converter accepts (Unicode) strings and their
1031 * path_converter also optionally accepts signed
1042 * If non-NULL, path_converter will use that as the name
1046 * If non-NULL, path_converter will use that as the name
1065 * unspecified, path_converter will never get called.
1085 * path_converter takes care to not write to the path_t
1092 * PyArg_ParseTuple(args, "O&", path_converter, &path);
1137 path_converter(PyObject *o, void *p)
2769 converter = 'path_converter'
14569 path_converter(). */