2005年09月22日 星期四 15:59
从Python的C API中,我们可以看到很多的关于PyList_的函数,有Insert,Append,有SetItem和GetItem,但是我找了一下,发现没有 Delete或者Remove之类的函数。我尝试着试用SetItem为NULL来实现Delete操作,但是失败了。各位大侠有没有Delete之类的 解决方法? -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050922/abc6923a/attachment.html
2005年09月22日 星期四 16:08
呵呵,搞定了,使用SetSlice,注意是index到index+1 郁闷! 在05-9-22,Gerald Lee <leejd80 at gmail.com> 写道: > > 从Python的C > API中,我们可以看到很多的关于PyList_的函数,有Insert,Append,有SetItem和GetItem,但是我找了一下,发现没有 > Delete或者Remove之类的函数。我尝试着试用SetItem为NULL来实现Delete操作,但是失败了。各位大侠有没有Delete之类的 > 解决方法? > > > -- > My Blog >> http://leejd.cndev.org > My QQ >> 9847243 -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050922/cbf2db8d/attachment-0001.htm
Zeuux © 2025
京ICP备05028076号