Aditya Singh

Results 3 issues of Aditya Singh

…which is not constant. Access to local variables 'result' and 'token_string' was not proper leading to crash which is fixed with this pull request.

Refer to the reproducer and gif below. ``` class Foo: def __init__(self): self.name = "My name" def get_name(self): ''' This is a sample doctring ''' print(self.name) ``` ![Animation](https://github.com/ipython/ipython/assets/56246494/51b0823d-5ea4-4226-8bc7-0f73f9e3e558) As shown,...

tab-completion

It seems like the panel logger default level set to DEBUG. Shouldn't the default level be set to WARNING? Additionally, even though the level is set to DEBUG, it doesn't...