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

Method insert_before

pyquery/pyquery.py:1320–1324  ·  view source on GitHub ↗

insert nodes before value

(self, value)

Source from the content-addressed store, hash-verified

1318
1319 @with_camel_case_alias
1320 def insert_before(self, value):
1321 """insert nodes before value
1322 """
1323 value.before(self)
1324 return self
1325
1326 def wrap(self, value):
1327 """A string of HTML that will be created on the fly and wrapped around

Callers

nothing calls this directly

Calls 1

beforeMethod · 0.80

Tested by

no test coverage detected