python - Shortcut or menu options to create a new function in case of undefined variable -


in eclipse pydev, when write function's name doesn't exist yet gets underlined:

enter image description here

is there keyboard shortcut or options in menu create new function same name , same arguments, following?

def get_scale_timeshift(search_id):     '''      ''' 

typically eclipse uses ctrl+1 bring context menu offering mini refactoring solutions line cursor on. includes defining non-existent classes or methods. works liclipse fork of eclipse integrated pydev.

enter image description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -