class documentation

class twisted.spread.jelly.DummySecurityOptions: (source)

View In Hierarchy

DummySecurityOptions() -> insecure security options Dummy security options -- this class will allow anything.

Method isModuleAllowed DummySecurityOptions.isModuleAllowed(moduleName) -> boolean returns 1 if a module by that name is allowed, 0 otherwise
Method isClassAllowed DummySecurityOptions.isClassAllowed(class) -> boolean Assumes the module has already been allowed. Returns 1 if the given class is allowed, 0 otherwise.
Method isTypeAllowed DummySecurityOptions.isTypeAllowed(typeName) -> boolean Returns 1 if the given type is allowed, 0 otherwise.
def isModuleAllowed(self, moduleName): (source)

DummySecurityOptions.isModuleAllowed(moduleName) -> boolean returns 1 if a module by that name is allowed, 0 otherwise

def isClassAllowed(self, klass): (source)

DummySecurityOptions.isClassAllowed(class) -> boolean Assumes the module has already been allowed. Returns 1 if the given class is allowed, 0 otherwise.

def isTypeAllowed(self, typeName): (source)

DummySecurityOptions.isTypeAllowed(typeName) -> boolean Returns 1 if the given type is allowed, 0 otherwise.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.