Lines Matching defs:name
25 appear in supporting documentation, and that the name of Secret Labs
3496 /* Normalize an encoding name: similar to encodings.normalize_encoding(), but
6457 /* \N{name} */
6487 /* found a name. look it up in the unicode database */
6497 message = "unknown Unicode character name";
7104 /* cache callback name lookup (if not done yet, i.e. it's the first error) */
8718 /* cache callback name lookup
11664 'xmlcharrefreplace' as well as any other name registered with
14686 Handle also "%(name)" syntax.
14701 /* Get argument value from a dictionary. Example: "%(name)s". */
15879 encode_wstr_utf8(wchar_t *wstr, char **str, const char *name)
15884 PyErr_Format(PyExc_RuntimeWarning, "cannot decode %s", name);
15910 name_obj = PyObject_GetAttrString(codec, "name");
15945 /* Update the stdio encoding to the normalized Python codec name. */
15948 return _PyStatus_ERR("failed to get the Python codec name "
16014 /* Update the filesystem encoding to the normalized Python codec name.
16016 (Python codec name). */
16172 METH_O, PyDoc_STR("split the argument as a field name")},