MCPcopy Create free account
hub / github.com/ARMmbed/DAPLink / TYPE

Class TYPE

test/firmware.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 """Class wrapping a firmware build"""
28
29 class TYPE(Enum):
30 BOOTLOADER = 1
31 INTERFACE = 2
32
33 def __str__(self):
34 """A string that describes this firmware"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected