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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -