mirror of
https://github.com/ceph/ceph
synced 2024-12-26 13:33:57 +00:00
73849c1179
I didn't love the way safe_while was encouraged to be used and it didn't fit right with the new no-raising behavior. Now it's encouraged to be used like this: with safe_while() as proceed: while proceed(): do_things() Signed-off-by: Zack Cerza <zack.cerza@inktank.com> |
||
---|---|---|
.. | ||
__init__.py | ||
fake_archive.py | ||
test_config.py | ||
test_contextutil.py | ||
test_get_distro_version.py | ||
test_get_distro.py | ||
test_get_multi_machine_types.py | ||
test_misc.py | ||
test_report.py | ||
test_results.py | ||
test_safepath.py |