Aditya Singh
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) ```  As shown,...
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...