JupyterBackendRegistration#
- class JupyterBackendRegistration(name: str, handler: Callable[..., object], source: str)[source]#
Describe one registered custom Jupyter backend.
Returned by
registered_jupyter_backends().Added in version 0.48.0.
- Attributes:
- name
str Backend name.
- handler
callable() The backend handler callable.
- source
str Human-readable origin in the form
'module.qualname'for explicit registrations or the entry-pointvaluefor plugin-discovered registrations.
- name
Attributes#
Alias for field number 1 |
|
Alias for field number 0 |
|
Alias for field number 2 |