MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / _parse

Method _parse

thirdparty/bottle/bottle.py:1387–1389  ·  view source on GitHub ↗
(self, chunk)

Source from the content-addressed store, hash-verified

1385 self.trest_len, self.trest = trest_len, trest
1386
1387 def _parse(self, chunk):
1388 for name, start_end in self._iter_markup(chunk):
1389 self.markups.append([name, start_end])
1390
1391 def parse(self, chunk):
1392 if self.error is not None: return

Callers 1

parseMethod · 0.95

Calls 2

_iter_markupMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected