全部搜尋項
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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python3-convertertools

下載可用於所有硬體架構的
硬體架構 版本 套件大小 安裝後大小 檔案
i386 0.6.1-1+b1 42。9 kB292。0 kB [檔案列表]