Home
last modified time | relevance | path

Searched defs:entrypath (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/tkinter/
Dtix.py1522 def close(self, entrypath): argument
1526 def getmode(self, entrypath): argument
1530 def open(self, entrypath): argument
1534 def setmode(self, entrypath, mode='none'): argument
1569 def close(self, entrypath): argument
1573 def getmode(self, entrypath): argument
1577 def open(self, entrypath): argument
1587 def getstatus(self, entrypath): argument
1591 def setstatus(self, entrypath, mode='on'): argument
/external/python/cpython2/Lib/lib-tk/
DTix.py1525 def close(self, entrypath): argument
1529 def getmode(self, entrypath): argument
1533 def open(self, entrypath): argument
1537 def setmode(self, entrypath, mode='none'): argument
1572 def close(self, entrypath): argument
1576 def getmode(self, entrypath): argument
1580 def open(self, entrypath): argument
1591 def getstatus(self, entrypath): argument
1595 def setstatus(self, entrypath, mode='on'): argument
/external/curl/lib/
Dftp.h118 char *entrypath; /* the PWD reply when we logged on */ member