Pydiction

A special dictionary file of Python modules for use with vim's completion feature
Download

Pydiction Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ryan Kulla
  • Publisher web site:

Pydiction Tags


Pydiction Description

A special dictionary file of Python modules for use with vim's completion feature Pydiction is a special dictionary file of Python libraries for use with vim's completion feature.Pydiction is a program that generates the pydiction file and you can use it to add yourWhen you supply a module name to pydiction.py it will generate the modules contents in 2 forms. The first form will be a list of the modules contents with the module name prefixed such as: module.function1( module.function1( module.nonfunction1 module.nonfunction2 ...The first format is useful when you "import module" and are required to type the module prefix. The second form will be a list of just the module's method names without the module prefix: function1( function2( nonfunction1 nonfunction2 ... The second form is useful when you "from module import functions".Usage: pydiction.py module1 module2.. Requirements: · Python


Pydiction Related Software