fields.buffers.base.BufferBase.can_handle_list#
- classmethod BufferBase.can_handle_list() List[str] [source]#
Return a list of type names that this buffer can wrap.
This method provides a human-readable list of supported types defined in
__can_resolve__
. It is typically used for debugging, diagnostics, or generating documentation for supported backends.