Extra Properties ImplementationsΒΆ
These HasProperties and Property implementations are available by
importing properties.extras
.
- UID-Related Extras -
HasUID
class for HasProperties instances with unique IDs andPointer
property to refer to instances by unique ID. - Web-Related Extras - Web-related Property classes
- Singleton - HasProperties class that creates only one instance for a given identifying name. Any instances with that name will be the same instance.
- Task - Callable HasProperties class that may be subclassed and used as a computational task.