Closed KRRT7 closed 11 months ago
Hello, trying add type hinting to this code base, however i see a match argument but i don't see it used within the functions, so i'm wondering what is it? knowing what it is would help me type it properly, currently i'm just ignoring it here are some places where i'm seeing it https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L70 https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L109 https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L113 and so on.
It is an re.Match object.
re.Match
Hello, trying add type hinting to this code base, however i see a match argument but i don't see it used within the functions, so i'm wondering what is it? knowing what it is would help me type it properly, currently i'm just ignoring it here are some places where i'm seeing it https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L70 https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L109 https://github.com/r1chardj0n3s/parse/blob/master/parse.py#L113 and so on.