This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree 1 file changed +23
-14
lines changed
1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ TChannel
8
8
.. autoclass :: tchannel.TChannel
9
9
:members:
10
10
11
+ .. autoclass :: tchannel.Request
12
+ :members:
13
+
14
+ .. autoclass :: tchannel.Response
15
+
11
16
.. autoclass :: tchannel.schemes.RawArgScheme
12
17
:members:
13
18
@@ -17,14 +22,7 @@ TChannel
17
22
.. autoclass :: tchannel.schemes.ThriftArgScheme
18
23
:members:
19
24
20
- .. autoclass :: tchannel.tornado.RequestDispatcher
21
- :members:
22
-
23
- .. autoclass :: tchannel.tornado.Request
24
- :members:
25
-
26
- .. autoclass :: tchannel.tornado.Response
27
- :members:
25
+ .. autofunction :: tchannel.thrift_request_builder
28
26
29
27
30
28
Exceptions
@@ -34,12 +32,6 @@ Exceptions
34
32
:members:
35
33
36
34
37
- Thrift
38
- ------
39
-
40
- .. automodule :: tchannel.thrift.client
41
- :members:
42
-
43
35
44
36
Synchronous Client
45
37
------------------
@@ -60,3 +52,20 @@ Testing
60
52
This automodule directive intentionally doesn't include :members: because
61
53
the module documentation for it explicitly calls out members that should be
62
54
documented.
55
+
56
+
57
+ Deprecated
58
+ ----------
59
+
60
+ .. autoclass :: tchannel.tornado.TChannel
61
+
62
+ .. autoclass :: tchannel.tornado.Request
63
+ :members:
64
+
65
+ .. autoclass :: tchannel.tornado.Response
66
+ :members:
67
+
68
+ .. automodule :: tchannel.thrift.client
69
+ :members:
70
+
71
+
You can’t perform that action at this time.
0 commit comments