Part of JSPage View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
35 | Method | __init__ | Undocumented |
47 | Method | read_some | Read a block of data into the input buffer. Discard any data in the input buffer that has already been processed. Set the EOF marker if there is no more input. |
61 | Method | output | Put a string into the output buffer. If the total length of the output buffer is at least BLKSIZE, write it to the output stream. |
77 | Method | flush | At the end, flush any remaining data in the output buffer. |
83 | Method | rewrite_part | Undocumented |
124 | Method | rewrite | Undocumented |
Read a block of data into the input buffer. Discard any data in the input buffer that has already been processed. Set the EOF marker if there is no more input.