Base

The afem.base package is a collection of simple entities that define base classes that are used throughout the library.

Entities

NamedItem

class afem.base.entities.NamedItem(name='Item')

Base class for types that can be give a name.

Parameters

name (str) – The name.

ViewableItem

class afem.base.entities.ViewableItem

Base class for types that can be viewed.