class neuroglancer.read_precomputed_segment_properties.SegmentPropertySpec(
    
NamedTuple
)

Public members

static SegmentPropertySpec(_clsid: strtype: str...)

Create new instance of SegmentPropertySpec(id, type, description, tag_descriptions)

__replace__(**kwds)

Return a new SegmentPropertySpec 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.

idstr

Alias for field number 0

typestr

Alias for field number 1

descriptionstr | None

Alias for field number 2

tag_descriptionsstr | None

Alias for field number 3