module documentation

Tests for the flattening portion of twisted.web.template, implemented in twisted.web._flatten.

Class FlattenChunkingTests Tests for the way pieces of the result are chunked together in calls to the write function.
Class FlattenerErrorTests Tests for FlattenerError.
Class SerializationTests Tests for flattening various things.
Constant HERE Undocumented
Constant IS_PYTHON_313 Undocumented
HERE =

Undocumented

Value
(lambda: None).__code__.co_filename
IS_PYTHON_313 =

Undocumented

Value
sys.version_info[:2] >= (3, 13)