class documentation

class Enclosure:

View In Hierarchy

An RSS enclosure
Method __init__ All args are expected to be strings
Instance Variable length Undocumented
Instance Variable mime​_type Undocumented
Instance Variable url Undocumented
def __init__(self, url, length, mime_type):
All args are expected to be strings
length =

Undocumented

mime_type =

Undocumented

url =

Undocumented