__init__.py 169 B

1234567
  1. """rope IDE tools package
  2. This package contains modules that can be used in IDEs
  3. but do not depend on the UI. So these modules will be used
  4. by `rope.ui` modules.
  5. """