Package AccessGrid :: Package tests :: Module Cyclops
[show private | hide private]
[frames | no frames]

Module AccessGrid.tests.Cyclops

Classes
CycleFinder Class for finding cycles in Python data structures.
_CyclopsRepr  

Function Summary
  typename_address_cmp(x, y)
  _test()

Variable Summary
str __revision__ = '$Id: Cyclops.py,v 1.2 2004/03/02 19:14:0...
tuple __version__ = (0, 9, 4)
dict _default_refs_dispatcher = {<type 'tuple'>: <function _l...
dict _default_tag_dispatcher = {<type 'tuple'>: <function _li...
instancemethod _quickrepr = AccessGrid.tests.Cyclops._CyclopsRepr.repr

Variable Details

__revision__

Type:
str
Value:
'$Id: Cyclops.py,v 1.2 2004/03/02 19:14:06 judson Exp $'               

__version__

Type:
tuple
Value:
(0, 9, 4)                                                              

_default_refs_dispatcher

Type:
dict
Value:
{<type 'classobj'>: <function _instance_refs at 0x03608A70>,
 <type 'instance'>: <function _instance_refs at 0x03608A70>,
 <type 'instancemethod'>: <function _instance_method_refs at 0x03608D7\
0>,
 <type 'dict'>: <function _dict_refs at 0x036080B0>,
 <type 'list'>: <function _list_refs at 0x036085F0>,
 <type 'tuple'>: <function _list_refs at 0x036085F0>}                  

_default_tag_dispatcher

Type:
dict
Value:
{<type 'classobj'>: <function _instance_tag at 0x03608BF0>,
 <type 'instance'>: <function _instance_tag at 0x03608BF0>,
 <type 'instancemethod'>: <function _instance_method_tag at 0x03608EF0\
>,
 <type 'dict'>: <function _dict_tag at 0x036084B0>,
 <type 'list'>: <function _list_tag at 0x036088B0>,
 <type 'tuple'>: <function _list_tag at 0x036088B0>}                   

Generated by Epydoc 2.1 on Thu Apr 14 16:39:27 2005 http://epydoc.sf.net