Lines Matching refs:bytes
2479 'u"\\0"', # Fail PyString_AsStringAndSize(bytes, , NULL) check
2885 vim.command(u"\0"):TypeError:('expected string without null bytes',)
2886 vim.command("\0"):TypeError:('expected string without null bytes',)
2893 vim.eval(u"\0"):TypeError:('expected string without null bytes',)
2894 vim.eval("\0"):TypeError:('expected string without null bytes',)
2900 vim.bindeval(u"\0"):TypeError:('expected string without null bytes',)
2901 vim.bindeval("\0"):TypeError:('expected string without null bytes',)
2907 vim.strwidth(u"\0"):TypeError:('expected string without null bytes',)
2908 vim.strwidth("\0"):TypeError:('expected string without null bytes',)
2925 vim.options[u"\0"]:TypeError:('expected string without null bytes',)
2926 vim.options["\0"]:TypeError:('expected string without null bytes',)
2931 u"\0" in vim.options:TypeError:('expected string without null bytes',)
2932 "\0" in vim.options:TypeError:('expected string without null bytes',)
2947 d.get(u"\0"):TypeError:('expected string without null bytes',)
2948 d.get("\0"):TypeError:('expected string without null bytes',)
2961 d[u"\0"] = 1:TypeError:('expected string without null bytes',)
2962 d["\0"] = 1:TypeError:('expected string without null bytes',)
2966 d["a"] = {u"\0" : 1}:TypeError:('expected string without null bytes',)
2967 d["a"] = {"\0" : 1}:TypeError:('expected string without null bytes',)
2971 d["a"] = {"abcF" : {u"\0" : 1}}:TypeError:('expected string without null bytes',)
2972 d["a"] = {"abcF" : {"\0" : 1}}:TypeError:('expected string without null bytes',)
2976 d["a"] = {"abcF" : Mapping({u"\0" : 1})}:TypeError:('expected string without null bytes',)
2977 d["a"] = {"abcF" : Mapping({"\0" : 1})}:TypeError:('expected string without null bytes',)
2993 d["a"] = Mapping({u"\0" : 1}):TypeError:('expected string without null bytes',)
2994 d["a"] = Mapping({"\0" : 1}):TypeError:('expected string without null bytes',)
2998 d["a"] = Mapping({"abcG" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
2999 d["a"] = Mapping({"abcG" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3003 …d["a"] = Mapping({"abcG" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3004 … d["a"] = Mapping({"abcG" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3042 d.update({u"\0" : 1}):TypeError:('expected string without null bytes',)
3043 d.update({"\0" : 1}):TypeError:('expected string without null bytes',)
3047 d.update({"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3048 d.update({"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3052 d.update({"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3053 d.update({"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3069 d.update(Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3070 d.update(Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3074 d.update(Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3075 d.update(Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3079 ….update(Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes',)
3080 …d.update(Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)
3108 d.update(((u"\0", 0),)):TypeError:('expected string without null bytes',)
3109 d.update((("\0", 0),)):TypeError:('expected string without null bytes',)
3113 d.update((("a", {u"\0" : 1}),)):TypeError:('expected string without null bytes',)
3114 d.update((("a", {"\0" : 1}),)):TypeError:('expected string without null bytes',)
3118 d.update((("a", {"abcF" : {u"\0" : 1}}),)):TypeError:('expected string without null bytes',)
3119 d.update((("a", {"abcF" : {"\0" : 1}}),)):TypeError:('expected string without null bytes',)
3123 …update((("a", {"abcF" : Mapping({u"\0" : 1})}),)):TypeError:('expected string without null bytes',)
3124 ….update((("a", {"abcF" : Mapping({"\0" : 1})}),)):TypeError:('expected string without null bytes',)
3140 d.update((("a", Mapping({u"\0" : 1})),)):TypeError:('expected string without null bytes',)
3141 d.update((("a", Mapping({"\0" : 1})),)):TypeError:('expected string without null bytes',)
3145 …update((("a", Mapping({"abcG" : {u"\0" : 1}})),)):TypeError:('expected string without null bytes',)
3146 ….update((("a", Mapping({"abcG" : {"\0" : 1}})),)):TypeError:('expected string without null bytes',)
3150 …"a", Mapping({"abcG" : Mapping({u"\0" : 1})})),)):TypeError:('expected string without null bytes',)
3151 …("a", Mapping({"abcG" : Mapping({"\0" : 1})})),)):TypeError:('expected string without null bytes',)
3191 vim.List([{u"\0" : 1}]):TypeError:('expected string without null bytes',)
3192 vim.List([{"\0" : 1}]):TypeError:('expected string without null bytes',)
3196 vim.List([{"abcF" : {u"\0" : 1}}]):TypeError:('expected string without null bytes',)
3197 vim.List([{"abcF" : {"\0" : 1}}]):TypeError:('expected string without null bytes',)
3201 vim.List([{"abcF" : Mapping({u"\0" : 1})}]):TypeError:('expected string without null bytes',)
3202 vim.List([{"abcF" : Mapping({"\0" : 1})}]):TypeError:('expected string without null bytes',)
3218 vim.List([Mapping({u"\0" : 1})]):TypeError:('expected string without null bytes',)
3219 vim.List([Mapping({"\0" : 1})]):TypeError:('expected string without null bytes',)
3223 vim.List([Mapping({"abcG" : {u"\0" : 1}})]):TypeError:('expected string without null bytes',)
3224 vim.List([Mapping({"abcG" : {"\0" : 1}})]):TypeError:('expected string without null bytes',)
3228 ….List([Mapping({"abcG" : Mapping({u"\0" : 1})})]):TypeError:('expected string without null bytes',)
3229 …m.List([Mapping({"abcG" : Mapping({"\0" : 1})})]):TypeError:('expected string without null bytes',)
3276 l[:] = [{u"\0" : 1}]:TypeError:('expected string without null bytes',)
3277 l[:] = [{"\0" : 1}]:TypeError:('expected string without null bytes',)
3281 l[:] = [{"abcF" : {u"\0" : 1}}]:TypeError:('expected string without null bytes',)
3282 l[:] = [{"abcF" : {"\0" : 1}}]:TypeError:('expected string without null bytes',)
3286 l[:] = [{"abcF" : Mapping({u"\0" : 1})}]:TypeError:('expected string without null bytes',)
3287 l[:] = [{"abcF" : Mapping({"\0" : 1})}]:TypeError:('expected string without null bytes',)
3303 l[:] = [Mapping({u"\0" : 1})]:TypeError:('expected string without null bytes',)
3304 l[:] = [Mapping({"\0" : 1})]:TypeError:('expected string without null bytes',)
3308 l[:] = [Mapping({"abcG" : {u"\0" : 1}})]:TypeError:('expected string without null bytes',)
3309 l[:] = [Mapping({"abcG" : {"\0" : 1}})]:TypeError:('expected string without null bytes',)
3313 …l[:] = [Mapping({"abcG" : Mapping({u"\0" : 1})})]:TypeError:('expected string without null bytes',)
3314 … l[:] = [Mapping({"abcG" : Mapping({"\0" : 1})})]:TypeError:('expected string without null bytes',)
3347 l.extend([{u"\0" : 1}]):TypeError:('expected string without null bytes',)
3348 l.extend([{"\0" : 1}]):TypeError:('expected string without null bytes',)
3352 l.extend([{"abcF" : {u"\0" : 1}}]):TypeError:('expected string without null bytes',)
3353 l.extend([{"abcF" : {"\0" : 1}}]):TypeError:('expected string without null bytes',)
3357 l.extend([{"abcF" : Mapping({u"\0" : 1})}]):TypeError:('expected string without null bytes',)
3358 l.extend([{"abcF" : Mapping({"\0" : 1})}]):TypeError:('expected string without null bytes',)
3374 l.extend([Mapping({u"\0" : 1})]):TypeError:('expected string without null bytes',)
3375 l.extend([Mapping({"\0" : 1})]):TypeError:('expected string without null bytes',)
3379 l.extend([Mapping({"abcG" : {u"\0" : 1}})]):TypeError:('expected string without null bytes',)
3380 l.extend([Mapping({"abcG" : {"\0" : 1}})]):TypeError:('expected string without null bytes',)
3384 …xtend([Mapping({"abcG" : Mapping({u"\0" : 1})})]):TypeError:('expected string without null bytes',)
3385 …extend([Mapping({"abcG" : Mapping({"\0" : 1})})]):TypeError:('expected string without null bytes',)
3434 f({u"\0" : 1}):TypeError:('expected string without null bytes',)
3435 f({"\0" : 1}):TypeError:('expected string without null bytes',)
3439 f({"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3440 f({"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3444 f({"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3445 f({"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3461 f(Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3462 f(Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3466 f(Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3467 f(Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3471 f(Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes',)
3472 f(Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)
3500 fd(self={u"\0" : 1}):TypeError:('expected string without null bytes',)
3501 fd(self={"\0" : 1}):TypeError:('expected string without null bytes',)
3505 fd(self={"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3506 fd(self={"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3510 fd(self={"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3511 fd(self={"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3527 fd(self=Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3528 fd(self=Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3532 fd(self=Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3533 fd(self=Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3537 …fd(self=Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes',)
3538 … fd(self=Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)