home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Python-2.2.1.exe / TEST_BASTION < prev    next >
Encoding:
Text File  |  2001-01-18  |  287 b   |  11 lines

  1. test_bastion
  2. b.total() = 99
  3. b.sum = inaccessible
  4. b._add = inaccessible
  5. b._get_.func_defaults = [<type 'function'>] accessible
  6. ==================== Using rexec: ====================
  7. b.total() = 198
  8. b.sum = inaccessible
  9. b._add = inaccessible
  10. b._get_.func_defaults = inaccessible
  11.