Neuroglancer
neuroglancer.read_precomputed_annotations.AnnotationMap.__init__
Initializing search
    neuroglancer
    • User Guide
    • Concepts
    • Data sources
    • JSON API
    • Python API
    neuroglancer
      • Navigation
      • Coordinate spaces
      • Data view
      • Layer
    • Data sources
      • API Reference
      • API Reference
        • Core
        • Viewer state
        • Viewer Config state
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
          • JSON Containers
          • Trackable state
          • Precomputed Annotation I/O
            • CAnnotationMap
              • Public members
                • M__init__
                • M__getitem__
                • M__contains__
                • Mget
                • Mget_async
                • Ametadata
            • VAnnotationType
            • CAnnotationReader
    neuroglancer.read_precomputed_annotations.AnnotationMap[K, V](
        
    kvstore: KvStore | None,
        
    metadata,
        
    key_encoder: Callable[[K], bytes],
        
    value_decoder: Callable[[K, bytes], V],
        
    staleness_bound: float | None = None,)

    Initialize self. See help(type(self)) for accurate signature.

    Back to top
    Previous neuroglancer.read_precomputed_annotations.AnnotationMap
    Next neuroglancer.read_precomputed_annotations.AnnotationMap.__getitem__
    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial