File: lib.rst

package info (click to toggle)
fontparts 0.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,996 kB
  • sloc: python: 18,700; makefile: 216; javascript: 143
file content (73 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download | duplicates (5)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.. highlight:: python
.. module:: fontParts.base

###
Lib
###

********
Overview
********

.. autosummary::
    :nosignatures:

    BaseLib.copy
    BaseLib.glyph
    BaseLib.font
    BaseLib.__len__
    BaseLib.keys
    BaseLib.items
    BaseLib.values
    BaseLib.__contains__
    BaseLib.__setitem__
    BaseLib.__getitem__
    BaseLib.get
    BaseLib.__delitem__
    BaseLib.pop
    BaseLib.__iter__
    BaseLib.update
    BaseLib.clear
    BaseLib.naked
    BaseLib.changed


*********
Reference
*********

.. autoclass:: BaseLib

Copy
====

.. automethod:: BaseLib.copy

Parents
=======

.. autoattribute:: BaseLib.glyph
.. autoattribute:: BaseLib.font

Dictionary
==========

.. automethod:: BaseLib.__len__
.. automethod:: BaseLib.keys
.. automethod:: BaseLib.items
.. automethod:: BaseLib.values
.. automethod:: BaseLib.__contains__
.. automethod:: BaseLib.__setitem__
.. automethod:: BaseLib.__getitem__
.. automethod:: BaseLib.get
.. automethod:: BaseLib.__delitem__
.. automethod:: BaseLib.pop
.. automethod:: BaseLib.__iter__
.. automethod:: BaseLib.update
.. automethod:: BaseLib.clear

Environment
===========

.. automethod:: BaseLib.naked
.. automethod:: BaseLib.changed