MCPcopy Create free account
hub / github.com/PolyU-ChenLab/UniPixel / parse_question

Function parse_question

unipixel/utils/parser.py:6–7  ·  view source on GitHub ↗
(question)

Source from the content-addressed store, hash-verified

4
5
6def parse_question(question):
7 return re.sub(r'\s+', ' ', question).strip()

Callers 2

load_annosMethod · 0.90
load_annosMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected