Current Path : /usr/lib/python2.7/dist-packages/twisted/application/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/application/reactors.pyc |
ó [³XMc @ s d Z d d l m Z m Z m Z d d l m Z m Z d d l m Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d „ Z d „ Z d S( sT Plugin-based system for enumerating available reactors and installing one of them. iÿÿÿÿ( t Interfacet Attributet implements( t IPlugint getPlugins( t namedAnyt IReactorInstallerc B s/ e Z d Z e d ƒ Z e d ƒ Z d „ Z RS( sB Definition of a reactor which can probably be installed. sE A brief string giving the user-facing name of this reactor. sK A longer string giving a user-facing description of this reactor. c C s d S( s' Install this reactor. N( ( ( ( s@ /usr/lib/python2.7/dist-packages/twisted/application/reactors.pyt install s ( t __name__t __module__t __doc__R t shortNamet descriptionR ( ( ( s@ /usr/lib/python2.7/dist-packages/twisted/application/reactors.pyR s t NoSuchReactorc B s e Z d Z RS( sT Raised when an attempt is made to install a reactor which cannot be found. ( R R R ( ( ( s@ /usr/lib/python2.7/dist-packages/twisted/application/reactors.pyR &