nb_cli.handlers.store

async def load_module_data(module_type)

  • 重载

    1. (module_type) -> list[Adapter]

    • 参数

      • module_type (Literal['adapter'])
    • 返回

    2. (module_type) -> list[Plugin]

    • 参数

      • module_type (Literal['plugin'])
    • 返回

    3. (module_type) -> list[Driver]

    • 参数

      • module_type (Literal['driver'])
    • 返回

def split_text_by_wcswidth(text, width)

  • 参数

    • text (str)

    • width (int)

  • 返回

    • untyped

def format_package_results(hits, name_column_width=None, terminal_width=None)

  • 参数

    • hits (list[T])

    • name_column_width (int | None)

    • terminal_width (int | None)

  • 返回

    • str