Home
last modified time | relevance | path

Searched refs:histfile (Results 1 – 12 of 12) sorted by relevance

/external/python/apitools/apitools/base/py/
Dbase_cli.py116 def __init__(self, env, filename='<console>', histfile=None): argument
126 if histfile is not None:
127 histfile = os.path.expanduser(histfile)
128 if os.path.exists(histfile):
129 readline.read_history_file(histfile)
130 atexit.register(lambda: readline.write_history_file(histfile))
/external/python/cpython3/Doc/library/
Dreadline.rst300 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
302 readline.read_history_file(histfile)
308 atexit.register(readline.write_history_file, histfile)
319 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
322 readline.read_history_file(histfile)
325 open(histfile, 'wb').close()
328 def save(prev_h_len, histfile):
331 readline.append_history_file(new_h_len - prev_h_len, histfile)
332 atexit.register(save, h_len, histfile)
344 histfile=os.path.expanduser("~/.console-history")):
[all …]
/external/python/cpython2/Doc/library/
Dreadline.rst278 histfile = os.path.join(os.path.expanduser("~"), ".pyhist")
280 readline.read_history_file(histfile)
286 atexit.register(readline.write_history_file, histfile)
287 del os, histfile
299 histfile=os.path.expanduser("~/.console-history")):
301 self.init_history(histfile)
303 def init_history(self, histfile):
307 readline.read_history_file(histfile)
310 atexit.register(self.save_history, histfile)
312 def save_history(self, histfile):
[all …]
/external/scapy/scapy/
Dmain.py522 cfg.TerminalInteractiveShell.hist_file = conf.histfile
527 hist_file=conf.histfile if conf.histfile else None,
Dconfig.py409 histfile = os.getenv('SCAPY_HISTFILE', variable in Conf
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1.py156 local_vars, histfile=FLAGS.history_file)
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1.py192 local_vars, histfile=FLAGS.history_file)
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2.py156 local_vars, histfile=FLAGS.history_file)
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1.py192 local_vars, histfile=FLAGS.history_file)
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1.py156 local_vars, histfile=FLAGS.history_file)
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1.py156 local_vars, histfile=FLAGS.history_file)
/external/mksh/src/
Dcheck.t8500 category: !no-histfile