Test cases for twisted.hook module.
Imported modules
|
|
from pyunit import unittest
from twisted.python import hook
|
Functions
|
|
basePost
basePre
subPost
subPre
|
|
basePost
|
basePost (
base,
a,
b,
)
a post-hook for the base class
|
|
basePre
|
basePre (
base,
a,
b,
)
a pre-hook for the base class
|
|
subPost
|
subPost (
sub,
a,
b,
)
a post-hook for the subclass
|
|
subPre
|
subPre (
sub,
a,
b,
)
a pre-hook for the subclass
|
Classes
|
|
|
|