class documentation

class Test_UPDATEIFCOPY(_DeprecationTestCase):

View In Hierarchy

v1.14 deprecates creating an array with the UPDATEIFCOPY flag, use WRITEBACKIFCOPY instead
Method test​_npy​_updateifcopy​_deprecation Undocumented

Inherited from _DeprecationTestCase:

Method assert​_deprecated Test if DeprecationWarnings are given and raised.
Method assert​_not​_deprecated Test that warnings are not raised.
Method setup Undocumented
Method teardown Undocumented
Class Variable message Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
def test_npy_updateifcopy_deprecation(self):

Undocumented