Searched refs:getpstr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 324 def getpstr(f, *args): function 368 (getpstr, "description"), 372 (getpstr, "name"), 377 (getpstr, "name"), 378 (getpstr, "description"), 386 (getpstr, "name"), 395 (getpstr, "name"), 397 (getpstr, "description"), 402 (getpstr, "operator name"), 404 (getpstr, "operator comment"), [all …]
|
D | aepack.py | 274 name = getpstr(rec[2:2+33]) 281 identity = getpstr(rec[38:38+33]) 288 if kind == 2: stuff = getpstr(stuff) 294 def getpstr(s): function
|