File: api-text-display.rst

package info (click to toggle)
kitchen 1.2.6-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 10,749; makefile: 22; sh: 4
file content (33 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (14)
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
26
27
28
29
30
31
32
33
.. automodule:: kitchen.text.display

.. autofunction:: kitchen.text.display.textual_width

.. autofunction:: kitchen.text.display.textual_width_chop

.. autofunction:: kitchen.text.display.textual_width_fill

.. autofunction:: kitchen.text.display.wrap

.. autofunction:: kitchen.text.display.fill

.. autofunction:: kitchen.text.display.byte_string_textual_width_fill

Internal Data
=============

There are a few internal functions and variables in this module.  Code outside
of kitchen shouldn't use them but people coding on kitchen itself may find
them useful.

.. autodata:: kitchen.text.display._COMBINING

.. autofunction:: kitchen.text.display._generate_combining_table

.. autofunction:: kitchen.text.display._print_combining_table

.. autofunction:: kitchen.text.display._interval_bisearch

.. autofunction:: kitchen.text.display._ucp_width

.. autofunction:: kitchen.text.display._textual_width_le