Searched refs:histfile (Results 1 – 12 of 12) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | base_cli.py | 116 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/ |
D | readline.rst | 300 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/ |
D | readline.rst | 278 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/ |
D | main.py | 522 cfg.TerminalInteractiveShell.hist_file = conf.histfile 527 hist_file=conf.histfile if conf.histfile else None,
|
D | config.py | 409 histfile = os.getenv('SCAPY_HISTFILE', variable in Conf
|
/external/python/apitools/samples/dns_sample/dns_v1/ |
D | dns_v1.py | 156 local_vars, histfile=FLAGS.history_file)
|
/external/python/apitools/samples/iam_sample/iam_v1/ |
D | iam_v1.py | 192 local_vars, histfile=FLAGS.history_file)
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2.py | 156 local_vars, histfile=FLAGS.history_file)
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | servicemanagement_v1.py | 192 local_vars, histfile=FLAGS.history_file)
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1.py | 156 local_vars, histfile=FLAGS.history_file)
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1.py | 156 local_vars, histfile=FLAGS.history_file)
|
/external/mksh/src/ |
D | check.t | 8500 category: !no-histfile
|