Closed IndexSeek closed 6 days ago
This makes the example more concise and similar to the ibis.get_backend() example. That # doctest: +ELLIPSIS usage comes in handy.
ibis.get_backend()
# doctest: +ELLIPSIS
Adds the "See Also" to link to the other ibis.get_backend method.
ibis.get_backend
Description of changes
This makes the example more concise and similar to the
ibis.get_backend()
example. That# doctest: +ELLIPSIS
usage comes in handy.Adds the "See Also" to link to the other
ibis.get_backend
method.