repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
float-representer-2.3-bug.code
blob
d8db834bbdc2bac09206b36f128cc5188994eb2c
1
{
2
# 0.0: 0,
3
1.0: 1,
4
1e300000: +10,
5
-1e300000: -10,
6
1e300000/1e300000: 100,
7
}