File tree Expand file tree Collapse file tree 3 files changed +40
-4
lines changed Expand file tree Collapse file tree 3 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 1
1
Async API
2
2
=========
3
3
4
+ .. toctree ::
5
+
4
6
The async API is mostly identical to the sync API.
5
7
6
- .. autoclass :: ahk._async.engine.AsyncAHK
8
+ AsyncFutureResult
9
+ -----------------
10
+
11
+ .. autoclass :: ahk._async.transport.AsyncFutureResult
7
12
:members:
8
13
:undoc-members:
9
14
10
- .. autoclass :: ahk._async.transport.AsyncFutureResult
15
+ AsyncWindow
16
+ -----------
17
+
18
+ .. autoclass :: ahk._async.window.AsyncWindow
19
+ :members:
20
+ :undoc-members:
21
+
22
+
23
+ AsyncAHK
24
+ --------
25
+
26
+ .. autoclass :: ahk._async.engine.AsyncAHK
11
27
:members:
12
28
:undoc-members:
Original file line number Diff line number Diff line change 1
1
Sync API
2
2
========
3
3
4
+ .. toctree ::
5
+
6
+
4
7
The sync API is generated automatically from the async API using ``unasync ``.
5
8
6
9
The sync API is the default API described in most of the README.
7
10
8
- .. autoclass :: ahk._sync.engine.AHK
11
+ FutureResult
12
+ ------------
13
+
14
+ .. autoclass :: ahk._sync.transport.FutureResult
9
15
:members:
10
16
:undoc-members:
11
17
12
- .. autoclass :: ahk._sync.transport.FutureResult
18
+
19
+ Window
20
+ ------
21
+
22
+ .. autoclass :: ahk._sync.window.Window
23
+ :members:
24
+ :undoc-members:
25
+
26
+
27
+ AHK
28
+ ---
29
+
30
+ .. autoclass :: ahk._sync.engine.AHK
13
31
:members:
14
32
:undoc-members:
Original file line number Diff line number Diff line change 39
39
'undoc-members' : True ,
40
40
'special-members' : '__init__' ,
41
41
}
42
+
43
+ always_document_param_types = True
You can’t perform that action at this time.
0 commit comments