mutable defaults flake8 extension
Project description
flake8-mutable
--------------
[![PyPI version](https://img.shields.io/pypi/v/flake8-mutable.svg)](https://pypi.python.org/pypi/flake8-mutable)
#### Motivation
Python's default arguments are evaluated at definition as opposed to when the function is invoked. This leads to unexpected behavior, as mutations persist between calls. For a more detailed explanation, see [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments).
#### Example
```
def fnc(a, b={}):
pass
foo.py:2:14: M511 - mutable default arg of type Dict
```
#### Installation
```
pip install flake8-mutable
```
#### Changes
##### [1.1.0] 2016-11-26
- Callables
##### [1.0.6] 2016-11-26
- added MANIFEST.in
#### License
[MIT](https://opensource.org/licenses/MIT)
--------------
[![PyPI version](https://img.shields.io/pypi/v/flake8-mutable.svg)](https://pypi.python.org/pypi/flake8-mutable)
#### Motivation
Python's default arguments are evaluated at definition as opposed to when the function is invoked. This leads to unexpected behavior, as mutations persist between calls. For a more detailed explanation, see [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments).
#### Example
```
def fnc(a, b={}):
pass
foo.py:2:14: M511 - mutable default arg of type Dict
```
#### Installation
```
pip install flake8-mutable
```
#### Changes
##### [1.1.0] 2016-11-26
- Callables
##### [1.0.6] 2016-11-26
- added MANIFEST.in
#### License
[MIT](https://opensource.org/licenses/MIT)
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
flake8-mutable-1.2.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file flake8-mutable-1.2.0.tar.gz
.
File metadata
- Download URL: flake8-mutable-1.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee9b77111b867d845177bbc289d87d541445ffcc6029a0c5c65865b42b18c6a6 |
|
MD5 | 5976fbe6c578d8c43ba1a8c372bdc3a5 |
|
BLAKE2b-256 | 976a0fd1d903848fe043c7b6e5283d9def56425754098e69d7683a3ccbbea345 |
File details
Details for the file flake8_mutable-1.2.0-py2-none-any.whl
.
File metadata
- Download URL: flake8_mutable-1.2.0-py2-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38fd9dadcbcda6550a916197bc40ed76908119dabb37fbcca30873666c31d2d5 |
|
MD5 | 63086e2cc1825ce4a78780b71f99b2ff |
|
BLAKE2b-256 | b8e8b0c83d223dc5aa5106f9bb7046f0449fd4c8c30271adbdacf2bd9d647a60 |