- class neuroglancer.Viewer
Public members¶
-
txn(
*args, ...
) -> AbstractContextManager[ViewerState, bool | None]
- async_screenshot(callback, ...) -> None
- async_screenshot(*, ...) -> Future[ActionState]
Captures a screenshot asynchronously.
-
screenshot(size: tuple[int, int] | None =
None, ...) -> ActionState Captures a screenshot synchronously.
- volume_info(layer: str, *, ...) -> Future[VolumeInfo]
- volume(layer: str, *, ...) -> Future[TensorStore]
- defer_callback(callback, *args, **kwargs)
- __repr__()
Return repr(self).
-
txn(