NexusIterator & DataframableList¶
- class qnexus.client.nexus_iterator.NexusIterator(
- resource_type: str,
- nexus_url: str,
- params: Dict[str, Any],
- wrapper_method: Callable[[dict[str, Any]], List[T]],
- nexus_client: Client,
Bases:
Generic
[T
],Iterator
[T
]An object that can be used to summarize or iterate through a filter query made to the Nexus database.
- list() DataframableList[T] [source]¶
Collapse into RefList.