comparison: DebugClients/Python/FlexCompleter.py
DebugClients/Python/FlexCompleter.py
- changeset 4543
- 2e6a880670e9
- parent 3670
- f0cb7579c0b4
- child 4563
- 881340f4bd0c
- child 4835
- 371c03e08f7b
equal
deleted
inserted
replaced
250 ret = ret + get_class_members(base) |
250 ret = ret + get_class_members(base) |
251 return ret |
251 return ret |
252 |
252 |
253 # |
253 # |
254 # eflag: FileType = Python2 |
254 # eflag: FileType = Python2 |
|
255 # eflag: noqa = M601, M702, M111 |