Part of twisted.application View Source
Backwards compatibility module
This module allows Applications to behave (partially) like old Application objects, and converts olds Applications to new ones.
API Stability: unstable
Maintainer: Moshe Zadka| Line # | Kind | Name | Docs |
|---|---|---|---|
| 24 | Interface | IOldApplication | A subset of the interface old Application objects had implicitly |
| 193 | Class | _NewService | Wrap a twisted.internet.app.ApplicationService in new service API. |
| 237 | Class | _ServiceNetwork | Undocumented |
| 348 | Function | convert | Convert an i.app.Application to a
application.service.Application
|
i.app.Application to a
application.service.Application
| Parameters | oldApp | (type: twisted.internet.app.Application
) |
| Returns | (type:
| |