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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -