File size: 154 Bytes
907001b
 
 
 
 
 
 
1
2
3
4
5
6
7
def unstub(*objs):
    """pass"""
    if objs:
        for obj in objs:
            mock_registry.unstub(obj)
    else:
        mock_registry.unstub_all()