MCPcopy Create free account
hub / github.com/aboSamoor/pycld2 / PyModuleDef

Class PyModuleDef

bindings/pycldmodule.cc:364–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364static struct PyModuleDef moduledef = {
365 PyModuleDef_HEAD_INIT, // m_base
366 "cld", // m_name
367 NULL, // m_doc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected