This commit is contained in:
Roman Zeyde
2015-07-21 14:38:26 +03:00
parent 709782cb41
commit b6d0efef9f
3 changed files with 20 additions and 11 deletions

View File

@@ -97,6 +97,7 @@ _identity_regexp = re.compile(''.join([
'$'
]))
def _string_to_identity(s):
m = _identity_regexp.match(s)
result = m.groupdict()