circuits package¶
Subpackages¶
- circuits.app package
- circuits.core package
- Submodules
- circuits.core.bridge module
- circuits.core.components module
- circuits.core.debugger module
- circuits.core.events module
- circuits.core.handlers module
- circuits.core.helpers module
- circuits.core.loader module
- circuits.core.manager module
UnregistrableErrorTimeoutErrorCallValueExceptionWrapperSleepsleep()ManagerManager.nameManager.runningManager.pidManager.getHandlers()Manager.addHandler()Manager.removeHandler()Manager.registerChild()Manager.unregisterChild()Manager.fireEvent()Manager.fire()Manager.registerTask()Manager.unregisterTask()Manager.waitEvent()Manager.wait()Manager.callEvent()Manager.call()Manager.flushEvents()Manager.flush()Manager.start()Manager.join()Manager.stop()Manager.processTask()Manager.tick()Manager.run()
- circuits.core.pollers module
- circuits.core.timers module
- circuits.core.utils module
- circuits.core.values module
- circuits.core.workers module
- Module contents
handler()BaseComponentComponentEventtaskWorkeripcBridgeDebuggerTimerManagerManager.nameManager.runningManager.pidManager.getHandlers()Manager.addHandler()Manager.removeHandler()Manager.registerChild()Manager.unregisterChild()Manager.fireEvent()Manager.fire()Manager.registerTask()Manager.unregisterTask()Manager.waitEvent()Manager.wait()Manager.callEvent()Manager.call()Manager.flushEvents()Manager.flush()Manager.start()Manager.join()Manager.stop()Manager.processTask()Manager.tick()Manager.run()
TimeoutError
- Submodules
- circuits.io package
- circuits.net package
- circuits.node package
- circuits.protocols package
- circuits.tools package
- circuits.web package
- Subpackages
- circuits.web.dispatchers package
- circuits.web.parsers package
- Submodules
- circuits.web.parsers.http module
InvalidRequestLineInvalidHeaderInvalidChunkSizeHttpParserHttpParser.get_version()HttpParser.get_method()HttpParser.get_status_code()HttpParser.get_url()HttpParser.get_scheme()HttpParser.get_path()HttpParser.get_query_string()HttpParser.get_headers()HttpParser.recv_body()HttpParser.recv_body_into()HttpParser.is_upgrade()HttpParser.is_headers_complete()HttpParser.is_partial_body()HttpParser.is_message_begin()HttpParser.is_message_complete()HttpParser.is_chunked()HttpParser.should_keep_alive()HttpParser.execute()
- circuits.web.parsers.multipart module
- circuits.web.parsers.querystring module
- circuits.web.parsers.http module
- Module contents
- Submodules
- circuits.web.websockets package
- Submodules
- circuits.web.client module
- circuits.web.constants module
- circuits.web.controllers module
- circuits.web.errors module
- circuits.web.events module
- circuits.web.exceptions module
BadGatewayBadRequestForbiddenGoneHTTPExceptionInternalServerErrorLengthRequiredMethodNotAllowedNotAcceptableNotFoundNotImplementedPreconditionFailedRangeUnsatisfiableRedirectRequestEntityTooLargeRequestTimeoutRequestURITooLargeServiceUnavailableUnauthorizedUnicodeErrorUnsupportedMediaType
- circuits.web.headers module
- circuits.web.http module
- circuits.web.loggers module
- circuits.web.main module
- circuits.web.processors module
- circuits.web.servers module
- circuits.web.sessions module
- circuits.web.tools module
- circuits.web.url module
- circuits.web.utils module
- circuits.web.wrappers module
- circuits.web.wsgi module
- Module contents
- Subpackages
Submodules¶
Module contents¶
Lightweight Event driven and Asynchronous Application Framework
circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.
- copyright:
CopyRight (C) 2004-2016 by James Mills
- license:
MIT (See: LICENSE)