Searching Python functions etc. with ctags.vdm can be done by selecting
"Symbol recognition pattern" radio button in the language field.
Select Reqular Expressions and enter the following patterns:

For functions:
     Search:	^[ \t]*def[ \t]+([A-Za-z0-9_]+)\(
     Replace:	\1

