MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / is_valid_title

Method is_valid_title

src/leetcode_view.py:27–28  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

25 return self.leet.check_flask(title)
26
27 def is_valid_title(self, title):
28 return title.isdigit()
29
30 def post_process(self, path):
31 self.add_finish_icon(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected