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 a64a06e commit c07651eCopy full SHA for c07651e
splitio/storage/__init__.py
@@ -397,12 +397,12 @@ def get_change_number(self):
397
@abc.abstractmethod
398
def contains(self, segment_names):
399
"""
400
- Return whether the traffic type exists in at least one rule based segment in cache.
+ Return whether the segments exists in rule based segment in cache.
401
402
- :param traffic_type_name: Traffic type to validate.
403
- :type traffic_type_name: str
+ :param segment_names: segment name to validate.
+ :type segment_names: str
404
405
- :return: True if the traffic type is valid. False otherwise.
+ :return: True if segment names exists. False otherwise.
406
:rtype: bool
407
408
pass
0 commit comments