(val)
| 18382 | uid = None |
| 18383 | |
| 18384 | def safe_str(val): |
| 18385 | if not val: return "" |
| 18386 | return str(val).replace('\n', ' | ').strip() |
| 18387 | |
| 18388 | api_success = False |
| 18389 | if sid: |
nothing calls this directly
no outgoing calls
no test coverage detected