home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / b / built-in_o < prev   
Text File  |  1996-11-14  |  2KB  |  29 lines

  1. <TITLE>Built-in Objects -- Python library reference</TITLE>
  2. Next: <A HREF="../p/python_services" TYPE="Next">Python Services</A>  
  3. Prev: <A HREF="../i/introduction" TYPE="Prev">Introduction</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>2. Built-in Types, Exceptions and Functions</H1>
  7. Names for built-in exceptions and functions are found in a separate
  8. symbol table.  This table is searched last when the interpreter looks
  9. up the meaning of a name, so local and global
  10. user-defined names can override built-in names.  Built-in types are
  11. described together here for easy reference.<A NAME="footnoteref1" HREF="#footnotetext1">(1)</A>
  12. The tables in this chapter document the priorities of operators by
  13. listing them in order of ascending priority (within a table) and
  14. grouping operators that have the same priority in the same box.
  15. Binary operators of the same priority group from left to right.
  16. (Unary operators group from right to left, but there you have no real
  17. choice.)  See Chapter 5 of the Python Reference Manual for the
  18. complete picture on operator priorities.
  19. <H2>Menu</H2><DL COMPACT>
  20. <DT><A HREF="../t/types" TYPE=Menu>Types</A>
  21. <DD><DT><A HREF="../e/exceptions" TYPE=Menu>Exceptions</A>
  22. <DD><DT><A HREF="../b/built-in_functions" TYPE=Menu>Built-in Functions</A>
  23. <DD></DL>
  24. <H2>---------- Footnotes ----------</H2>
  25. <A NAME="footnotetext1" HREF="#footnoteref1">(1)</A>
  26. Most descriptions sorely lack explanations of the exceptions
  27. that may be raised --- this will be fixed in a future version of
  28. this manual.<P>
  29.