MCPcopy Create free account
hub / github.com/apache/solr / clear

Method clear

dev-tools/scripts/releaseWizard.py:561–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

559 yaml.dump(self.to_dict(), fp, sort_keys=False, default_flow_style=False)
560
561 def clear(self):
562 self.previous_rcs = {}
563 self.rc_number = 1
564 for t_id in self.todos:
565 t = self.todos[t_id]
566 t.state = {}
567 self.save()
568
569 def get_rc_number(self):
570 return self.rc_number

Callers

nothing calls this directly

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected