HomeSort by relevance Sort by last modified time
    Searched refs:readfunc (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 284 def interact(banner=None, readfunc=None, local=None):
288 class. When readfunc is not specified, it attempts to import the
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
299 if readfunc is not None:
300 console.raw_input = readfunc

Completed in 283 milliseconds