Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
BaseHandler Class Reference
Inheritance diagram for BaseHandler:
AbstractHTTPHandler CustomProxyHandler FileHandler FTPHandler GopherHandler HTTPBasicAuthHandler HTTPDefaultErrorHandler HTTPDigestAuthHandler HTTPRedirectHandler ProxyBasicAuthHandler ProxyDigestAuthHandler ProxyHandler UnknownHandler

Public Member Functions

def add_parent
 
def close
 

Data Fields

 parent
 

Detailed Description

Definition at line 392 of file urllib2.py.

Member Function Documentation

def add_parent (   self,
  parent 
)

Definition at line 393 of file urllib2.py.

394  def add_parent(self, parent):
self.parent = parent
def close (   self)

Definition at line 395 of file urllib2.py.

References BaseHandler.parent.

396  def close(self):
397  self.parent = None

Field Documentation

parent

Definition at line 394 of file urllib2.py.


The documentation for this class was generated from the following file: