Ticket #7763 (closed: invalid)

Opened 7 years ago

Last modified 5 years ago

Check the method _getHeldObject

Reported by: Gesner Passos Owned by: Martyn Gigg
Priority: major Milestone: Release 3.0
Component: Python Keywords:
Cc: Blocked By:
Blocking: #7690 Tester: Mathieu Doucet

Description (last modified by Gesner Passos) (diff)

Mathieu told me that the method _getHeldObject belongs to the old api. I've checked that it is used many times inside our code, and I'm wondering if we have to deal with it when switching off the old api.

So this ticket is to decide if we have to do anything about the current code where this method is being used.

Change History

comment:1 Changed 7 years ago by Gesner Passos

  • Description modified (diff)

comment:2 Changed 7 years ago by Martyn Gigg

  • Status changed from new to verify
  • Resolution set to invalid

The _getHeldObject actually exists in two unrelated places. The old Python API and in the Qt for handling widgets etc in Python.

My searches seem to suggest the remaining uses of _getHeldObject are either in example scripts that are no longer valid, the MDEvents/scripts ones, and in the Qt layer where they are required.

I'm going to mark this as invalid as I don't think it should hold anything up.

comment:3 Changed 7 years ago by Mathieu Doucet

  • Status changed from verify to verifying
  • Tester set to Mathieu Doucet

comment:4 Changed 7 years ago by Mathieu Doucet

  • Status changed from verifying to closed

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8608

Note: See TracTickets for help on using tickets.