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

Lines Matching refs:conv

126 def _splitdict(tk, v, cut_minus=True, conv=None):
130 keys. If conv is specified, it is used to convert values.
144 if conv:
145 value = conv(value)
1429 conv=self._gridconvvalue)