home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / python / pyhtml / pyhtmldoc / p / python_ser < prev   
Encoding:
Text File  |  1996-11-14  |  1.9 KB  |  49 lines

  1. <TITLE>Python Services -- Python library reference</TITLE>
  2. Next: <A HREF="../s/string_services" TYPE="Next">String Services</A>  
  3. Prev: <A HREF="../b/built-in_objects" TYPE="Prev">Built-in Objects</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>3. Python Services</H1>
  7. The modules described in this chapter provide a wide range of services
  8. related to the Python interpreter and its interaction with its
  9. environment.  Here's an overview:
  10. <P>
  11. <DL>
  12. <DT><B>sys</B><DD>--- Access system specific parameters and functions.
  13. <P>
  14. <DT><B>types</B><DD>--- Names for all built-in types.
  15. <P>
  16. <DT><B>traceback</B><DD>--- Print or retrieve a stack traceback.
  17. <P>
  18. <DT><B>pickle</B><DD>--- Convert Python objects to streams of bytes and back.
  19. <P>
  20. <DT><B>shelve</B><DD>--- Python object persistency.
  21. <P>
  22. <DT><B>copy</B><DD>--- Shallow and deep copy operations.
  23. <P>
  24. <DT><B>marshal</B><DD>--- Convert Python objects to streams of bytes and back (with
  25. different constraints).
  26. <P>
  27. <DT><B>imp</B><DD>--- Access the implementation of the <CODE>import</CODE> statement.
  28. <P>
  29. <DT><B>parser</B><DD>--- Retrieve and submit parse trees from and to the runtime support
  30. environment.
  31. <P>
  32. <DT><B>__builtin__</B><DD>--- The set of built-in functions.
  33. <P>
  34. <DT><B>__main__</B><DD>--- The environment where the top-level script is run.
  35. <P>
  36. </DL>
  37. <H2>Menu</H2><DL COMPACT>
  38. <DT><A HREF="../s/sys" TYPE=Menu>sys</A>
  39. <DD><DT><A HREF="../t/types" TYPE=Menu>types</A>
  40. <DD><DT><A HREF="../t/traceback" TYPE=Menu>traceback</A>
  41. <DD><DT><A HREF="../p/pickle" TYPE=Menu>pickle</A>
  42. <DD><DT><A HREF="../s/shelve" TYPE=Menu>shelve</A>
  43. <DD><DT><A HREF="../c/copy" TYPE=Menu>copy</A>
  44. <DD><DT><A HREF="../m/marshal" TYPE=Menu>marshal</A>
  45. <DD><DT><A HREF="../i/imp" TYPE=Menu>imp</A>
  46. <DD><DT><A HREF="../_/__builtin__" TYPE=Menu>__builtin__</A>
  47. <DD><DT><A HREF="../_/__main__" TYPE=Menu>__main__</A>
  48. <DD></DL>
  49.