File: _hookimpl.py

package info (click to toggle)
napari-console 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: python: 235; makefile: 166
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
from .qt_console import QtConsole

# Wait to use hook impl
# @napari_hook_implementation
# def napari_experimental_provide_dock_widget():
#     return (QtConsole, {'area': 'bottom'})