MCPcopy Create free account
hub / github.com/rthalley/dnspython / cursor

Method cursor

dns/btree.py:737–739  ·  view source on GitHub ↗

Create a cursor.

(self)

Source from the content-addressed store, hash-verified

735 self.root._visit_preorder_by_node(visit)
736
737 def cursor(self) -> Cursor[KT, ET]:
738 """Create a cursor."""
739 return Cursor(self)
740
741 def register_cursor(self, cursor: Cursor) -> None:
742 """Register a cursor for the automatic parking service."""

Callers 11

__iter__Method · 0.95
get_delegationMethod · 0.80
is_glueMethod · 0.80
update_glue_flagMethod · 0.80
boundsMethod · 0.80
test_cursor_seekFunction · 0.80
test_parkingFunction · 0.80
test_automatic_parkingFunction · 0.80

Calls 1

CursorClass · 0.85

Tested by 6

test_cursor_seekFunction · 0.64
test_parkingFunction · 0.64
test_automatic_parkingFunction · 0.64