Name : python2-bunch
| |
Version : 1.0.1
| Vendor : Fedora Project
|
Release : 15.fc29
| Date : 2018-07-15 05:51:51
|
Group : Unspecified
| Source RPM : python-bunch-1.0.1-15.fc29.src.rpm
|
Size : 0.03 MB
| |
Packager : Fedora Project
| |
Summary : Python dictionary with attribute-style access
|
Description :
Bunch is a dictionary that supports attribute-style access, a la JavaScript.
>>> b = Bunch() >>> b.hello = \'world\' >>> b.hello \'world\' >>> b[\'hello\'] += \"!\" >>> b.hello \'world!\' >>> b.foo = Bunch(lol=True) >>> b.foo.lol True >>> b.foo is b[\'foo\'] True
Python 2 version.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/29/Everything/i386/os/Packages/p |