Lines Matching refs:given
24 the given *encoding*. This function always succeeds.
30 *object* is passed through the encoder function found for the given
39 *object* is passed through the decoder function found for the given
55 Get an encoder function for the given *encoding*.
59 Get a decoder function for the given *encoding*.
63 Get an :class:`~codecs.IncrementalEncoder` object for the given *encoding*.
67 Get an :class:`~codecs.IncrementalDecoder` object for the given *encoding*.
71 Get a :class:`~codecs.StreamReader` factory function for the given *encoding*.
75 Get a :class:`~codecs.StreamWriter` factory function for the given *encoding*.
83 Register the error handling callback function *error* under the given *name*.
93 callback must either raise the given exception, or return a two-item tuple