File: mechanism_driver_supported_extensions-67e1b0b763571ae9.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
features:
  - |
    Add ``supported_extensions`` method to ``MechanismDriver``. This method
    provides an standard API to implement, per mechanism driver, a way to
    filter the supported extensions. By default, this method will return the
    same set of extensions passed.