home *** CD-ROM | disk | FTP | other *** search
GNU Info File | 1994-04-01 | 10.6 KB | 201 lines | [TEXT/R*ch] |
- This is Info file python-lib.info, produced by Makeinfo-1.55 from the
- input file lib.texi.
-
- This file describes the built-in types, exceptions and functions and the
- standard modules that come with the Python system. It assumes basic
- knowledge about the Python language. For an informal introduction to
- the language, see the Python Tutorial. The Python Reference Manual
- gives a more formal definition of the language. (These manuals are not
- yet available in INFO or Texinfo format.)
-
- Copyright (C) 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
- Amsterdam, The Netherlands.
-
- All Rights Reserved
-
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee is hereby granted,
- provided that the above copyright notice appear in all copies and that
- both that copyright notice and this permission notice appear in
- supporting documentation, and that the names of Stichting Mathematisch
- Centrum or CWI not be used in advertising or publicity pertaining to
- distribution of the software without specific, written prior permission.
-
- STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
- THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR
- ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
- File: python-lib.info, Node: Concept Index, Prev: Module Index, Up: Top
-
- Concept Index
- *************
-
- * Menu:
-
- * del statement: Mutable Sequence Types.
- * del statement: Mapping Types.
- * if statement: Truth Value Testing.
- * print statement: Types.
- * while statement: Truth Value Testing.
- * pdb (in module sys): sys.
- * select (in module stdwin): Functions Defined in Module stdwin.
- * socket (in module select): select.
- * stdwin (in module select): select.
- * wdb (in module sys): sys.
- * ABC language: Comparisons.
- * arithmetic: Numeric Types.
- * arrays: array.
- * assignment, slice: Mutable Sequence Types.
- * assignment, subscript: Mutable Sequence Types.
- * bit-string operations: Bit-string Operations on Integer Types.
- * Boolean operations: Boolean Operations.
- * Boolean operations: Truth Value Testing.
- * Boolean type: Types.
- * built-in exceptions: Introduction.
- * built-in exceptions: Built-in Objects.
- * built-in functions: Built-in Objects.
- * built-in functions: Introduction.
- * built-in modules: Introduction.
- * built-in types: Built-in Objects.
- * built-in types: Types.
- * built-in types: Introduction.
- * C language: Numeric Types.
- * C language: Introduction.
- * C language: Comparisons.
- * C language: Numeric Types.
- * C structures: struct.
- * comparing, objects: Comparisons.
- * comparison, operator: Comparisons.
- * concatenation operation: Sequence Types.
- * conversions, numeric: Numeric Types.
- * dictionary type: Mapping Types.
- * dictionary type, operations on: Mapping Types.
- * division, integer: Numeric Types.
- * division, long integer: Numeric Types.
- * exceptions, built-in: Introduction.
- * exceptions, built-in: Built-in Objects.
- * false: Truth Value Testing.
- * floating point literals: Numeric Types.
- * floating point type: Numeric Types.
- * functions, built-in: Introduction.
- * functions, built-in: Built-in Objects.
- * hexadecimal literals: Numeric Types.
- * integer division: Numeric Types.
- * integer division, long: Numeric Types.
- * integer literals: Numeric Types.
- * integer literals, long: Numeric Types.
- * integer type: Numeric Types.
- * integer type, long: Numeric Types.
- * integer types: Numeric Types.
- * integer types, operations on: Bit-string Operations on Integer Types.
- * language, ABC: Comparisons.
- * language, C: Comparisons.
- * language, C: Numeric Types.
- * language, C: Numeric Types.
- * language, C: Introduction.
- * list type: Mutable Sequence Types.
- * list type: Sequence Types.
- * list type, operations on: Mutable Sequence Types.
- * literals, floating point: Numeric Types.
- * literals, hexadecimal: Numeric Types.
- * literals, integer: Numeric Types.
- * literals, long integer: Numeric Types.
- * literals, numeric: Numeric Types.
- * literals, octal: Numeric Types.
- * long integer division: Numeric Types.
- * long integer literals: Numeric Types.
- * long integer type: Numeric Types.
- * mapping types: Mapping Types.
- * mapping types, operations on: Mapping Types.
- * masking operations: Bit-string Operations on Integer Types.
- * modules, built-in: Introduction.
- * modules, standard: Introduction.
- * mutable sequence types: Mutable Sequence Types.
- * mutable sequence types, operations on: Mutable Sequence Types.
- * numeric conversions: Numeric Types.
- * numeric literals: Numeric Types.
- * numeric types: Numeric Types.
- * numeric types, operations on: Numeric Types.
- * numeric, types: Comparisons.
- * objects comparing: Comparisons.
- * octal literals: Numeric Types.
- * operation, concatenation: Sequence Types.
- * operation, repetition: Sequence Types.
- * operation, slice: Sequence Types.
- * operation, subscript: Sequence Types.
- * operations on dictionary type: Mapping Types.
- * operations on integer types: Bit-string Operations on Integer Types.
- * operations on list type: Mutable Sequence Types.
- * operations on mapping types: Mapping Types.
- * operations on mutable sequence types: Mutable Sequence Types.
- * operations on numeric types: Numeric Types.
- * operations on sequence types: Mutable Sequence Types.
- * operations on sequence types: Sequence Types.
- * operations, bit-string: Bit-string Operations on Integer Types.
- * operations, Boolean: Boolean Operations.
- * operations, Boolean: Truth Value Testing.
- * operations, masking: Bit-string Operations on Integer Types.
- * operations, shifting: Bit-string Operations on Integer Types.
- * operator comparison: Comparisons.
- * profile function: sys.
- * regex: More String Operations.
- * repetition operation: Sequence Types.
- * sequence types: Sequence Types.
- * sequence types, mutable: Mutable Sequence Types.
- * sequence types, operations on: Mutable Sequence Types.
- * sequence types, operations on: Sequence Types.
- * sequence types, operations on mutable: Mutable Sequence Types.
- * shifting operations: Bit-string Operations on Integer Types.
- * slice assignment: Mutable Sequence Types.
- * slice operation: Sequence Types.
- * standard modules: Introduction.
- * statement, del: Mapping Types.
- * statement, del: Mutable Sequence Types.
- * statement, if: Truth Value Testing.
- * statement, print: Types.
- * statement, while: Truth Value Testing.
- * string: More String Operations.
- * string type: Sequence Types.
- * structures, C: struct.
- * subscript assignment: Mutable Sequence Types.
- * subscript operation: Sequence Types.
- * symbol table: Built-in Objects.
- * trace function: sys.
- * true: Truth Value Testing.
- * truth value: Truth Value Testing.
- * tuple type: Sequence Types.
- * type, Boolean: Types.
- * type, dictionary: Mapping Types.
- * type, floating point: Numeric Types.
- * type, integer: Numeric Types.
- * type, list: Mutable Sequence Types.
- * type, list: Sequence Types.
- * type, long integer: Numeric Types.
- * type, operations on dictionary: Mapping Types.
- * type, operations on list: Mutable Sequence Types.
- * type, string: Sequence Types.
- * type, tuple: Sequence Types.
- * types numeric: Comparisons.
- * types, built-in: Types.
- * types, built-in: Built-in Objects.
- * types, built-in: Introduction.
- * types, integer: Numeric Types.
- * types, mapping: Mapping Types.
- * types, mutable sequence: Mutable Sequence Types.
- * types, numeric: Numeric Types.
- * types, operations on integer: Bit-string Operations on Integer Types.
- * types, operations on mapping: Mapping Types.
- * types, operations on mutable sequence: Mutable Sequence Types.
- * types, operations on numeric: Numeric Types.
- * types, operations on sequence: Mutable Sequence Types.
- * types, operations on sequence: Sequence Types.
- * types, sequence: Sequence Types.
- * value, truth: Truth Value Testing.
-
-
-