MCPcopy Index your code
hub / github.com/saltstack/salt / close

Method close

tests/zypp_plugin.py:59–65  ·  view source on GitHub ↗

Simulate closing the IO object. Returns:

(self)

Source from the content-addressed store, hash-verified

57 self.content.append(data)
58
59 def close(self):
60 """
61 Simulate closing the IO object.
62 Returns:
63
64 """
65 self.closed = True

Callers 3

__exit__Method · 0.95
parse_gitlogFunction · 0.45
conftest.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected