Download this file
14 lines (8 with data), 173 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13 | class Test(object):
def __init__(self):
print "constructor"
def foo(self):
print "Hello"
def bar():
print "bar"
print dir(Test)
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.