SPARQLWrapper.KeyCaseInsensitiveDict module

A simple implementation of a key case-insensitive dictionary. ..

Developers involved: * Ivan Herman <http://www.ivan-herman.net> * Sergio Fernández <http://www.wikier.org> * Carlos Tejo Alonso <http://www.dayures.net> * Alexey Zakhlestin <https://indeyets.ru/> Organizations involved: * World Wide Web Consortium * Foundation CTIC :license: W3C® Software notice and license

class SPARQLWrapper.KeyCaseInsensitiveDict.KeyCaseInsensitiveDict(d: Mapping[str, SPARQLWrapper.KeyCaseInsensitiveDict._V] = {})[source]

Bases: Dict[str, SPARQLWrapper.KeyCaseInsensitiveDict._V]

A simple implementation of a key case-insensitive dictionary

__init__(d: Mapping[str, SPARQLWrapper.KeyCaseInsensitiveDict._V] = {}) None[source]
Parameters

d (dict) – The source dictionary.