Searched refs:py_extension_pos (Results 1 – 1 of 1) sorted by relevance
114 size_t py_extension_pos = os_plugin_class_name.rfind(".py"); in OperatingSystemPython() local115 if (py_extension_pos != std::string::npos) in OperatingSystemPython()116 os_plugin_class_name.erase (py_extension_pos); in OperatingSystemPython()