mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
added tests for PyUtil.addElementToStatementList
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
__author__ = 'ktisha'
|
||||
class <caret>A(object):
|
||||
""" class docstring"""
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def foo(self):
|
||||
self.b = 1
|
||||
Reference in New Issue
Block a user