storage features: code review

This commit is contained in:
Peter Bieringer
2026-04-22 20:55:46 +02:00
parent 86fda2b6c3
commit f965d46bdf
10 changed files with 32 additions and 33 deletions

View File

@@ -302,6 +302,11 @@ class BaseCollection:
class BaseStorage:
_is_collision_free: bool = False
_supports_unicode: bool = False
_supports_trailing_whitespace: bool = False
_supports_problematic_chars: bool = False
def __init__(self, configuration: "config.Configuration") -> None:
"""Initialize BaseStorage.