Package twisted :: Package test :: Module test_hook
[show private | hide private]
[frames | no frames]

Module twisted.test.test_hook

Test cases for twisted.hook module.
Classes
BaseClass dummy class to help in testing.
HookTestCase test case to make sure hooks are called
SubClass another dummy class

Function Summary
  basePost(base, a, b)
a post-hook for the base class
  basePre(base, a, b)
a pre-hook for the base class
  subPost(sub, a, b)
a post-hook for the subclass
  subPre(sub, a, b)
a pre-hook for the subclass

Variable Summary
list testCases
dict _clean_BaseClass
dict _clean_SubClass

Function Details

basePost(base, a, b)

a post-hook for the base class

basePre(base, a, b)

a pre-hook for the base class

subPost(sub, a, b)

a post-hook for the subclass

subPre(sub, a, b)

a pre-hook for the subclass

Variable Details

testCases

Type:
list
Value:
[<class twisted.test.test_hook.HookTestCase at 0x109ea460>]            

_clean_BaseClass

Type:
dict
Value:
{'__doc__': '\n    dummy class to help in testing.\n    ',
 '__init__': <function __init__ at 0x109f9d18>,
 '__module__': 'twisted.test.test_hook',
 'func': <function func at 0x1085a7d8>}                                

_clean_SubClass

Type:
dict
Value:
{'__doc__': '\n    another dummy class\n    ',
 '__init__': <function __init__ at 0x109bfbb0>,
 '__module__': 'twisted.test.test_hook',
 'func': <function func at 0x109cbdf8>}                                

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:57 2003 http://epydoc.sf.net