Searched refs:listnames (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | finddiv.py | 32 listnames = 0 38 listnames = 1 41 x = process(filename, listnames) 50 def process(filename, listnames): argument 52 return processdir(filename, listnames) 62 if listnames: 70 def processdir(dir, listnames): argument 84 x = process(fn, listnames)
|
/external/python/cpython2/Lib/ |
D | smtpd.py | 394 listnames = [] 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames: 438 for rcpt, listname, command in listnames:
|
/external/python/cpython2/Lib/plat-mac/ |
D | pimp.py | 443 def listnames(self): member in PimpDatabase 1027 args = db.listnames() 1049 args = db.listnames()
|