xref
: /
third_party
/
PyYAML
/
tests
/
data
/
float-representer-2.3-bug.code
(revision a5f9918a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
{
2
# 0.0: 0,
3
1.0: 1,
4
1e300000: +10,
5
-1e300000: -10,
6
1e300000/1e300000: 100,
7
}
8