Datasets:
| def unstub(*objs): | |
| """pass""" | |
| if objs: | |
| for obj in objs: | |
| mock_registry.unstub(obj) | |
| else: | |
| mock_registry.unstub_all() |
| def unstub(*objs): | |
| """pass""" | |
| if objs: | |
| for obj in objs: | |
| mock_registry.unstub(obj) | |
| else: | |
| mock_registry.unstub_all() |