circuitpython/shared-module
Jeff Epler 7a005aa96b
break out after reading the value
This is a small optimization, it avoids reading the full file when an
early key is requested.

In the case of an *invalid* TOML file such as
```
K=80
K=81
```
this stops the value of K actually returned being 8081 and makes it 80
instead; but as it's a malformed file it doesn't really matter much.
2022-12-28 13:24:38 -06:00
..
2021-11-10 10:55:53 -06:00
2022-11-30 19:16:20 -06:00
2021-03-15 19:27:36 +05:30
2021-10-15 08:20:54 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-01-17 16:34:47 -06:00
2021-10-15 08:20:54 -05:00
2021-10-15 08:20:54 -05:00
2021-03-15 19:27:36 +05:30
2022-04-05 14:50:30 -05:00
2021-03-15 19:27:36 +05:30
2022-05-27 12:59:54 -07:00
2022-12-28 13:24:38 -06:00
2022-02-10 17:14:07 -08:00
2021-12-08 21:03:06 -06:00
2021-12-11 23:07:21 +05:30
2022-10-13 09:53:33 +05:30
2022-05-27 12:59:54 -07:00
2021-11-10 10:55:53 -06:00
2022-03-11 10:51:50 -08:00
2022-11-30 12:06:19 -06:00
2022-05-27 12:59:54 -07:00
2021-03-15 19:27:36 +05:30
2022-03-23 17:02:58 -05:00