Camel.ContentDisposition

Fields

Name

Type

Access

Description

disposition

str

r/w

params

object

r/w

refcount

int

r/w

Methods

class

decode (in_)

class

new ()

format ()

is_attachment (content_type)

is_attachment_ex (content_type, parent_content_type)

ref ()

unref ()

Details

class Camel.ContentDisposition
classmethod decode(in_)
Parameters:

in (str) –

Return type:

Camel.ContentDisposition

classmethod new()
Return type:

Camel.ContentDisposition

format()
Return type:

str

is_attachment(content_type)
Parameters:

content_type (Camel.ContentType) –

Return type:

bool

is_attachment_ex(content_type, parent_content_type)
Parameters:
Return type:

bool

ref()
Return type:

Camel.ContentDisposition

unref()