ClassAttribute¶

class samson.Core.Class.ClassAttribute¶

Bases: pybind11_builtins.pybind11_object

This class describes a class attribute in a class proxy.

class Type(self: samson.Core.Class.ClassAttribute.Type, arg0: int) → None¶

Bases: pybind11_builtins.pybind11_object

ReadOnly = Type.ReadOnly¶
ReadWrite = Type.ReadWrite¶
ReadWriteClear = Type.ReadWriteClear¶
ReadWriteClearArray = Type.ReadWriteClearArray¶
ReadOnly = Type.ReadOnly¶
ReadWrite = Type.ReadWrite¶
ReadWriteClear = Type.ReadWriteClear¶
ReadWriteClearArray = Type.ReadWriteClearArray¶
description¶

Returns the description of the attribute

group¶

Returns the group of the attribute

name¶

Returns the name of the attribute

type¶

Returns the type of the attribute