Skip to content

issues Search Results · repo:python-rope/rope language:Python

Filter by

363 results
 (76 ms)

363 results

inpython-rope/rope (press backspace or delete to remove)

Describe the bug Rope throws an exception when an f-string has a # before a {variable} when using extract method For example, this is a valid f-string in python: f #{h} However, selecting this block ...
bug
  • rlbr
  • 1
  • Opened 
    on Nov 27, 2024
  • #807

Is your feature request related to a problem? Please describe. Rope creates a folder inside the project folder which I think shouldn t be picked up by version control. Describe the solution you d like ...
  • truh
  • Opened 
    on Nov 21, 2024
  • #806

Describe the bug It seems like that rope doesn t pick up my virtual env and instead use system python when populating autoimport.db Editor information (please complete the following information): - ...
bug
  • c30ra
  • 2
  • Opened 
    on Nov 1, 2024
  • #803

The following code will trigger an AttributeError: source_code = dedent( def foo(l: list): pass ) finder = RawSimilarFinder(source_code) pattern = ${a} print(list(finder.get_matches(pattern))) ...
bug
  • v587su
  • Opened 
    on Oct 24, 2024
  • #802

Describe the bug The following test failures appear to be regressions from Python 3.13.3rc2 to 3.13.3rc3. To Reproduce Steps to reproduce the behavior: $ python3.13 --version Python 3.13.0rc3 $ python3.13 ...
bug
  • musicinmybrain
  • 1
  • Opened 
    on Oct 8, 2024
  • #801

Is your feature request related to a problem? Please describe. Most of the project s public API lacks static type annotations and consequently there is also no py.typed marker that signals to library consumers ...
  • smheidrich
  • Opened 
    on Sep 20, 2024
  • #798

Is your feature request related to a problem? Please describe. As far as I can tell, there are no automatically generated API docs and users are instead advised to have a look at the source code themselves. ...
  • smheidrich
  • 1
  • Opened 
    on Sep 20, 2024
  • #796

Description The docs on refactorings mention a Move class to be found somewhere in the rope.refactor package and suggest the user instantiate it like so: mover = Move(project, resource, offset) But ...
  • smheidrich
  • Opened 
    on Sep 20, 2024
  • #794

How to install Rope ? It is a command line tool or what? I spend 15 minutes on this repo and yet have no idea where to start with it.
  • maparham
  • Opened 
    on Aug 9, 2024
  • #793

I tried to test rope 1.13.0 with Python 3.13.0b2 and one test fail. Here is the log output just for this test: ================================================= test session starts ================================================= ...
bug
  • arkamar
  • 1
  • Opened 
    on Jun 24, 2024
  • #792
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub