AccessorRegistration#
- class AccessorRegistration(name: str, target: type, accessor: type, source: str)[source]#
Describe one registered dataset accessor.
Returned by
registered_accessors().Added in version 0.48.0.
- Attributes:
- name
str The namespace the accessor is attached under (for example,
'meshfix').- target
type The PyVista dataset class (or base class) the accessor is registered against.
- accessor
type The accessor class itself.
- source
str Human-readable origin in the form
'module.qualname'—useful for debugging which plugin registered a given accessor.
- name
Attributes#
Alias for field number 2 |
|
Alias for field number 0 |
|
Alias for field number 3 |
|
Alias for field number 1 |