MCPcopy Create free account
hub / github.com/gawel/pyquery / _copy

Method _copy

pyquery/pyquery.py:258–260  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

256 return self._translator.css_to_xpath(selector, prefix)
257
258 def _copy(self, *args, **kwargs):
259 kwargs.setdefault('namespaces', self.namespaces)
260 return self.__class__(*args, **kwargs)
261
262 def __call__(self, *args, **kwargs):
263 """return a new PyQuery instance

Callers 15

__call__Method · 0.95
__add__Method · 0.95
itemsMethod · 0.95
_filter_onlyMethod · 0.95
closestMethod · 0.95
contentsMethod · 0.95
filterMethod · 0.95
not_Method · 0.95
findMethod · 0.95
eqMethod · 0.95
mapMethod · 0.95
_get_valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected