Module urllib :: Class addinfourl
[hide private]
[frames] | no frames]

_ClassType addinfourl

addbase --+
          |
         addinfourl
Known Subclasses:

class to add info() and geturl() methods to an open file.

Instance Methods [hide private]
 
__init__(self, fp, headers, url)
 
info(self)
 
geturl(self)

Inherited from addbase: __repr__, close

Method Details [hide private]

__init__(self, fp, headers, url)
(Constructor)

 
Overrides: addbase.__init__