Home | History | Annotate | Download | only in lib-tk

Lines Matching full:defaults

633         num, the number of the mouse-button defaults to 1
648 num, the number of the mouse-button defaults to 1
667 num, the number of the mouse-button defaults to 1
688 num, the number of the mouse-button defaults to 1
1302 num -- the number of the mouse-button, defaults to 1
3420 num -- number of the mouse-button defaults to 1 (left mouse button).
3441 num -- number of the mouse-button defaults to 1 (left mouse button).
3466 num -- number of the mouse-button defaults to 1 (left mouse button).
3803 defaults = fob.func_defaults or []
3804 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
3805 defaults = [""] * (len(realArgs)-len(defaults)) + defaults
3806 items1 = map(lambda arg, dflt: arg+dflt, realArgs, defaults)