__init__.py |
|
314 |
_parser.py |
Sentinel to be used as default arg during deprecation
period of TOMLDecodeError's free-form arguments. |
25591 |
_re.py |
0
(?:
x[0-9A-Fa-f](?:_?[0-9A-Fa-f])* # hex
|
b[01](?:_?[01])* # bin
|
o[0-7](?:_?[0-7])* # oct
)
|
[+-]?(?:0|[1-9](?:_?[0-9])*) # dec, integer part
(?P<floatpart>
(?:\.[0-9](?:_?[0-9])*)? # optional fractional part
(?:[eE][+-]?[0-9](?:_?[0-9])*)? # optional exponent part
)
|
3171 |
_types.py |
|
254 |
py.typed |
|
26 |