Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dtix.py1524 def close(self, entrypath): argument
1528 def getmode(self, entrypath): argument
1532 def open(self, entrypath): argument
1536 def setmode(self, entrypath, mode='none'): argument
1571 def close(self, entrypath): argument
1575 def getmode(self, entrypath): argument
1579 def open(self, entrypath): argument
1589 def getstatus(self, entrypath): argument
1593 def setstatus(self, entrypath, mode='on'): argument
/aosp_15_r20/external/curl/lib/
H A Dftp.h125 char *entrypath; /* the PWD reply when we logged on */ member