ClassAttribute¶
See also
SAMSON API: sbcclassattribute
-
class
samson.Core.Class.ClassAttribute¶ Bases:
pybind11_builtins.pybind11_objectThis class describes a class attribute in a class proxy.
-
class
Type(self: samson.Core.Class.ClassAttribute.Type, arg0: int) → None¶ Bases:
pybind11_builtins.pybind11_objectMembers:
ReadOnly
ReadWrite
ReadWriteClear
ReadWriteClearArray
-
ReadOnly= Type.ReadOnly¶
-
ReadWrite= Type.ReadWrite¶
-
ReadWriteClear= Type.ReadWriteClear¶
-
ReadWriteClearArray= Type.ReadWriteClearArray¶
-
name¶ (self – handle) -> str
-
-
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
-
class