Lines Matching refs:instance
1385 \ 'Vim(python):TypeError: expected str() or unicode() instance, but got dict')
1444 \ 'Vim(python):TypeError: expected str() or unicode() instance, but got int')
2884 vim.command(1):TypeError:('expected str() or unicode() instance, but got int',)
2892 vim.eval(1):TypeError:('expected str() or unicode() instance, but got int',)
2899 vim.bindeval(1):TypeError:('expected str() or unicode() instance, but got int',)
2906 vim.strwidth(1):TypeError:('expected str() or unicode() instance, but got int',)
2924 vim.options[1]:TypeError:('expected str() or unicode() instance, but got int',)
2930 1 in vim.options:TypeError:('expected str() or unicode() instance, but got int',)
2946 d.get(1):TypeError:('expected str() or unicode() instance, but got int',)
2954 0 in d:TypeError:('expected str() or unicode() instance, but got int',)
2960 d[1] = 1:TypeError:('expected str() or unicode() instance, but got int',)
2965 d["a"] = {1 : 1}:TypeError:('expected str() or unicode() instance, but got int',)
2970 d["a"] = {"abcF" : {1 : 1}}:TypeError:('expected str() or unicode() instance, but got int',)
2975 …d["a"] = {"abcF" : Mapping({1 : 1})}:TypeError:('expected str() or unicode() instance, but got int…
2992 d["a"] = Mapping({1 : 1}):TypeError:('expected str() or unicode() instance, but got int',)
2997 …d["a"] = Mapping({"abcG" : {1 : 1}}):TypeError:('expected str() or unicode() instance, but got int…
3002 …d["a"] = Mapping({"abcG" : Mapping({1 : 1})}):TypeError:('expected str() or unicode() instance, bu…
3041 d.update({1 : 1}):TypeError:('expected str() or unicode() instance, but got int',)
3046 d.update({"abcF" : {1 : 1}}):TypeError:('expected str() or unicode() instance, but got int',)
3051 …d.update({"abcF" : Mapping({1 : 1})}):TypeError:('expected str() or unicode() instance, but got in…
3068 d.update(Mapping({1 : 1})):TypeError:('expected str() or unicode() instance, but got int',)
3073 …d.update(Mapping({"abcG" : {1 : 1}})):TypeError:('expected str() or unicode() instance, but got in…
3078 …d.update(Mapping({"abcG" : Mapping({1 : 1})})):TypeError:('expected str() or unicode() instance, b…
3107 d.update(((1, 0),)):TypeError:('expected str() or unicode() instance, but got int',)
3112 d.update((("a", {1 : 1}),)):TypeError:('expected str() or unicode() instance, but got int',)
3117 …d.update((("a", {"abcF" : {1 : 1}}),)):TypeError:('expected str() or unicode() instance, but got i…
3122 …", {"abcF" : Mapping({1 : 1})}),)):TypeError:('expected str() or unicode() instance, but got int',)
3139 …d.update((("a", Mapping({1 : 1})),)):TypeError:('expected str() or unicode() instance, but got int…
3144 …", Mapping({"abcG" : {1 : 1}})),)):TypeError:('expected str() or unicode() instance, but got int',)
3149 …g({"abcG" : Mapping({1 : 1})})),)):TypeError:('expected str() or unicode() instance, but got int',)
3190 vim.List([{1 : 1}]):TypeError:('expected str() or unicode() instance, but got int',)
3195 vim.List([{"abcF" : {1 : 1}}]):TypeError:('expected str() or unicode() instance, but got int',)
3200 …vim.List([{"abcF" : Mapping({1 : 1})}]):TypeError:('expected str() or unicode() instance, but got …
3217 vim.List([Mapping({1 : 1})]):TypeError:('expected str() or unicode() instance, but got int',)
3222 …vim.List([Mapping({"abcG" : {1 : 1}})]):TypeError:('expected str() or unicode() instance, but got …
3227 …ing({"abcG" : Mapping({1 : 1})})]):TypeError:('expected str() or unicode() instance, but got int',)
3275 l[:] = [{1 : 1}]:TypeError:('expected str() or unicode() instance, but got int',)
3280 l[:] = [{"abcF" : {1 : 1}}]:TypeError:('expected str() or unicode() instance, but got int',)
3285 …l[:] = [{"abcF" : Mapping({1 : 1})}]:TypeError:('expected str() or unicode() instance, but got int…
3302 l[:] = [Mapping({1 : 1})]:TypeError:('expected str() or unicode() instance, but got int',)
3307 …l[:] = [Mapping({"abcG" : {1 : 1}})]:TypeError:('expected str() or unicode() instance, but got int…
3312 …l[:] = [Mapping({"abcG" : Mapping({1 : 1})})]:TypeError:('expected str() or unicode() instance, bu…
3346 l.extend([{1 : 1}]):TypeError:('expected str() or unicode() instance, but got int',)
3351 l.extend([{"abcF" : {1 : 1}}]):TypeError:('expected str() or unicode() instance, but got int',)
3356 …l.extend([{"abcF" : Mapping({1 : 1})}]):TypeError:('expected str() or unicode() instance, but got …
3373 l.extend([Mapping({1 : 1})]):TypeError:('expected str() or unicode() instance, but got int',)
3378 …l.extend([Mapping({"abcG" : {1 : 1}})]):TypeError:('expected str() or unicode() instance, but got …
3383 …ing({"abcG" : Mapping({1 : 1})})]):TypeError:('expected str() or unicode() instance, but got int',)
3433 f({1 : 1}):TypeError:('expected str() or unicode() instance, but got int',)
3438 f({"abcF" : {1 : 1}}):TypeError:('expected str() or unicode() instance, but got int',)
3443 f({"abcF" : Mapping({1 : 1})}):TypeError:('expected str() or unicode() instance, but got int',)
3460 f(Mapping({1 : 1})):TypeError:('expected str() or unicode() instance, but got int',)
3465 f(Mapping({"abcG" : {1 : 1}})):TypeError:('expected str() or unicode() instance, but got int',)
3470 …f(Mapping({"abcG" : Mapping({1 : 1})})):TypeError:('expected str() or unicode() instance, but got …
3499 fd(self={1 : 1}):TypeError:('expected str() or unicode() instance, but got int',)
3504 fd(self={"abcF" : {1 : 1}}):TypeError:('expected str() or unicode() instance, but got int',)
3509 …fd(self={"abcF" : Mapping({1 : 1})}):TypeError:('expected str() or unicode() instance, but got int…
3526 fd(self=Mapping({1 : 1})):TypeError:('expected str() or unicode() instance, but got int',)
3531 …fd(self=Mapping({"abcG" : {1 : 1}})):TypeError:('expected str() or unicode() instance, but got int…
3536 …fd(self=Mapping({"abcG" : Mapping({1 : 1})})):TypeError:('expected str() or unicode() instance, bu…
3614 vim.current.buffer.name = True:TypeError:('expected str() or unicode() instance, but got bool',)
3617 vim.current.buffer.mark(0):TypeError:('expected str() or unicode() instance, but got int',)