Home
last modified time | relevance | path

Searched refs:pickline (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dmhlib.py124 return pickline(self.profile, key)
132 context = pickline(os.path.join(self.getpath(), 'context'),
217 protect = pickline(self.profile, 'Folder-Protect')
908 def pickline(file, key, casefold = 1): function