home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Progr / Python-2.2.1.exe / TEST_BASTION < prev    next >
Encoding:
Text File  |  2001-01-19  |  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.