i2p
index
d:\code\i2p\i2p\__init__.py

i2p -- I2P Python interface

 
Package Contents
       
eep
router
sam
samclasses

 
Classes
       
exceptions.Exception
Error
RouterError

 
class Error(exceptions.Exception)
    Base class for all I2P errors.
 
  Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class RouterError(Error)
    Could not connect to router.
 
 
Method resolution order:
RouterError
Error
exceptions.Exception

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
Data
        __all__ = ['Error', 'RouterError', 'sam', 'eep', 'router']