MCPcopy
hub / github.com/lanjelot/patator / reset

Method reset

patator.py:1770–1777  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1768 return conn.fp, conn.banner
1769
1770 def reset(self, **kwargs):
1771 if self.curr:
1772 hp, _, c = self.curr
1773
1774 c.close()
1775 del self.cache[hp]
1776
1777 self.curr = None
1778
1779# }}}
1780

Callers 14

consumeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected