- class neuroglancer.viewer_state.SegmentIdMapEntry(NamedTuple)
Public members¶
- static SegmentIdMapEntry(_cls, key: int, ...)
Create new instance of SegmentIdMapEntry(key, value, label)
- __replace__(**kwds)
Return a new SegmentIdMapEntry object replacing specified fields with new values
- __repr__()
Return a nicely formatted representation string
- __getnewargs__()
Return self as a plain tuple. Used by copy and pickle.