module documentation
Base class for all oneM2M resource types.
| Class | |
Base class for all oneM2M resource types, |
| Function | add |
Add a name to the names of internal attributes. |
| Function | is |
Check whether an attribute is an internal attribute. |
| Variable | internal |
List of internal attributes and which do not belong to the oneM2M resource attributes |
Add a name to the names of internal attributes.
name is only added if it is not already present.
| Parameters | |
name:str | Attribute name to add. |
Check whether an attribute is an internal attribute.
| Parameters | |
name:str | Attribute name to check. |
| Returns | |
bool | True if the attribute is an internal attribute. |
internalAttributes =
¶
List of internal attributes and which do not belong to the oneM2M resource attributes