portage.util.SlotObject module

class portage.util.SlotObject.SlotObject(**kwargs)

Bases: object

copy()

Create a new instance and copy all attributes defined from __slots__ (including those from inherited classes).