python如何在初始化一个类时 知道参数的属性

例如我要初始化Scrollbarhbar=Scrollbar(orient='horizontal')怎么知道orient这个参数有什么属性help也没有列出参数的属性啊... 例如 我要初始化Scrollbar
hbar = Scrollbar(orient='horizontal')
怎么知道orient这个参数有什么属性

help也没有列出参数的属性啊 只列出了参数
help(Scrollbar.__init__)
Help on function __init__ in module tkinter:

__init__(self, master=None, cnf={}, **kw)
Construct a scrollbar widget with the parent MASTER.

Valid resource names: activebackground, activerelief,
background, bd, bg, borderwidth, command, cursor,
elementborderwidth, highlightbackground,
highlightcolor, highlightthickness, jump, orient,
relief, repeatdelay, repeatinterval, takefocus,
troughcolor, width.
如何 call the method keys.

help(Scrollbar.config)
Help on function configure in module tkinter:

configure(self, cnf=None, **kw)
Configure resources of a widget.

The values for resources are specified as keyword
arguments. To get an overview about
the allowed keyword arguments call the method keys.
展开
 我来答
百度网友4826b3c
2014-01-14 · TA获得超过5024个赞
知道大有可为答主
回答量:2999
采纳率:96%
帮助的人:1302万
展开全部
help列出来的是python源文件中带的DocStrings。
但是,不可能把全部说明都放进python源文件里面吧?
想要获得详细的参数、属性说明,应该看相关的API文档吧。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式