File: internals.rst

package info (click to toggle)
pythondialog 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,236 kB
  • ctags: 417
  • sloc: python: 3,625; makefile: 162
file content (25 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. currentmodule:: dialog

Internals
=========

.. warning::

  The functions and methods listed in this section are implementation details
  of pythondialog. **Do not use them in your programs**, as they are likely to
  change in incompatible ways without prior notice. The only reason they are
  documented here is because some public methods or functions refer to them
  when listing the notable exceptions they may raise.


.. autofunction:: _to_onoff

.. autofunction:: widget

.. autofunction:: retval_is_code

.. automethod:: Dialog._call_program

.. automethod:: Dialog._wait_for_program_termination

.. automethod:: Dialog._perform