Skip to content

Commit 66af5db

Browse files
authored
[create-pull-request] automated change
1 parent 240e13c commit 66af5db

File tree

2 files changed

+1374
-1299
lines changed

2 files changed

+1374
-1299
lines changed

docs/Point.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,78 @@ attributes: x, y
66

77
## Methods
88

9+
10+
### __init__
11+
12+
13+
14+
15+
#### Parameters
16+
name | description | default
17+
--- | --- | ---
18+
self | |
19+
x | | 0
20+
y | | 0
21+
22+
23+
24+
25+
26+
### __str__
27+
28+
29+
30+
31+
#### Parameters
32+
name | description | default
33+
--- | --- | ---
34+
self | |
35+
36+
37+
38+
39+
40+
### __add__
41+
42+
43+
Adds a Point or tuple.
44+
45+
#### Parameters
46+
name | description | default
47+
--- | --- | ---
48+
self | |
49+
other | |
50+
51+
52+
53+
54+
55+
### add_point
56+
57+
58+
Adds a point.
59+
60+
#### Parameters
61+
name | description | default
62+
--- | --- | ---
63+
self | |
64+
other | |
65+
66+
67+
68+
69+
70+
### add_tuple
71+
72+
73+
Adds a tuple.
74+
75+
#### Parameters
76+
name | description | default
77+
--- | --- | ---
78+
self | |
79+
other | |
80+
81+
82+
83+

0 commit comments

Comments
 (0)