File: reference.rst

package info (click to toggle)
python-bitstring 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: python: 11,397; makefile: 8; sh: 7
file content (26 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
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
.. currentmodule:: bitstring

.. _reference:

#########
Reference
#########

The :ref:`quick_reference` gives one line summaries of all of the methods and properties of the bitstring classes.

This section gives more information and usually examples.

.. toctree::
   :maxdepth: 2

   introduction
   interpretation
   dtypes
   bits
   bitarray
   constbitstream
   bitstream
   array
   functions