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

Method register_cursor

dns/btree.py:741–743  ·  view source on GitHub ↗

Register a cursor for the automatic parking service.

(self, cursor: Cursor)

Source from the content-addressed store, hash-verified

739 return Cursor(self)
740
741 def register_cursor(self, cursor: Cursor) -> None:
742 """Register a cursor for the automatic parking service."""
743 self.cursors.add(cursor)
744
745 def deregister_cursor(self, cursor: Cursor) -> None:
746 """Deregister a cursor from the automatic parking service."""

Callers 1

__enter__Method · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected