Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
Drun.py360 def stackviewer(self, flist_oid=None): argument
366 if flist_oid is not None:
367 flist = self.rpchandler.get_remote_proxy(flist_oid)
/external/python/cpython3/Lib/idlelib/
Drun.py592 def stackviewer(self, flist_oid=None): argument
598 if flist_oid is not None:
599 flist = self.rpchandler.get_remote_proxy(flist_oid)