-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
otdm2pydocTemplate.py
73 lines (58 loc) · 1.33 KB
/
otdm2pydocTemplate.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
"""
aaaaaa description of a file
"""
class testClass:
"""
bbbbbbb desc of class after init
"""
def __init__(self, arg1):
# : ccccc
print("init is ...")
#: dddddd
def abcFunc(self, arg2):
return arg2+10
#
# new sectien test
# can we aad somthing in middle?
#
#
"""
-----------------
uuuuuuuuuuuuuuuuuu
"""
string666="aaa"
def UUEEeeaddItAnd(ax,bx):
"""
UUEEueueUtility function for loading multiple #Module#s from a list of Python module and package
names. It combines #find_module(), #iter_package_files() and #parse_python_module() in a
convenient way.
# Arguments
ax: UUEEueuA list of module names to load and parse.
xb: UUEEA list of package names to load and parse.
# Returns
[Int] - UUEEabccc ooo
"""
return ax/bx
def addItAnd(a,b):
"""
Utility function for loading multiple #Module#s from a list of Python module and package
names. It combines #find_module(), #iter_package_files() and #parse_python_module() in a
convenient way.
# Arguments
a: A list of module names to load and parse.
b: A list of package names to load and parse.
# Returns
# [Int] - abccc ooo
"""
return a+b
"""
eeeeeee
"""
def abc():
"""xxxxxx desc of def """
# iiiiiii
print("Hellooooooooooooooooooooooooooooooooooooooooooooooooooooooo World")
# : r r r r
def addToDocTest1():
""" ru ru ru ru **NICE?** """
return 10