PHP 8.5.2
Preview: interfaces.py Size: 685 B
/lib/python3/dist-packages/twisted/spread/interfaces.py

# 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.
        """

Directory Contents

Dirs: 2 × Files: 8

Name Size Perms Modified Actions
test DIR
- drwxr-xr-x 2026-01-08 12:56:22
Edit Download
- drwxr-xr-x 2026-01-08 12:56:23
Edit Download
11.89 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
22.89 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
685 B lrw-r--r-- 2024-08-27 10:30:39
Edit Download
34.63 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
51.34 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
4.29 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
6.22 KB lrw-r--r-- 2024-08-27 10:30:39
Edit Download
159 B lrw-r--r-- 2024-08-27 10:30:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).