()
| 75 | """, re.MULTILINE | re.VERBOSE |
| 76 | ) |
| 77 | def trailing_comma(): |
| 78 | mapping = { |
| 79 | A: 0.25 * (10.0 / 12), |
| 80 | B: 0.1 * (10.0 / 12), |
| 81 | C: 0.1 * (10.0 / 12), |
| 82 | D: 0.1 * (10.0 / 12), |
| 83 | } |
| 84 | def f( |
| 85 | a, |
| 86 | **kwargs, |
nothing calls this directly
no outgoing calls
no test coverage detected