Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp38 static struct PyMethodDef moduleMethods[] = {{nullptr, nullptr, 0, nullptr}}; variable
84 Py_InitModule4("readline", moduleMethods, moduleDocumentation, in initlldb_readline()