Home
last modified time | relevance | path

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

/freebsd-13.1/tools/bus_space/Python/
H A Dlang.c421 static PyMethodDef bus_methods[] = { variable
509 bus_methods,
537 bus = Py_InitModule3("bus", bus_methods, bus_docstr); in initbus()