AvrTag#

class hexrec.formats.avr.AvrTag(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Atmel Generic tag.

Attributes

DATA

Data.

DATA = Ellipsis#

Data.

_DATA: Optional['BaseTag'] = Ellipsis#

Alias to a common data record tag.

This tag is used internally to build a generic data record.

classmethod __contains__(member)#

Return True if member is a member of this enum raises TypeError if member is not an enum member

note: in 3.12 TypeError will no longer be raised, and True will also be returned if member is the value of a member in this enum

classmethod __getitem__(name)#

Return the member matching name.

classmethod __iter__()#

Return members in definition order.

classmethod __len__()#

Return the number of members (no aliases)

__new__(value)#
_generate_next_value_(start, count, last_values)#

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the list of values assigned

_member_type_#

alias of object

_new_member_(**kwargs)#

Create and return a new object. See help(type) for accurate signature.