Searched refs:_make_map (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_exception_hierarchy.py | 70 def _make_map(s): member in HierarchyTest 80 _map = _make_map(_pep_map)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 17 def _make_map(font, chars, gids): function 258 self.cmap = _make_map(self.ttFont, charCodes, gids) 432 self.cmap = _make_map(self.ttFont, charCodes, gids) 738 self.cmap = _make_map(self.ttFont, charCodes, gids) 873 self.cmap = _make_map(self.ttFont, charCodes, gids) 950 self.cmap = _make_map(self.ttFont, charCodes, gids)
|