Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
parse_question(question):
7
return
re.sub(r
'\s+'
,
' '
, question).strip()
Callers
2
load_annos
Method · 0.90
load_annos
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected