Test cases for twisted.hook module.

Class BaseClass dummy class to help in testing.
Class SubClass another dummy class
Function basePre a pre-hook for the base class
Function basePost a post-hook for the base class
Function subPre a pre-hook for the subclass
Function subPost a post-hook for the subclass
Class HookTests test case to make sure hooks are called
def basePre(base, a, b):

a pre-hook for the base class

def basePost(base, a, b):

a post-hook for the base class

def subPre(sub, a, b):

a pre-hook for the subclass

def subPost(sub, a, b):

a post-hook for the subclass

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.