Searched refs:LogAPIUsageOnceFromPython (Results 1 – 2 of 2) sorted by relevance
1611 static void LogAPIUsageOnceFromPython(const std::string& event) { in LogAPIUsageOnceFromPython() function1802 py_module.def("_log_api_usage_once", &LogAPIUsageOnceFromPython); in initModule()
1232 def _log_api_usage_once(str) -> None: ... # LogAPIUsageOnceFromPython