poolbaseobject¶
This module is part of the Python Pool library. It defines the base classes for Pool object
Classes
PoolBaseObject¶

-
class
PoolBaseObject(**kwargs)[source]¶ Bases:
sardana.sardanabase.SardanaBaseObjectThe Pool most abstract object.
-
get_pool()[source]¶ Return the
sardana.pool.pool.Poolwhich owns this pool object.- Returns
the pool which owns this pool object.
- Return type
-
property
pool¶ reference to the
sardana.pool.pool.Pool
-