Home
last modified time | relevance | path

Searched refs:bltin (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Doc/library/
Dfilesys.rst32 Section :ref:`bltin-file-objects`
Dtokenize.rst32 :ref:`bltin-file-objects`). Each call to the function should return one line
55 section :ref:`bltin-file-objects`). Each call to the function should return one
Dstringio.rst11 file objects for operations (section :ref:`bltin-file-objects`). (For
Durllib.rst61 :ref:`bltin-file-objects` in this manual. (It is not a built-in file object,
Dfunctions.rst473 :ref:`bltin-file-objects`. The constructor's arguments are the same as those
879 section :ref:`bltin-file-objects`. If the file cannot be opened,
Dsocket.rst666 described in :ref:`bltin-file-objects`.) The file object does not close the
/external/one-true-awk/
Dproctab.c137 bltin, /* BLTIN */
Dproto.h184 extern Cell *bltin(Node **, int);
DChangeLog207 * run.c (bltin): For FSYSTEM, use the macros defined for wait(2)
DFIXES710 fixed call to time in run.c (bltin); arg is time_t *.
1043 all the built-in arithmetic functions in bltin().
1044 A warning is generated if a bltin() is called with
Drun.c1516 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function
/external/python/cpython2/Doc/tutorial/
Derrors.rst74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
/external/python/cpython3/Doc/tutorial/
Derrors.rst74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
/external/python/cpython2/Doc/using/
Dcmdline.rst328 :ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced
/external/python/cpython3/Doc/library/
Dfunctions.rst111 ``True`` (see :ref:`bltin-boolean-values`).
1590 See also :ref:`bltin-type-objects`.
/external/python/cpython3/Doc/extending/
Dextending.rst228 described in :ref:`bltin-exceptions`.
/external/python/cpython2/Doc/extending/
Dextending.rst226 described in :ref:`bltin-exceptions`.
/external/python/cpython3/Doc/faq/
Dprogramming.rst1045 * Use the right data structures. Study documentation for the :ref:`bltin-types`
/external/python/cpython2/Doc/reference/
Ddatamodel.rst901 error streams. See :ref:`bltin-file-objects` for complete documentation of