class ContentRange:
Represents the content range header.
Method | __bool__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | set |
Simple method to update the ranges. |
Method | to_header |
Undocumented |
Method | unset |
Sets the units to None which indicates that the header should no longer be used. |
Class Variable | length |
Undocumented |
Class Variable | start |
Undocumented |
Class Variable | stop |
Undocumented |
Class Variable | units |
Undocumented |
Instance Variable | on_update |
Undocumented |
Instance Variable | _length |
Undocumented |
Instance Variable | _start |
Undocumented |
Instance Variable | _stop |
Undocumented |
Instance Variable | _units |
Undocumented |