Home
last modified time | relevance | path

Searched refs:devmode (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Doc/library/
Ddevelopment.rst21 devmode.rst
Dfaulthandler.rst43 The :ref:`Python Development Mode <devmode>` calls :func:`faulthandler.enable`
Dexceptions.rst770 (:pep:`565`). Enabling the :ref:`Python Development Mode <devmode>` shows
787 Development Mode <devmode>` shows this warning.
813 Development Mode <devmode>` shows this warning.
840 Development Mode <devmode>` shows this warning.
Dasyncio-dev.rst28 * Using the :ref:`Python Development Mode <devmode>`.
Dsys.rst479 :const:`dev_mode` :option:`-X dev <-X>` (:ref:`Python Development Mode <devmode>`)
497 Mode <devmode>` and the ``utf8_mode`` attribute for the new :option:`-X`
Dasyncio-eventloop.rst1222 The new :ref:`Python Development Mode <devmode>` can now also be used
Dstdtypes.rst1595 Mode <devmode>`, or use a :ref:`debug build <debug-build>` to check
2726 Mode <devmode>`, or use a :ref:`debug build <debug-build>` to check *errors*.
/external/libdrm/
Dxf86drm.c784 mode_t devmode = DRM_DEV_MODE, serv_mode; in drmOpenDevice() local
800 devmode = serv_mode ? serv_mode : DRM_DEV_MODE; in drmOpenDevice()
801 devmode &= ~(S_IXUSR|S_IXGRP|S_IXOTH); in drmOpenDevice()
818 mknod(buf, S_IFCHR | devmode, dev); in drmOpenDevice()
824 chmod(buf, devmode); in drmOpenDevice()
865 mknod(buf, S_IFCHR | devmode, dev); in drmOpenDevice()
868 chmod(buf, devmode); in drmOpenDevice()
/external/python/cpython3/Doc/using/
Dcmdline.rst465 * ``-X dev``: enable :ref:`Python Development Mode <devmode>`, introducing
914 :ref:`Python Development Mode <devmode>`, introducing additional runtime
Dconfigure.rst245 See also the :ref:`Python Development Mode <devmode>` and the
/external/python/cpython3/Doc/c-api/
Dinit_config.rst285 If non-zero, enables the :ref:`Python Development Mode <devmode>`:
631 If non-zero, enable the :ref:`Python Development Mode <devmode>`.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst105 * :ref:`New Python Development Mode <whatsnew37-devmode>`
481 .. _whatsnew37-devmode:
488 :ref:`Python Development Mode <devmode>`. When in development mode, Python performs
490 See :ref:`Python Development Mode <devmode>` documentation for the full
D3.9.rst135 <devmode>` which helps to prepare your code to make it compatible with the
234 * In the :ref:`Python Development Mode <devmode>` and in :ref:`debug build <debug-build>`, the