Skip to content

pylint-brain plugin to add type inference based on information contained in docstrings

Notifications You must be signed in to change notification settings

noisecapella/docstring-inference

Repository files navigation

About

docstring-inference is a pylint-brain plugin to use type information stored in docstrings for type inference. It aims to support type information within python-skeletons.

Install

Currently this is just a few files which you can drop in astroid/brain/. There are instructions at pylint-brain to set up your own development environment.

Goals

  • Use declared types for inference
  • Warn if declared types confict with inferred types
  • Integrate python-skeletons (maybe another plugin)

About

pylint-brain plugin to add type inference based on information contained in docstrings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages