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 ccdb728 commit 1252e29Copy full SHA for 1252e29
splitio/models/grammar/matchers/semver.py
@@ -21,9 +21,9 @@ def __init__(self, version):
21
self._pre_release = []
22
self._is_stable = False
23
self._old_version = version
24
- self.parse()
+ self._parse()
25
26
- def parse(self):
+ def _parse(self):
27
"""
28
Parse the string in self._old_version to update the other internal variables
29
0 commit comments