class documentation
class AutoSlots(type):
Known subclasses: ganeti.masterd.iallocator._AutoReqParam, ganeti.opcodes_base._AutoOpParamSlots
Meta base class for __slots__ definitions.
| Method | __new__ |
Called when a class should be created. |
| Class Method | _ |
Used to get the list of defined slots. |
overridden in
ganeti.opcodes_base._AutoOpParamSlotsCalled when a class should be created.
| Parameters | |
| mcs | The meta class |
| name | Name of created class |
| bases | Base classes |
| attrs:dict | Class attributes |