(unbound)
| 32 | |
| 33 | |
| 34 | def _serialize_unbound(unbound): |
| 35 | if unbound is UNBOUND: |
| 36 | unbound = _crossinterp.UNBOUND |
| 37 | return _crossinterp.serialize_unbound(unbound) |
| 38 | |
| 39 | |
| 40 | def _resolve_unbound(flag): |
no outgoing calls
no test coverage detected
searching dependent graphs…