Changeset 193
- Timestamp:
- 04/21/08 08:16:09 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/defcon/trunk/Lib/defcon/objects/uniData.py
r144 r193 120 120 121 121 def clear(self): 122 raise NotImplementedError 122 """ 123 This will completely clear all stored data. 124 This should be done with extreme care under 125 very controlled circumstances. 126 """ 127 self._dict.clear() 128 self._forcedUnicodeToGlyphName.clear() 129 self._glyphNameToForcedUnicode.clear() 123 130 124 131 def update(self, other):
