mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-12 07:32:29 +08:00
changed re.SREMatch.group
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ def compile():
|
|||||||
def expand(self):
|
def expand(self):
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def group(self):
|
def group(self, nr):
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def groupdict(self):
|
def groupdict(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user