Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp25 static struct PyModuleDef readline_module = { variable
63 return PyModule_Create(&readline_module); in initlldb_readline()