nixnet.database.dbc_attributes

class nixnet.database._dbc_attributes.DbcAttributeCollection(handle: int)[source]

Bases: Mapping

Collection for accessing DBC attributes.

get(k[, d]) D[k] if k in D, else d.  d defaults to None.
items()[source]

Return all attribute names and values in the collection.

Yields:

An iterator to tuple pairs of attribute names and values in the collection.

keys()[source]

Return all attribute names in the collection.

Yields:

An iterator to all attribute names in the collection.

values()[source]

Return all attribute values in the collection.

Yields:

An iterator to all attribute values in the collection.