Home | History | Annotate | Download | only in misc

Lines Matching refs:names

4 bind names to struct elements. The interface is similar to 
28 its keys are used for names. If it is an instance, it's
63 formatstring, names, fixes = getformat(fmt)
67 for name in names:
82 formatstring, names, fixes = getformat(fmt)
88 for i in range(len(names)):
89 name = names[i]
107 formatstring, names, fixes = getformat(fmt)
137 formatstring, names, fixes = _formatcache[fmt]
141 names = []
156 names.append(name)
169 _formatcache[fmt] = formatstring, names, fixes
170 return formatstring, names, fixes