File: dates.rst

package info (click to toggle)
domdf-python-tools 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: python: 10,838; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
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
=================================
:mod:`~domdf_python_tools.dates`
=================================

.. autosummary-widths:: 13/32

.. automodule:: domdf_python_tools.dates
	:undoc-members:
	:exclude-members: months,month_full_names,month_short_names


.. autovariable:: domdf_python_tools.dates.months
	:no-value:

	Essentially:

	.. code-block:: python

		months = {
			Jan="January",
			Feb="February",
			Mar="March",
			Apr="April",
			May="May",
			...,
			Dec="December",
		}

.. autovariable:: domdf_python_tools.dates.month_full_names
	:value: ('January', 'February', ..., 'December')

.. autovariable:: domdf_python_tools.dates.month_short_names
	:value: ('Jan', 'Feb', 'Mar', ..., 'Dec')