# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Spread Interfaces. """ from zope.interface import Interface class IJellyable(Interface): def jellyFor(jellier): """ Jelly myself for jellier. """ class IUnjellyable(Interface): def unjellyFor(jellier, jellyList): """ Unjelly myself for the jellier. @param jellier: A stateful object which exists for the lifetime of a single call to L{unjelly}. @param jellyList: The C{list} which represents the jellied state of the object to be unjellied. @return: The object which results from unjellying. """
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
__init__.py | File | 159 B | 0644 |
|
banana.py | File | 12.04 KB | 0644 |
|
flavors.py | File | 22.91 KB | 0644 |
|
interfaces.py | File | 686 B | 0644 |
|
jelly.py | File | 35.61 KB | 0644 |
|
pb.py | File | 51.16 KB | 0644 |
|
publish.py | File | 4.38 KB | 0644 |
|
util.py | File | 6.24 KB | 0644 |
|