File: lib.rst

package info (click to toggle)
fontparts 0.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,996 kB
  • sloc: python: 18,700; makefile: 216; javascript: 143
file content (25 lines) | stat: -rw-r--r-- 550 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
.. highlight:: python
.. module:: fontParts.base

Lib
***

Must Override
-------------
.. automethod:: BaseLib._contains
.. automethod:: BaseLib._delItem
.. automethod:: BaseLib._getItem
.. automethod:: BaseLib._items
.. automethod:: BaseLib._setItem

May Override
------------
.. automethod:: BaseLib._clear
.. automethod:: BaseLib._get
.. automethod:: BaseLib._init
.. automethod:: BaseLib._iter
.. automethod:: BaseLib._keys
.. automethod:: BaseLib._len
.. automethod:: BaseLib._pop
.. automethod:: BaseLib._update
.. automethod:: BaseLib._values