Lines Matching refs:extend

862   py3 l.extend(list(l[0](1, 2, 3)))
864 py3 l.extend(list(l[1](1, 2, 3, self={'a': 'b'})))
883 py3 l.extend([0.0])
899 m.extend([TypeError.__name__])
901 m.extend([e.__class__.__name__])
952 silent! call extend(l, [0])
953 silent! call extend(ll, [0])
956 silent! call extend(l, [1])
957 silent! call extend(ll, [1])
2122 list:__dir__,extend,locked
2568 dl.extend(dl2[0])
2915 iter_test('l.extend(%s)')
2916 convertfrompyobject_test('l.extend([%s])')
3529 >>> Testing *Iter* using l.extend(%s)
3530 l.extend(FailingIter()):(<class 'NotImplementedError'>, NotImplementedError('iter',))
3531 l.extend(FailingIterNext()):(<class 'NotImplementedError'>, NotImplementedError('next',))
3533 >>> Testing StringToChars using l.extend([{%s : 1}])
3534 …l.extend([{1 : 1}]):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, but got i…
3535 l.extend([{b"\0" : 1}]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3536 l.extend([{"\0" : 1}]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3538 >>> Testing StringToChars using l.extend([{"abcF" : {%s : 1}}])
3539 …l.extend([{"abcF" : {1 : 1}}]):(<class 'TypeError'>, TypeError('expected bytes() or str() instance…
3540 …l.extend([{"abcF" : {b"\0" : 1}}]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3541 … l.extend([{"abcF" : {"\0" : 1}}]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3543 >>> Testing StringToChars using l.extend([{"abcF" : Mapping({%s : 1})}])
3544 …l.extend([{"abcF" : Mapping({1 : 1})}]):(<class 'TypeError'>, TypeError('expected bytes() or str()…
3545 …l.extend([{"abcF" : Mapping({b"\0" : 1})}]):(<class 'TypeError'>, TypeError('expected bytes with n…
3546 …l.extend([{"abcF" : Mapping({"\0" : 1})}]):(<class 'TypeError'>, TypeError('expected bytes with no…
3548 >>> Testing *Iter* using l.extend([{"abcF" : %s}])
3549 …l.extend([{"abcF" : FailingIter()}]):(<class 'TypeError'>, TypeError('unable to convert FailingIte…
3550 …l.extend([{"abcF" : FailingIterNext()}]):(<class 'NotImplementedError'>, NotImplementedError('next…
3552 >>> Testing ConvertFromPyObject using l.extend([{"abcF" : %s}])
3553 l.extend([{"abcF" : None}]):NOT FAILED
3554 … l.extend([{"abcF" : {b"": 1}}]):(<class 'ValueError'>, ValueError('empty keys are not allowed',))
3555 l.extend([{"abcF" : {"": 1}}]):(<class 'ValueError'>, ValueError('empty keys are not allowed',))
3556 …l.extend([{"abcF" : FailingMapping()}]):(<class 'NotImplementedError'>, NotImplementedError('keys'…
3557 …l.extend([{"abcF" : FailingMappingKey()}]):(<class 'NotImplementedError'>, NotImplementedError('ge…
3558 …l.extend([{"abcF" : FailingNumber()}]):(<class 'NotImplementedError'>, NotImplementedError('int',))
3560 >>> Testing StringToChars using l.extend([Mapping({%s : 1})])
3561 …l.extend([Mapping({1 : 1})]):(<class 'TypeError'>, TypeError('expected bytes() or str() instance, …
3562 … l.extend([Mapping({b"\0" : 1})]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3563 l.extend([Mapping({"\0" : 1})]):(<class 'TypeError'>, TypeError('expected bytes with no null',))
3565 >>> Testing StringToChars using l.extend([Mapping({"abcG" : {%s : 1}})])
3566 …l.extend([Mapping({"abcG" : {1 : 1}})]):(<class 'TypeError'>, TypeError('expected bytes() or str()…
3567 …l.extend([Mapping({"abcG" : {b"\0" : 1}})]):(<class 'TypeError'>, TypeError('expected bytes with n…
3568 …l.extend([Mapping({"abcG" : {"\0" : 1}})]):(<class 'TypeError'>, TypeError('expected bytes with no…
3570 >>> Testing StringToChars using l.extend([Mapping({"abcG" : Mapping({%s : 1})})])
3571 …l.extend([Mapping({"abcG" : Mapping({1 : 1})})]):(<class 'TypeError'>, TypeError('expected bytes()…
3572 …l.extend([Mapping({"abcG" : Mapping({b"\0" : 1})})]):(<class 'TypeError'>, TypeError('expected byt…
3573 …l.extend([Mapping({"abcG" : Mapping({"\0" : 1})})]):(<class 'TypeError'>, TypeError('expected byte…
3575 >>> Testing *Iter* using l.extend([Mapping({"abcG" : %s})])
3576 …l.extend([Mapping({"abcG" : FailingIter()})]):(<class 'TypeError'>, TypeError('unable to convert F…
3577 …l.extend([Mapping({"abcG" : FailingIterNext()})]):(<class 'NotImplementedError'>, NotImplementedEr…
3579 >>> Testing ConvertFromPyObject using l.extend([Mapping({"abcG" : %s})])
3580 l.extend([Mapping({"abcG" : None})]):NOT FAILED
3581 …l.extend([Mapping({"abcG" : {b"": 1}})]):(<class 'ValueError'>, ValueError('empty keys are not all…
3582 …l.extend([Mapping({"abcG" : {"": 1}})]):(<class 'ValueError'>, ValueError('empty keys are not allo…
3583 …l.extend([Mapping({"abcG" : FailingMapping()})]):(<class 'NotImplementedError'>, NotImplementedErr…
3584 …l.extend([Mapping({"abcG" : FailingMappingKey()})]):(<class 'NotImplementedError'>, NotImplemented…
3585 …l.extend([Mapping({"abcG" : FailingNumber()})]):(<class 'NotImplementedError'>, NotImplementedErro…
3587 >>> Testing *Iter* using l.extend([%s])
3588 …l.extend([FailingIter()]):(<class 'TypeError'>, TypeError('unable to convert FailingIter to a Vim …
3589 l.extend([FailingIterNext()]):(<class 'NotImplementedError'>, NotImplementedError('next',))
3591 >>> Testing ConvertFromPyObject using l.extend([%s])
3592 l.extend([None]):NOT FAILED
3593 l.extend([{b"": 1}]):(<class 'ValueError'>, ValueError('empty keys are not allowed',))
3594 l.extend([{"": 1}]):(<class 'ValueError'>, ValueError('empty keys are not allowed',))
3595 l.extend([FailingMapping()]):(<class 'NotImplementedError'>, NotImplementedError('keys',))
3596 …l.extend([FailingMappingKey()]):(<class 'NotImplementedError'>, NotImplementedError('getitem:mappi…
3597 l.extend([FailingNumber()]):(<class 'NotImplementedError'>, NotImplementedError('int',))