Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-builtin.html

From ZCubes Wiki
Revision as of 19:46, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-user.html|[[Image:yurttas_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

3.25 __builtin__ -- Built-in functions

This module provides direct access to all `built-in' identifiers of Python; e.g. __builtin__.open is the full name for the built-in function open(). See section 2.3, ``Built-in Functions.''


See About this document... for information on suggesting changes.