5e015f9e53
that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too. PR: ports/83626 Submitted by: Nicola Vitale <nivit@email.it>
8 lines
404 B
Text
8 lines
404 B
Text
PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
|
|
that lets you easily define your own protocols and adapters, and declare what
|
|
adapters should be used to adapt what types, objects, or protocols.
|
|
In addition to its own Interface type, PyProtocols can also use Twisted and
|
|
Zope's Interface types too.
|
|
|
|
Author: Phillip J. Eby
|
|
WWW: http://peak.telecommunity.com/PyProtocols.html
|