• Guido van Rossum's avatar
    Added subclassing hooks to ClientStorage and StorageServer · a6980f6d
    Guido van Rossum authored
    It is now easy to provide a subclass of a class that is
    instantiated, by setting the corresponding hook class
    variable.  E.g. if you subclass ZEOStorage, you should also
    subclass StorageServer and set StorageServer.ZEOStorageClass
    to your ZEOStorage subclass.
    a6980f6d
StorageServer.py 26.2 KB