mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Not returning a value is the same as returning None. In the event that someone asks ClientManager for an attribute that doesn't exist it should raise AttributeError in the same way as other python objects rather than return an empty value. Change-Id: Id0ee825e6527c831c38e3a671958ded362fb96e1 |
||
|---|---|---|
| .. | ||
| v2_0 | ||
| v3 | ||
| __init__.py | ||
| client.py | ||
| common.py | ||