Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
UnknownHandler Class Reference
Inheritance diagram for UnknownHandler:
BaseHandler

Public Member Functions

def unknown_open
 
- Public Member Functions inherited from BaseHandler
def add_parent
 
def close
 

Additional Inherited Members

- Data Fields inherited from BaseHandler
 parent
 

Detailed Description

Definition at line 795 of file urllib2.py.

Member Function Documentation

def unknown_open (   self,
  req 
)

Definition at line 796 of file urllib2.py.

797  def unknown_open(self, req):
798  type = req.get_type()
799  raise URLError('unknown url type: %s' % type)

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