Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARMmbed/DAPLink
/ _same
Function
_same
test/tests/test_serial.py:30–34 ·
view source on GitHub ↗
(d1, d2)
Source
from the content-addressed store, hash-verified
28
29
30
def
_same(d1, d2):
31
#Do a string or bytearray compare
32
if
d1 != d2:
33
return
False
34
return
True
35
36
37
# http://digital.ni.com/public.nsf/allkb/D37754FFA24F7C3F86256706005B9BE7
Callers
2
new_session_with_baud
Method · 0.70
test_serial
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected