MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / is_GoPiGo3_msg

Function is_GoPiGo3_msg

Software/Scratch/GoPiGo3Scratch.py:385–392  ·  view source on GitHub ↗

Is the msg supposed to be handled by GoPiGo3? Return: Boolean True if valid for GoPiGo3 False otherwise

(msg)

Source from the content-addressed store, hash-verified

383
384
385def is_GoPiGo3_msg(msg):
386 '''
387 Is the msg supposed to be handled by GoPiGo3?
388 Return: Boolean
389 True if valid for GoPiGo3
390 False otherwise
391 '''
392 return is_msg(compiled_regexGPG3,msg)
393
394
395def is_GoPiGo3_Sensor_msg(msg):

Callers 1

GoPiGo3Scratch.pyFile · 0.85

Calls 1

is_msgFunction · 0.85

Tested by

no test coverage detected