For argument parsing in PyArg_ParseTupleAndKeywords et al, is `s#` more efficient than `s*`

后端 未结 0 1649
时光说笑
时光说笑 2021-01-01 22:57

When parsing arguments using PyArg_ParseTupleAndKeywords and other similar functions, is the formatting specifier s# more efficient than s*

相关标签:
回答
  • 消灭零回复
提交回复
热议问题