MCPcopy Create free account
hub / github.com/DataArcTech/ToG / check_string

Function check_string

eval/utils.py:103–104  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

101 return list(set(answer_list))
102
103def check_string(string):
104 return "{" in string
105
106def clean_results(string):
107 if "{" in string:

Callers 1

eval.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected