platypush/platypush/entities/_engine/repo
Fabio Manganiello 2cab836bdf
continuous-integration/drone/push Build is passing Details
`Entity.columns` class property replaced by `Entity.get_columns` method.
Again, Python < 3.9 doesn't like the combination of `@property` +
`@classmethod`.
2023-08-18 17:20:53 +02:00
..
__init__.py Always read an entity's parent through get_parent when climbing up. 2023-03-22 22:41:09 +01:00
db.py Always read an entity's parent through get_parent when climbing up. 2023-03-22 22:41:09 +01:00
helpers.py Always read an entity's parent through get_parent when climbing up. 2023-03-22 22:41:09 +01:00
merger.py `Entity.columns` class property replaced by `Entity.get_columns` method. 2023-08-18 17:20:53 +02:00