AttrsSubset#

class skrough.structs.attrs_subset.AttrsSubset(attrs: List[int])[source]#

Bases: object

A class to represent a subset of attributes.

A class to represent a subset of attributes. They are stored in a form of integer-location based indexing sequence of attributes.

Methods

__init__(attrs)

Method generated by attrs for class AttrsSubset.

from_attrs_like(attrs_subset_like)

Create a new instance.

Attributes

attrs

Subset of attributes - integer-location based indexing sequence of attributes.