Searched defs:insertfilter (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
D | Percolator.py | 31 def insertfilter(self, filter): member in Percolator |
/external/python/cpython3/Lib/idlelib/ | ||
D | percolator.py | 34 def insertfilter(self, filter): member in Percolator |