Utilities/ModuleParser.py

changeset 4461
3634459f8011
parent 4435
9f6555d3c3c0
child 4465
2fbb5bdb8ddf
equal deleted inserted replaced
4457:6faeea06e9b6 4461:3634459f8011
56 return TYPE_MAPPING[name] 56 return TYPE_MAPPING[name]
57 else: 57 else:
58 return -1 58 return -1
59 59
60 60
61 # TODO: Add support for the new Python 3.5 async def
61 _py_getnext = re.compile( 62 _py_getnext = re.compile(
62 r""" 63 r"""
63 (?P<String> 64 (?P<String>
64 \""" (?P<StringContents1> 65 \""" (?P<StringContents1>
65 [^"\\]* (?: 66 [^"\\]* (?:

eric ide

mercurial