let s:self = {} function! s:self.decode(str) abort endfunction function! s:self.encode(str) abort endfunction function! SpaceVim#api#data#quopri#get() abort return deepcopy(s:self) endfunction