class documentation

class DataField:

View In Hierarchy

A single form field item, within a multipart form field.
Method __init__ Undocumented
Method get​_length Undocumented
Method render Undocumented
Method render​_data Undocumented
Method render​_headers Undocumented
Instance Variable name Undocumented
Instance Variable value Undocumented
Instance Variable ​_data Undocumented
Instance Variable ​_headers Undocumented
def __init__(self, name, value):

Undocumented

Parameters
name:strUndocumented
value:typing.Union[str, bytes, int, float, None]Undocumented
def get_length(self):

Undocumented

Returns
intUndocumented
def render(self):

Undocumented

Returns
typing.Iterator[bytes]Undocumented
def render_data(self):

Undocumented

Returns
bytesUndocumented
def render_headers(self):

Undocumented

Returns
bytesUndocumented
name =

Undocumented

value: typing.Union[str, bytes] =

Undocumented

_data =

Undocumented

_headers =

Undocumented