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

Method get_group_by_id

dev-tools/scripts/releaseWizard.py:578–583  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

576 return "<git-rev>"
577
578 def get_group_by_id(self, id):
579 lst = list(filter(lambda x: x.id == id, self.todo_groups))
580 if len(lst) == 1:
581 return lst[0]
582 else:
583 return None
584
585 def get_todo_by_id(self, id):
586 lst = list(filter(lambda x: x.id == id, self.todos.values()))

Callers 2

get_subtitleMethod · 0.80
display_and_confirmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected