We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f82fd commit ec1ec86Copy full SHA for ec1ec86
ldclient/impl/datasystem/__init__.py
@@ -159,9 +159,8 @@ class Initializer(Protocol): # pylint: disable=too-few-public-methods
159
@abstractmethod
160
def fetch(self) -> BasisResult:
161
"""
162
- sync should begin the synchronization process for the data source, yielding
163
- Update objects until the connection is closed or an unrecoverable error
164
- occurs.
+ fetch should retrieve the initial data set for the data source, returning
+ a Basis object on success, or an error message on failure.
165
166
raise NotImplementedError
167
0 commit comments