MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / clean

Method clean

middle/data_operation.py:145–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 AnsiPrint.print_locale("saved_results", saved=file)
144
145 def clean(self):
146 length_results = len(self._results)
147 self._results.clear()
148 AnsiPrint.print_locale("clean_results", num=length_results)
149
150 def export(self, format:str=None):
151 if len(self._results) > 0:

Callers 1

do_cleanMethod · 0.80

Calls 1

print_localeMethod · 0.80

Tested by

no test coverage detected