poolbaseobject

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

Classes

PoolBaseObject

Inheritance diagram of PoolBaseObject
class PoolBaseObject(**kwargs)[source]

Bases: SardanaBaseObject

The Pool most abstract object.

get_pool()[source]

Return the sardana.pool.pool.Pool which owns this pool object.

Return type:

Pool

Returns:

the pool which owns this pool object.

serialize(*args, **kwargs)[source]
property pool: Pool

reference to the sardana.pool.pool.Pool