MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / log_namelist

Function log_namelist

tools/subset.py:38–41  ·  view source on GitHub ↗
(name, unicode)

Source from the content-addressed store, hash-verified

36
37
38def log_namelist(name, unicode):
39 if name and isinstance(unicode, int):
40 print(f"0x{unicode:04X}", fontforge.nameeFromUnicode(unicode),
41 file=name)
42
43
44def select_with_refs(font, unicode, newfont, pe=None, name=None):

Callers 1

select_with_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…