()
| 36 | connection._graphene_cursor = connection.cursor |
| 37 | |
| 38 | def cursor(): |
| 39 | return state.Wrapper(connection._graphene_cursor(), connection, panel) |
| 40 | |
| 41 | connection.cursor = cursor |
| 42 | return cursor |
nothing calls this directly
no test coverage detected
searching dependent graphs…