urllib :: addinfourl :: Class addinfourl
[hide private]

Class addinfourl


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

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

Inherited from addbase: __repr__, close

Method Details [hide private]

__init__(self, fp, headers, url, code=None)
(Constructor)

 
Overrides: addbase.__init__