Creates an empty GridOutCursor for information to be copied into.
(self, session: Optional[ClientSession])
| 1990 | raise NotImplementedError("Method does not exist for GridOutCursor") |
| 1991 | |
| 1992 | def _clone_base(self, session: Optional[ClientSession]) -> GridOutCursor: |
| 1993 | """Creates an empty GridOutCursor for information to be copied into.""" |
| 1994 | return GridOutCursor(self._root_collection, session=session) |
nothing calls this directly
no test coverage detected