(unbound)
| 50 | |
| 51 | |
| 52 | def _serialize_unbound(unbound): |
| 53 | if unbound is UNBOUND: |
| 54 | unbound = _crossinterp.UNBOUND |
| 55 | return _crossinterp.serialize_unbound(unbound) |
| 56 | |
| 57 | |
| 58 | def _resolve_unbound(flag): |
no outgoing calls
no test coverage detected
searching dependent graphs…