すべてのオプション
trixie  ] [  forky  ] [  sid  ]
[ ソース: python-convertertools  ]

パッケージ: python3-convertertools (0.6.1-1 など)

python3-convertertools に関するリンク

Screenshot

Debian の資源:

python-convertertools ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

Tools for converting Python data types

This library provides tools for manipulating Python data structures efficiently. It includes functions for deleting and popping elements in dictionaries using sets or tuples. These tools help in avoiding repetitive code by offering predefined methods for common operations on Python dictionaries.

Note that specific types are required for maximum performance.

Example usage:

from convertertools import (del_dict_tuple, del_dict_set,

                            pop_dict_tuple, pop_dict_set)

# del_dict* raise KeyError on missing keys del_dict_tuple(d, ("a", "b")) del_dict_set(d, {"a", "b"})

# pop_dict* ignores missing keys pop_dict_tuple(d, ("a", "b")) pop_dict_set(d, {"a", "b"})

その他の python3-convertertools 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

python3-convertertools のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ バージョン パッケージサイズ インストールサイズ ファイル
amd64 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
arm64 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
armhf 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
i386 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
ppc64el 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
riscv64 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]
s390x 0.6.1-1+b1 42.9 kB292.0 kB [ファイル一覧]