Skip to content

Commit

Permalink
Deprecate arraydata()
Browse files Browse the repository at this point in the history
Actually we would need to raise a (more visible) RuntimeWarning, because the
behaviour of arraydata() has already changed, and DeprecationWarnings are
invisible by default... but we are goinrg to remove arraydata() or make it
raise an exception, so this is good enough for now.

See #93
  • Loading branch information
ylep committed Feb 13, 2023
1 parent a4404d7 commit 77347e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaims/src/sip/volume.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ The header contains all meta-data.

%End

SIP_PYOBJECT arraydata() /Factory/;
SIP_PYOBJECT arraydata() /Deprecated,Factory/;
%Docstring
.. note::

Expand Down

0 comments on commit 77347e6

Please sign in to comment.