-
class neuroglancer.read_precomputed_segment_properties.SegmentPropertySpec(
NamedTuple
) Public members¶
- static SegmentPropertySpec(_cls, id: str, type: 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.
- description: str | None
Alias for field number 2
- tag_descriptions: str | None
Alias for field number 3