def test(name):
g = []
for i in range(20):
g.append(name)
test("Adam")
When I put cursor after g and press ctrl+alt+u - returns error u'\xc4'. Only when element has at least 3 letters (for example ggg), works ok.
When I put cursor after name and press ctr+alt+u - nothing happens, and there is info: python-tools could not find any results!
I have simple code in Atom:
When I put cursor after g and press ctrl+alt+u - returns error u'\xc4'. Only when element has at least 3 letters (for example ggg), works ok. When I put cursor after name and press ctr+alt+u - nothing happens, and there is info: python-tools could not find any results!