MCPcopy Create free account
hub / github.com/Pylons/webtest / close

Method close

webtest/lint.py:303–306  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 __next__ = next
302
303 def close(self):
304 self.closed = True
305 if hasattr(self.original_iterator, 'close'):
306 self.original_iterator.close()
307
308 def __del__(self):
309 assert self.closed, (

Callers 1

test_closeMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by 1

test_closeMethod · 0.76