ironic/ironic/api
Riccardo Pittau 498ab5224b Use getfullargspec to inspect functions
The getfullargspec [1] function is maintained to provide compatibility
with the deprecatad getargspec [2].

[1] https://docs.python.org/3/library/inspect.html#inspect.getfullargspec
[2] https://docs.python.org/3/library/inspect.html#inspect.getargspec

Change-Id: Ibf78672c15702af43ed2ee1256517b1a1a895120
2020-07-01 17:25:09 +02:00
..
controllers Merge "Allow node vif attach to specify port_uuid or portgroup_uuid" 2020-06-23 10:29:37 +00:00
middleware Encapsulate auth_token middleware 2020-05-15 09:49:54 +12:00
__init__.py Abstract away pecan.request/response 2019-07-16 17:47:13 +02:00
app.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
config.py Fix W504 errors 2018-05-09 06:11:30 -07:00
expose.py Use getfullargspec to inspect functions 2020-07-01 17:25:09 +02:00
functions.py Use getfullargspec to inspect functions 2020-07-01 17:25:09 +02:00
hooks.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
types.py Do all serialization in the expose decorator 2020-05-06 11:20:52 +12:00
wsgi.py Make oslo.i18n an optional dependency 2020-04-02 14:10:21 +02:00