2006年05月05日 星期五 10:17
tocer,您好! 比如(说明意思,肯定是执行不了的): print __LINE__ # 打印当前行的行号 a=1 print a.__NAME__ 在 2006-05-04 23:01:00 您写道: >不明白,能具体说说么? > >cry 写道: >> python,您好! >> >> 有办法得到文件的行号吗?就象C中的__line__。 >> 还有,能得到一个变量的名字吗? __name__好象只能得到function的名字。 >> >> 谢谢。 >> >> >> 致 >> 礼! >> >> cry >> zyqmail at tom.com >> >> >> _______________________________________________ >> python-chinese >> Post: send python-chinese at lists.python.cn >> Subscribe: send subscribe to python-chinese-request at lists.python.cn >> Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn >> Detail Info: http://python.cn/mailman/listinfo/python-chinese >> >_______________________________________________ >python-chinese >Post: send python-chinese at lists.python.cn >Subscribe: send subscribe to python-chinese-request at lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese 致 礼! cry zyqmail at tom.com
2006年05月05日 星期五 17:48
打印行号的问题可以看看 traceback 模块,可能有帮助 打印名字的问题,没看出来有什么必要,你的例子中不是已经知道是什么变量么, 还有名字干什么? cry 写道: > tocer,您好! > > 比如(说明意思,肯定是执行不了的): > print __LINE__ # 打印当前行的行号 > > a=1 > > print a.__NAME__
Zeuux © 2025
京ICP备05028076号