| Conditions | 1 |
| Total Lines | 4 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | """This module defines the Data Engine Wrapper as the Backend class which constructor can initialize Backend instances |
||
| 10 | """Wrapper of a data engine, a datapoints manager and a datapoints factory. |
||
| 11 | |||
| 12 | Instances of this class act as data placeholders (aka data classes) and take at runtime a data engine (eg a set of |
||
| 13 | pandas-dependent implementations of the "Tabular Data interfaces" defined in so_magic.data.interfaces). |
||
| 14 | |||
| 39 |