Coverage for / home / casatest / venv / lib / python3.12 / site-packages / casatasks / private / task_clearstat.py: 80%
5 statements
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-12 18:41 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-12 18:41 +0000
1import os
3from casatools import table
4_tb = table( )
6def clearstat():
7 """Clear all read/write locks on tables. This can be used if a task has
8 indicated that it is trying to get a lock on a file.
10 """
11 _tb.clearlocks( )