Searched refs:FastModuleType (Results 1 – 3 of 3) sorted by relevance
19 FastModuleType = fast_module_type.get_fast_module_type_class() variable22 class ChildFastModule(FastModuleType):45 FastModuleType.set_getattribute_callback(module,52 FastModuleType.set_getattribute_callback(module,54 FastModuleType.set_getattr_callback(module, ChildFastModule._getattr)
233 static PyTypeObject FastModuleType = []() { in __anon529087110102() variable263 DCHECK(IsAnyBaseSameType(obj, &FastModuleType)); in UncheckedCast()268 FastModuleType.tp_base = &PyModule_Type; in PYBIND11_MODULE()269 FastModuleType.tp_setattro = [](PyObject *module, PyObject *name, in PYBIND11_MODULE()294 reinterpret_cast<PyObject *>(&FastModuleType)); in PYBIND11_MODULE()
26 FastModuleType = fast_module_type.get_fast_module_type_class() variable90 class TFModuleWrapper(FastModuleType):103 FastModuleType.set_getattr_callback(self, TFModuleWrapper._getattr)104 FastModuleType.set_getattribute_callback(self,