Searched refs:writecode (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Tools/freeze/ |
D | makefreeze.py | 52 writecode(outfp, mangled, str) 77 def writecode(outfp, mod, str): function
|
/external/python/cpython2/Tools/freeze/ |
D | makefreeze.py | 53 writecode(outfp, mangled, str) 80 def writecode(outfp, mod, str): function
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S__i_l_f.py | 248 def writecode(tag, writer, instrs): function 811 writecode('constraint', writer, self.ruleConstraints[i]) 812 writecode('action', writer, self.actions[i]) 818 writecode('passConstraint', writer, self.passConstraints)
|