Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gawel/pyquery
/ __add__
Method
__add__
pyquery/pyquery.py:282–284 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
280
281
# improve pythonic api
282
def
__add__(self, other):
283
assert isinstance(other, self.__class__)
284
return
self._copy(self[:] + other[:])
285
286
def
extend(self, other):
287
""
"Extend with another PyQuery object"
""
Callers
nothing calls this directly
Calls
1
_copy
Method · 0.95
Tested by
no test coverage detected