Home
last modified time | relevance | path

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

/freebsd/tools/bus_space/Python/
H A Dlang.c419 static PyMethodDef bus_methods[] = { variable
507 bus_methods,
535 bus = Py_InitModule3("bus", bus_methods, bus_docstr); in initbus()