std ::vector<std::string> names();. But you don't want to to export std::vector<std::string>, you want this function to return a python list of strings.
確定! 回上一頁