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

Module twisted.test.test_explorer

Test cases for explorer
Classes
FIXME_Watch  
MiddleMan  
SetattrDohickey  
SomeDohickey  
TestBrowseFunction  
TestBrowser  
Watcher  

Function Summary
  function_crazy((alpha, beta), c, d, **kw)
A function with a mad crazy signature.
  function_noArgs()
A function which accepts no arguments at all.
  function_simple(a, b, c)
A function which accepts several arguments.
  function_variable(*a, **kw)
A function which accepts a variable number of args and keywords.

Function Details

function_crazy((alpha, beta), c, d=[0, 1, 2, 3], **kw)

A function with a mad crazy signature.

function_noArgs()

A function which accepts no arguments at all.

function_simple(a, b, c)

A function which accepts several arguments.

function_variable(*a, **kw)

A function which accepts a variable number of args and keywords.

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