Home | History | Annotate | Download | only in python2.7

Lines Matching full:_builtin_cvt

418 _builtin_cvt = { "int" : (_parse_int, _("integer")),
424 (cvt, what) = _builtin_cvt[option.type]