]> git.madduck.net Git - etc/vim.git/blob - docs/reference/reference_classes.rst

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

d99057e34293461a7e05274c6a522272055dc0f3
[etc/vim.git] / docs / reference / reference_classes.rst
1 *Black* classes
2 ===============
3
4 *Contents are subject to change.*
5
6 .. currentmodule:: black
7
8 :class:`BracketTracker`
9 -------------------------
10
11 .. autoclass:: black.BracketTracker
12     :members:
13
14 :class:`EmptyLineTracker`
15 -------------------------
16
17 .. autoclass:: black.EmptyLineTracker
18     :members:
19
20 :class:`Line`
21 -------------
22
23 .. autoclass:: black.Line
24     :members:
25     :special-members: __str__, __bool__
26
27 :class:`LineGenerator`
28 ----------------------
29
30 .. autoclass:: black.LineGenerator
31     :show-inheritance:
32     :members:
33
34 :class:`Report`
35 ---------------
36
37 .. autoclass:: black.Report
38     :members:
39     :special-members: __str__
40
41 :class:`UnformattedLines`
42 -------------------------
43
44 .. autoclass:: black.UnformattedLines
45     :show-inheritance:
46     :members:
47     :special-members: __str__
48
49 :class:`Visitor`
50 ----------------
51
52 .. autoclass:: black.Visitor
53     :show-inheritance:
54     :members: