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
|