(phony_dims)
| 456 | |
| 457 | |
| 458 | def _check_phony_dims(phony_dims): |
| 459 | emit_phony_dims_warning = False |
| 460 | if phony_dims is None: |
| 461 | emit_phony_dims_warning = True |
| 462 | phony_dims = "access" |
| 463 | return emit_phony_dims_warning, phony_dims |
| 464 | |
| 465 | |
| 466 | def _emit_phony_dims_warning(): |
no outgoing calls
no test coverage detected
searching dependent graphs…