Skip to main content

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Project description

https://img.shields.io/pypi/v/auxlib.svg https://travis-ci.org/kalefranz/auxlib.svg?branch=develop https://ci.appveyor.com/api/projects/status/epk1egfkid8wyd6r/branch/develop?svg=true https://codecov.io/github/kalefranz/auxlib/coverage.svg?branch=develop Scrutinizer Code Quality Code Climate Issue Count Code issues https://api.codacy.com/project/badge/grade/5195a5ac49fe49c59a4067b420fa76ad

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auxlib-0.0.29.tar.gz (29.5 kB view hashes)

Uploaded Source

Built Distribution

auxlib-0.0.29-py2.py3-none-any.whl (35.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page