bunch icon indicating copy to clipboard operation
bunch copied to clipboard

A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).

Results 47 bunch issues
Sort by recently updated
recently updated
newest added

Change tests comparing results with dictionaries as suggested by the doctests documentation: https://docs.python.org/3.5/library/doctest.html#warnings

The method __getattr__ is called as a fallback method for __getattribute__ hence the removed call always fails and is unnecessary.

In the file python3_compat.py this line: `_IS_PYTHON_3 = (platform.version() >= '3')` is not a sufficient method for determing if python 3 is being used. For example on my machine this...

The version check for python is broken. This pull request proposes a fix. I am pasting the output from python running on my macbook. Abhinavs-MacBook-Pro: $ python Python 2.7.10 (default,...

I liked AttrDict. Then AttrDict was too slow. I liked Bunch. Then Bunch was too slow. These two libraries ended up consuming 1/2 and 1/3 of my request time when...

Hi, In Python 3.5.1: Python 3.5.1 (default, May 9 2016, 14:04:33) [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux Type "help", "copyright", "credits" or "license" for more information. > >...

The intent of the _IS_PYTHON_3 test appears to be to check the version of the Python interpreter not the version of the system. If this is the case, then a...

... except if we merge ! see https://github.com/dsc/bunch/network Maybe we should create an organization and try to consolidate our efforts

2.0