Searched refs:THPModule_hasDistributed (Results 1 – 2 of 2) sorted by relevance
538 PyObject* THPModule_hasDistributed(PyObject* _unused, PyObject* noargs) { in THPModule_hasDistributed() function1321 {"_has_distributed", THPModule_hasDistributed, METH_NOARGS, nullptr},
1110 def _has_distributed() -> _bool: ... # THPModule_hasDistributed