add method

add

Add a new content to the MultipartContent

def add(self, content):
    ...
ParameterTypeDescription
contentContentContent to be added to the MultipartContent

See Also