用Oracle和Python武装你的头脑(2)(2)

文章作者 100test 发表时间 2007:03:14 13:43:11
来源 100Test.Com百考试题网



自省
firstline 结尾的 \n 是一个您并不需要的换行符。如何删除它?尽管 python 提供了出色的文档,但您也不必参考它 - python 的自省功能可以帮助您确定如何从提示符下执行正确操作。
在 python 中,类似 firstline 这样的字符串是一个对象。作为对象,它包含方法,即为操作它而定义的函数。下面我们来看看可以对 firstline 执行哪些操作。
>>> type(firstline)
>>> dir(firstline)
[’__add__’, ’__class__’, ’__contains__’, ’__delattr__’,
’__doc__’, ’__eq__’, ’__ge__’, ’__getattribute__’, ’__getitem__’,
’__getnewargs__’, ’__getslice__’, ’__gt__’, ’__hash__’, ’__init__’,
’__le__’, ’__len__’, ’__lt__’, ’__mod__’, ’__mul__’, ’__ne__’,
’__new__’, ’__reduce__’, ’__reduce_ex__’,
’__repr__’, ’__rmod__’, ’__rmul__’, ’__setattr__’,
’__str__’, ’capitalize’, ’center’, ’count’, ’decode’,
’encode’, ’endswith’, ’expandtabs’, ’find’, ’index’, ’isalnum’,
’isalpha’, ’isdigit’, ’islower’, ’isspace’, ’istitle’, ’isupper’,
’join’, ’ljust’, ’lower’, ’lstrip’, ’replace’, ’rfind’, ’rindex’,
’rjust’, ’rstrip’, ’split’, ’splitlines’, ’startswith’, ’strip’,
’swapcase’, ’title’, ’translate’, ’upper’, ’zfill’]

相关文章


Oracle数据库数据安全面面观(一)(3)
Oracle数据库性能保护(上)
Oracle数据库数据安全面面观(一)(2)
Oracle数据库的备份及恢复策略研究(1)
用Oracle和Python武装你的头脑(2)(2)
用Oracle和Python武装你的头脑(1)(2)
Oracle数据库数据安全面面观(一)(1)
Oracle数据库的备份及恢复策略研究(3)
Oracle数据库的备份及恢复策略研究(2)
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛