home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Progr / Python-2.2.1.exe / TEST_BUILTIN < prev    next >
Encoding:
Text File  |  2002-03-13  |  414 b   |  54 lines

  1. test_builtin
  2. 4. Built-in functions
  3. test_b1
  4. __import__
  5. abs
  6. apply
  7. callable
  8. chr
  9. cmp
  10. coerce
  11. compile
  12. complex
  13. delattr
  14. dir
  15. divmod
  16. eval
  17. execfile
  18. filter
  19. float
  20. getattr
  21. hasattr
  22. hash
  23. hex
  24. id
  25. int
  26. isinstance
  27. issubclass
  28. len
  29. list
  30. long
  31. map
  32. max
  33. min
  34. test_b2
  35. oct
  36. open
  37. ord
  38. pow
  39. range
  40. input and raw_input
  41. testing
  42. testing
  43. reduce
  44. reload
  45. repr
  46. round
  47. setattr
  48. str
  49. tuple
  50. type
  51. vars
  52. xrange
  53. zip
  54.