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

Method __init__

thirdparty/bottle/bottle.py:3030–3032  ·  view source on GitHub ↗
(self, iterator, close=None)

Source from the content-addressed store, hash-verified

3028 do not support attribute assignment (most of itertools). """
3029
3030 def __init__(self, iterator, close=None):
3031 self.iterator = iterator
3032 self.close_callbacks = makelist(close)
3033
3034 def __iter__(self):
3035 return iter(self.iterator)

Callers

nothing calls this directly

Calls 1

makelistFunction · 0.70

Tested by

no test coverage detected