Files
sphinx/tests
Takeshi KOMIYA 0b32e72635 pycode: ast.unparse() construct number literals using source code
Developers can write number literals in several ways. For example,
decimal (1234), hexadecimal (0x1234), octal decimal (0o1234) and so on.
But, AST module don't mind how the numbers written in the code. As a
result, ast.unparse() could not reproduce the original form of number
literals.

This allows to construct number literals as possible using original
source code.

Note: This is only available in Python 3.8+.
2020-10-05 01:08:14 +09:00
..
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:40:39 +09:00
2020-03-15 19:49:16 +01:00
2020-10-01 11:12:39 -04:00
2020-07-19 00:43:11 +00:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-07-05 09:17:20 +02:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-07-19 00:43:11 +00:00
2020-05-28 23:15:39 -04:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:40:39 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00
2020-01-01 14:27:43 +09:00