Home
last modified time | relevance | path

Searched refs:_make_map (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_exception_hierarchy.py70 def _make_map(s): member in HierarchyTest
80 _map = _make_map(_pep_map)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py17 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)