Searched refs:PythonTypesMap (Results 1 – 1 of 1) sorted by relevance
32 std::unordered_map<string, PyObject*>* PythonTypesMap() { in PythonTypesMap() function38 auto* m = PythonTypesMap(); in GetRegisteredType()63 if (PythonTypesMap()->find(key) != PythonTypesMap()->end()) { in RegisterType()71 PythonTypesMap()->emplace(key, type); in RegisterType()