
| Key: |
BOO-525
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Arron Washington
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Sample:
class test:
def constructor():
print 'rofl'
self. #Right here.
def grr():
print 'test'
On the commented line, the trailing dot seems to cause the ast information to be cleared complete - outline goes away, no method markers, code completion fails entirely, etc.
|
|
Description
|
Sample:
class test:
def constructor():
print 'rofl'
self. #Right here.
def grr():
print 'test'
On the commented line, the trailing dot seems to cause the ast information to be cleared complete - outline goes away, no method markers, code completion fails entirely, etc. |
Show » |
|