1pub static DB: phf::Map<&'static str, &'static str> = phf::phf_map! {
6 "_abc" => "Module contains faster C implementation of abc.ABCMeta",
7 "_abc._abc_init" => "Internal ABC helper for class set-up. Should be never used outside abc module.",
8 "_abc._abc_instancecheck" => "Internal ABC helper for instance checks. Should be never used outside abc module.",
9 "_abc._abc_register" => "Internal ABC helper for subclasss registration. Should be never used outside abc module.",
10 "_abc._abc_subclasscheck" => "Internal ABC helper for subclasss checks. Should be never used outside abc module.",
11 "_abc._get_dump" => "Internal ABC helper for cache and registry debugging.\n\nReturn shallow copies of registry, of both caches, and\nnegative cache version. Don't call this function directly,\ninstead use ABC._dump_registry() for a nice repr.",
12 "_abc._reset_caches" => "Internal ABC helper to reset both caches of a given class.\n\nShould be only used by refleak.py",
13 "_abc._reset_registry" => "Internal ABC helper to reset registry of a given class.\n\nShould be only used by refleak.py",
14 "_abc.get_cache_token" => "Returns the current ABC cache token.\n\nThe token is an opaque object (supporting equality testing) identifying the\ncurrent version of the ABC cache for virtual subclasses. The token changes\nwith every call to register() on any ABC.",
15 "_ast.AST.__delattr__" => "Implement delattr(self, name).",
16 "_ast.AST.__eq__" => "Return self==value.",
17 "_ast.AST.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
18 "_ast.AST.__ge__" => "Return self>=value.",
19 "_ast.AST.__getattribute__" => "Return getattr(self, name).",
20 "_ast.AST.__getstate__" => "Helper for pickle.",
21 "_ast.AST.__gt__" => "Return self>value.",
22 "_ast.AST.__hash__" => "Return hash(self).",
23 "_ast.AST.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
24 "_ast.AST.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
25 "_ast.AST.__le__" => "Return self<=value.",
26 "_ast.AST.__lt__" => "Return self<value.",
27 "_ast.AST.__ne__" => "Return self!=value.",
28 "_ast.AST.__new__" => "Create and return a new object. See help(type) for accurate signature.",
29 "_ast.AST.__reduce_ex__" => "Helper for pickle.",
30 "_ast.AST.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
31 "_ast.AST.__repr__" => "Return repr(self).",
32 "_ast.AST.__setattr__" => "Implement setattr(self, name, value).",
33 "_ast.AST.__sizeof__" => "Size of object in memory, in bytes.",
34 "_ast.AST.__str__" => "Return str(self).",
35 "_ast.AST.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
36 "_ast.Add" => "Add",
37 "_ast.Add.__delattr__" => "Implement delattr(self, name).",
38 "_ast.Add.__eq__" => "Return self==value.",
39 "_ast.Add.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
40 "_ast.Add.__ge__" => "Return self>=value.",
41 "_ast.Add.__getattribute__" => "Return getattr(self, name).",
42 "_ast.Add.__getstate__" => "Helper for pickle.",
43 "_ast.Add.__gt__" => "Return self>value.",
44 "_ast.Add.__hash__" => "Return hash(self).",
45 "_ast.Add.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
46 "_ast.Add.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
47 "_ast.Add.__le__" => "Return self<=value.",
48 "_ast.Add.__lt__" => "Return self<value.",
49 "_ast.Add.__ne__" => "Return self!=value.",
50 "_ast.Add.__new__" => "Create and return a new object. See help(type) for accurate signature.",
51 "_ast.Add.__reduce_ex__" => "Helper for pickle.",
52 "_ast.Add.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
53 "_ast.Add.__repr__" => "Return repr(self).",
54 "_ast.Add.__setattr__" => "Implement setattr(self, name, value).",
55 "_ast.Add.__sizeof__" => "Size of object in memory, in bytes.",
56 "_ast.Add.__str__" => "Return str(self).",
57 "_ast.Add.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
58 "_ast.Add.__weakref__" => "list of weak references to the object",
59 "_ast.And" => "And",
60 "_ast.And.__delattr__" => "Implement delattr(self, name).",
61 "_ast.And.__eq__" => "Return self==value.",
62 "_ast.And.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
63 "_ast.And.__ge__" => "Return self>=value.",
64 "_ast.And.__getattribute__" => "Return getattr(self, name).",
65 "_ast.And.__getstate__" => "Helper for pickle.",
66 "_ast.And.__gt__" => "Return self>value.",
67 "_ast.And.__hash__" => "Return hash(self).",
68 "_ast.And.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
69 "_ast.And.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
70 "_ast.And.__le__" => "Return self<=value.",
71 "_ast.And.__lt__" => "Return self<value.",
72 "_ast.And.__ne__" => "Return self!=value.",
73 "_ast.And.__new__" => "Create and return a new object. See help(type) for accurate signature.",
74 "_ast.And.__reduce_ex__" => "Helper for pickle.",
75 "_ast.And.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
76 "_ast.And.__repr__" => "Return repr(self).",
77 "_ast.And.__setattr__" => "Implement setattr(self, name, value).",
78 "_ast.And.__sizeof__" => "Size of object in memory, in bytes.",
79 "_ast.And.__str__" => "Return str(self).",
80 "_ast.And.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
81 "_ast.And.__weakref__" => "list of weak references to the object",
82 "_ast.AnnAssign" => "AnnAssign(expr target, expr annotation, expr? value, int simple)",
83 "_ast.AnnAssign.__delattr__" => "Implement delattr(self, name).",
84 "_ast.AnnAssign.__eq__" => "Return self==value.",
85 "_ast.AnnAssign.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
86 "_ast.AnnAssign.__ge__" => "Return self>=value.",
87 "_ast.AnnAssign.__getattribute__" => "Return getattr(self, name).",
88 "_ast.AnnAssign.__getstate__" => "Helper for pickle.",
89 "_ast.AnnAssign.__gt__" => "Return self>value.",
90 "_ast.AnnAssign.__hash__" => "Return hash(self).",
91 "_ast.AnnAssign.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
92 "_ast.AnnAssign.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
93 "_ast.AnnAssign.__le__" => "Return self<=value.",
94 "_ast.AnnAssign.__lt__" => "Return self<value.",
95 "_ast.AnnAssign.__ne__" => "Return self!=value.",
96 "_ast.AnnAssign.__new__" => "Create and return a new object. See help(type) for accurate signature.",
97 "_ast.AnnAssign.__reduce_ex__" => "Helper for pickle.",
98 "_ast.AnnAssign.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
99 "_ast.AnnAssign.__repr__" => "Return repr(self).",
100 "_ast.AnnAssign.__setattr__" => "Implement setattr(self, name, value).",
101 "_ast.AnnAssign.__sizeof__" => "Size of object in memory, in bytes.",
102 "_ast.AnnAssign.__str__" => "Return str(self).",
103 "_ast.AnnAssign.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
104 "_ast.AnnAssign.__weakref__" => "list of weak references to the object",
105 "_ast.Assert" => "Assert(expr test, expr? msg)",
106 "_ast.Assert.__delattr__" => "Implement delattr(self, name).",
107 "_ast.Assert.__eq__" => "Return self==value.",
108 "_ast.Assert.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
109 "_ast.Assert.__ge__" => "Return self>=value.",
110 "_ast.Assert.__getattribute__" => "Return getattr(self, name).",
111 "_ast.Assert.__getstate__" => "Helper for pickle.",
112 "_ast.Assert.__gt__" => "Return self>value.",
113 "_ast.Assert.__hash__" => "Return hash(self).",
114 "_ast.Assert.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
115 "_ast.Assert.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
116 "_ast.Assert.__le__" => "Return self<=value.",
117 "_ast.Assert.__lt__" => "Return self<value.",
118 "_ast.Assert.__ne__" => "Return self!=value.",
119 "_ast.Assert.__new__" => "Create and return a new object. See help(type) for accurate signature.",
120 "_ast.Assert.__reduce_ex__" => "Helper for pickle.",
121 "_ast.Assert.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
122 "_ast.Assert.__repr__" => "Return repr(self).",
123 "_ast.Assert.__setattr__" => "Implement setattr(self, name, value).",
124 "_ast.Assert.__sizeof__" => "Size of object in memory, in bytes.",
125 "_ast.Assert.__str__" => "Return str(self).",
126 "_ast.Assert.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
127 "_ast.Assert.__weakref__" => "list of weak references to the object",
128 "_ast.Assign" => "Assign(expr* targets, expr value, string? type_comment)",
129 "_ast.Assign.__delattr__" => "Implement delattr(self, name).",
130 "_ast.Assign.__eq__" => "Return self==value.",
131 "_ast.Assign.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
132 "_ast.Assign.__ge__" => "Return self>=value.",
133 "_ast.Assign.__getattribute__" => "Return getattr(self, name).",
134 "_ast.Assign.__getstate__" => "Helper for pickle.",
135 "_ast.Assign.__gt__" => "Return self>value.",
136 "_ast.Assign.__hash__" => "Return hash(self).",
137 "_ast.Assign.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
138 "_ast.Assign.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
139 "_ast.Assign.__le__" => "Return self<=value.",
140 "_ast.Assign.__lt__" => "Return self<value.",
141 "_ast.Assign.__ne__" => "Return self!=value.",
142 "_ast.Assign.__new__" => "Create and return a new object. See help(type) for accurate signature.",
143 "_ast.Assign.__reduce_ex__" => "Helper for pickle.",
144 "_ast.Assign.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
145 "_ast.Assign.__repr__" => "Return repr(self).",
146 "_ast.Assign.__setattr__" => "Implement setattr(self, name, value).",
147 "_ast.Assign.__sizeof__" => "Size of object in memory, in bytes.",
148 "_ast.Assign.__str__" => "Return str(self).",
149 "_ast.Assign.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
150 "_ast.Assign.__weakref__" => "list of weak references to the object",
151 "_ast.AsyncFor" => "AsyncFor(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)",
152 "_ast.AsyncFor.__delattr__" => "Implement delattr(self, name).",
153 "_ast.AsyncFor.__eq__" => "Return self==value.",
154 "_ast.AsyncFor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
155 "_ast.AsyncFor.__ge__" => "Return self>=value.",
156 "_ast.AsyncFor.__getattribute__" => "Return getattr(self, name).",
157 "_ast.AsyncFor.__getstate__" => "Helper for pickle.",
158 "_ast.AsyncFor.__gt__" => "Return self>value.",
159 "_ast.AsyncFor.__hash__" => "Return hash(self).",
160 "_ast.AsyncFor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
161 "_ast.AsyncFor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
162 "_ast.AsyncFor.__le__" => "Return self<=value.",
163 "_ast.AsyncFor.__lt__" => "Return self<value.",
164 "_ast.AsyncFor.__ne__" => "Return self!=value.",
165 "_ast.AsyncFor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
166 "_ast.AsyncFor.__reduce_ex__" => "Helper for pickle.",
167 "_ast.AsyncFor.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
168 "_ast.AsyncFor.__repr__" => "Return repr(self).",
169 "_ast.AsyncFor.__setattr__" => "Implement setattr(self, name, value).",
170 "_ast.AsyncFor.__sizeof__" => "Size of object in memory, in bytes.",
171 "_ast.AsyncFor.__str__" => "Return str(self).",
172 "_ast.AsyncFor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
173 "_ast.AsyncFor.__weakref__" => "list of weak references to the object",
174 "_ast.AsyncFunctionDef" => "AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)",
175 "_ast.AsyncFunctionDef.__delattr__" => "Implement delattr(self, name).",
176 "_ast.AsyncFunctionDef.__eq__" => "Return self==value.",
177 "_ast.AsyncFunctionDef.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
178 "_ast.AsyncFunctionDef.__ge__" => "Return self>=value.",
179 "_ast.AsyncFunctionDef.__getattribute__" => "Return getattr(self, name).",
180 "_ast.AsyncFunctionDef.__getstate__" => "Helper for pickle.",
181 "_ast.AsyncFunctionDef.__gt__" => "Return self>value.",
182 "_ast.AsyncFunctionDef.__hash__" => "Return hash(self).",
183 "_ast.AsyncFunctionDef.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
184 "_ast.AsyncFunctionDef.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
185 "_ast.AsyncFunctionDef.__le__" => "Return self<=value.",
186 "_ast.AsyncFunctionDef.__lt__" => "Return self<value.",
187 "_ast.AsyncFunctionDef.__ne__" => "Return self!=value.",
188 "_ast.AsyncFunctionDef.__new__" => "Create and return a new object. See help(type) for accurate signature.",
189 "_ast.AsyncFunctionDef.__reduce_ex__" => "Helper for pickle.",
190 "_ast.AsyncFunctionDef.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
191 "_ast.AsyncFunctionDef.__repr__" => "Return repr(self).",
192 "_ast.AsyncFunctionDef.__setattr__" => "Implement setattr(self, name, value).",
193 "_ast.AsyncFunctionDef.__sizeof__" => "Size of object in memory, in bytes.",
194 "_ast.AsyncFunctionDef.__str__" => "Return str(self).",
195 "_ast.AsyncFunctionDef.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
196 "_ast.AsyncFunctionDef.__weakref__" => "list of weak references to the object",
197 "_ast.AsyncWith" => "AsyncWith(withitem* items, stmt* body, string? type_comment)",
198 "_ast.AsyncWith.__delattr__" => "Implement delattr(self, name).",
199 "_ast.AsyncWith.__eq__" => "Return self==value.",
200 "_ast.AsyncWith.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
201 "_ast.AsyncWith.__ge__" => "Return self>=value.",
202 "_ast.AsyncWith.__getattribute__" => "Return getattr(self, name).",
203 "_ast.AsyncWith.__getstate__" => "Helper for pickle.",
204 "_ast.AsyncWith.__gt__" => "Return self>value.",
205 "_ast.AsyncWith.__hash__" => "Return hash(self).",
206 "_ast.AsyncWith.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
207 "_ast.AsyncWith.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
208 "_ast.AsyncWith.__le__" => "Return self<=value.",
209 "_ast.AsyncWith.__lt__" => "Return self<value.",
210 "_ast.AsyncWith.__ne__" => "Return self!=value.",
211 "_ast.AsyncWith.__new__" => "Create and return a new object. See help(type) for accurate signature.",
212 "_ast.AsyncWith.__reduce_ex__" => "Helper for pickle.",
213 "_ast.AsyncWith.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
214 "_ast.AsyncWith.__repr__" => "Return repr(self).",
215 "_ast.AsyncWith.__setattr__" => "Implement setattr(self, name, value).",
216 "_ast.AsyncWith.__sizeof__" => "Size of object in memory, in bytes.",
217 "_ast.AsyncWith.__str__" => "Return str(self).",
218 "_ast.AsyncWith.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
219 "_ast.AsyncWith.__weakref__" => "list of weak references to the object",
220 "_ast.Attribute" => "Attribute(expr value, identifier attr, expr_context ctx)",
221 "_ast.Attribute.__delattr__" => "Implement delattr(self, name).",
222 "_ast.Attribute.__eq__" => "Return self==value.",
223 "_ast.Attribute.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
224 "_ast.Attribute.__ge__" => "Return self>=value.",
225 "_ast.Attribute.__getattribute__" => "Return getattr(self, name).",
226 "_ast.Attribute.__getstate__" => "Helper for pickle.",
227 "_ast.Attribute.__gt__" => "Return self>value.",
228 "_ast.Attribute.__hash__" => "Return hash(self).",
229 "_ast.Attribute.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
230 "_ast.Attribute.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
231 "_ast.Attribute.__le__" => "Return self<=value.",
232 "_ast.Attribute.__lt__" => "Return self<value.",
233 "_ast.Attribute.__ne__" => "Return self!=value.",
234 "_ast.Attribute.__new__" => "Create and return a new object. See help(type) for accurate signature.",
235 "_ast.Attribute.__reduce_ex__" => "Helper for pickle.",
236 "_ast.Attribute.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
237 "_ast.Attribute.__repr__" => "Return repr(self).",
238 "_ast.Attribute.__setattr__" => "Implement setattr(self, name, value).",
239 "_ast.Attribute.__sizeof__" => "Size of object in memory, in bytes.",
240 "_ast.Attribute.__str__" => "Return str(self).",
241 "_ast.Attribute.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
242 "_ast.Attribute.__weakref__" => "list of weak references to the object",
243 "_ast.AugAssign" => "AugAssign(expr target, operator op, expr value)",
244 "_ast.AugAssign.__delattr__" => "Implement delattr(self, name).",
245 "_ast.AugAssign.__eq__" => "Return self==value.",
246 "_ast.AugAssign.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
247 "_ast.AugAssign.__ge__" => "Return self>=value.",
248 "_ast.AugAssign.__getattribute__" => "Return getattr(self, name).",
249 "_ast.AugAssign.__getstate__" => "Helper for pickle.",
250 "_ast.AugAssign.__gt__" => "Return self>value.",
251 "_ast.AugAssign.__hash__" => "Return hash(self).",
252 "_ast.AugAssign.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
253 "_ast.AugAssign.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
254 "_ast.AugAssign.__le__" => "Return self<=value.",
255 "_ast.AugAssign.__lt__" => "Return self<value.",
256 "_ast.AugAssign.__ne__" => "Return self!=value.",
257 "_ast.AugAssign.__new__" => "Create and return a new object. See help(type) for accurate signature.",
258 "_ast.AugAssign.__reduce_ex__" => "Helper for pickle.",
259 "_ast.AugAssign.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
260 "_ast.AugAssign.__repr__" => "Return repr(self).",
261 "_ast.AugAssign.__setattr__" => "Implement setattr(self, name, value).",
262 "_ast.AugAssign.__sizeof__" => "Size of object in memory, in bytes.",
263 "_ast.AugAssign.__str__" => "Return str(self).",
264 "_ast.AugAssign.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
265 "_ast.AugAssign.__weakref__" => "list of weak references to the object",
266 "_ast.Await" => "Await(expr value)",
267 "_ast.Await.__delattr__" => "Implement delattr(self, name).",
268 "_ast.Await.__eq__" => "Return self==value.",
269 "_ast.Await.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
270 "_ast.Await.__ge__" => "Return self>=value.",
271 "_ast.Await.__getattribute__" => "Return getattr(self, name).",
272 "_ast.Await.__getstate__" => "Helper for pickle.",
273 "_ast.Await.__gt__" => "Return self>value.",
274 "_ast.Await.__hash__" => "Return hash(self).",
275 "_ast.Await.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
276 "_ast.Await.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
277 "_ast.Await.__le__" => "Return self<=value.",
278 "_ast.Await.__lt__" => "Return self<value.",
279 "_ast.Await.__ne__" => "Return self!=value.",
280 "_ast.Await.__new__" => "Create and return a new object. See help(type) for accurate signature.",
281 "_ast.Await.__reduce_ex__" => "Helper for pickle.",
282 "_ast.Await.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
283 "_ast.Await.__repr__" => "Return repr(self).",
284 "_ast.Await.__setattr__" => "Implement setattr(self, name, value).",
285 "_ast.Await.__sizeof__" => "Size of object in memory, in bytes.",
286 "_ast.Await.__str__" => "Return str(self).",
287 "_ast.Await.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
288 "_ast.Await.__weakref__" => "list of weak references to the object",
289 "_ast.BinOp" => "BinOp(expr left, operator op, expr right)",
290 "_ast.BinOp.__delattr__" => "Implement delattr(self, name).",
291 "_ast.BinOp.__eq__" => "Return self==value.",
292 "_ast.BinOp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
293 "_ast.BinOp.__ge__" => "Return self>=value.",
294 "_ast.BinOp.__getattribute__" => "Return getattr(self, name).",
295 "_ast.BinOp.__getstate__" => "Helper for pickle.",
296 "_ast.BinOp.__gt__" => "Return self>value.",
297 "_ast.BinOp.__hash__" => "Return hash(self).",
298 "_ast.BinOp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
299 "_ast.BinOp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
300 "_ast.BinOp.__le__" => "Return self<=value.",
301 "_ast.BinOp.__lt__" => "Return self<value.",
302 "_ast.BinOp.__ne__" => "Return self!=value.",
303 "_ast.BinOp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
304 "_ast.BinOp.__reduce_ex__" => "Helper for pickle.",
305 "_ast.BinOp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
306 "_ast.BinOp.__repr__" => "Return repr(self).",
307 "_ast.BinOp.__setattr__" => "Implement setattr(self, name, value).",
308 "_ast.BinOp.__sizeof__" => "Size of object in memory, in bytes.",
309 "_ast.BinOp.__str__" => "Return str(self).",
310 "_ast.BinOp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
311 "_ast.BinOp.__weakref__" => "list of weak references to the object",
312 "_ast.BitAnd" => "BitAnd",
313 "_ast.BitAnd.__delattr__" => "Implement delattr(self, name).",
314 "_ast.BitAnd.__eq__" => "Return self==value.",
315 "_ast.BitAnd.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
316 "_ast.BitAnd.__ge__" => "Return self>=value.",
317 "_ast.BitAnd.__getattribute__" => "Return getattr(self, name).",
318 "_ast.BitAnd.__getstate__" => "Helper for pickle.",
319 "_ast.BitAnd.__gt__" => "Return self>value.",
320 "_ast.BitAnd.__hash__" => "Return hash(self).",
321 "_ast.BitAnd.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
322 "_ast.BitAnd.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
323 "_ast.BitAnd.__le__" => "Return self<=value.",
324 "_ast.BitAnd.__lt__" => "Return self<value.",
325 "_ast.BitAnd.__ne__" => "Return self!=value.",
326 "_ast.BitAnd.__new__" => "Create and return a new object. See help(type) for accurate signature.",
327 "_ast.BitAnd.__reduce_ex__" => "Helper for pickle.",
328 "_ast.BitAnd.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
329 "_ast.BitAnd.__repr__" => "Return repr(self).",
330 "_ast.BitAnd.__setattr__" => "Implement setattr(self, name, value).",
331 "_ast.BitAnd.__sizeof__" => "Size of object in memory, in bytes.",
332 "_ast.BitAnd.__str__" => "Return str(self).",
333 "_ast.BitAnd.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
334 "_ast.BitAnd.__weakref__" => "list of weak references to the object",
335 "_ast.BitOr" => "BitOr",
336 "_ast.BitOr.__delattr__" => "Implement delattr(self, name).",
337 "_ast.BitOr.__eq__" => "Return self==value.",
338 "_ast.BitOr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
339 "_ast.BitOr.__ge__" => "Return self>=value.",
340 "_ast.BitOr.__getattribute__" => "Return getattr(self, name).",
341 "_ast.BitOr.__getstate__" => "Helper for pickle.",
342 "_ast.BitOr.__gt__" => "Return self>value.",
343 "_ast.BitOr.__hash__" => "Return hash(self).",
344 "_ast.BitOr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
345 "_ast.BitOr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
346 "_ast.BitOr.__le__" => "Return self<=value.",
347 "_ast.BitOr.__lt__" => "Return self<value.",
348 "_ast.BitOr.__ne__" => "Return self!=value.",
349 "_ast.BitOr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
350 "_ast.BitOr.__reduce_ex__" => "Helper for pickle.",
351 "_ast.BitOr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
352 "_ast.BitOr.__repr__" => "Return repr(self).",
353 "_ast.BitOr.__setattr__" => "Implement setattr(self, name, value).",
354 "_ast.BitOr.__sizeof__" => "Size of object in memory, in bytes.",
355 "_ast.BitOr.__str__" => "Return str(self).",
356 "_ast.BitOr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
357 "_ast.BitOr.__weakref__" => "list of weak references to the object",
358 "_ast.BitXor" => "BitXor",
359 "_ast.BitXor.__delattr__" => "Implement delattr(self, name).",
360 "_ast.BitXor.__eq__" => "Return self==value.",
361 "_ast.BitXor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
362 "_ast.BitXor.__ge__" => "Return self>=value.",
363 "_ast.BitXor.__getattribute__" => "Return getattr(self, name).",
364 "_ast.BitXor.__getstate__" => "Helper for pickle.",
365 "_ast.BitXor.__gt__" => "Return self>value.",
366 "_ast.BitXor.__hash__" => "Return hash(self).",
367 "_ast.BitXor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
368 "_ast.BitXor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
369 "_ast.BitXor.__le__" => "Return self<=value.",
370 "_ast.BitXor.__lt__" => "Return self<value.",
371 "_ast.BitXor.__ne__" => "Return self!=value.",
372 "_ast.BitXor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
373 "_ast.BitXor.__reduce_ex__" => "Helper for pickle.",
374 "_ast.BitXor.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
375 "_ast.BitXor.__repr__" => "Return repr(self).",
376 "_ast.BitXor.__setattr__" => "Implement setattr(self, name, value).",
377 "_ast.BitXor.__sizeof__" => "Size of object in memory, in bytes.",
378 "_ast.BitXor.__str__" => "Return str(self).",
379 "_ast.BitXor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
380 "_ast.BitXor.__weakref__" => "list of weak references to the object",
381 "_ast.BoolOp" => "BoolOp(boolop op, expr* values)",
382 "_ast.BoolOp.__delattr__" => "Implement delattr(self, name).",
383 "_ast.BoolOp.__eq__" => "Return self==value.",
384 "_ast.BoolOp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
385 "_ast.BoolOp.__ge__" => "Return self>=value.",
386 "_ast.BoolOp.__getattribute__" => "Return getattr(self, name).",
387 "_ast.BoolOp.__getstate__" => "Helper for pickle.",
388 "_ast.BoolOp.__gt__" => "Return self>value.",
389 "_ast.BoolOp.__hash__" => "Return hash(self).",
390 "_ast.BoolOp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
391 "_ast.BoolOp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
392 "_ast.BoolOp.__le__" => "Return self<=value.",
393 "_ast.BoolOp.__lt__" => "Return self<value.",
394 "_ast.BoolOp.__ne__" => "Return self!=value.",
395 "_ast.BoolOp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
396 "_ast.BoolOp.__reduce_ex__" => "Helper for pickle.",
397 "_ast.BoolOp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
398 "_ast.BoolOp.__repr__" => "Return repr(self).",
399 "_ast.BoolOp.__setattr__" => "Implement setattr(self, name, value).",
400 "_ast.BoolOp.__sizeof__" => "Size of object in memory, in bytes.",
401 "_ast.BoolOp.__str__" => "Return str(self).",
402 "_ast.BoolOp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
403 "_ast.BoolOp.__weakref__" => "list of weak references to the object",
404 "_ast.Break" => "Break",
405 "_ast.Break.__delattr__" => "Implement delattr(self, name).",
406 "_ast.Break.__eq__" => "Return self==value.",
407 "_ast.Break.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
408 "_ast.Break.__ge__" => "Return self>=value.",
409 "_ast.Break.__getattribute__" => "Return getattr(self, name).",
410 "_ast.Break.__getstate__" => "Helper for pickle.",
411 "_ast.Break.__gt__" => "Return self>value.",
412 "_ast.Break.__hash__" => "Return hash(self).",
413 "_ast.Break.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
414 "_ast.Break.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
415 "_ast.Break.__le__" => "Return self<=value.",
416 "_ast.Break.__lt__" => "Return self<value.",
417 "_ast.Break.__ne__" => "Return self!=value.",
418 "_ast.Break.__new__" => "Create and return a new object. See help(type) for accurate signature.",
419 "_ast.Break.__reduce_ex__" => "Helper for pickle.",
420 "_ast.Break.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
421 "_ast.Break.__repr__" => "Return repr(self).",
422 "_ast.Break.__setattr__" => "Implement setattr(self, name, value).",
423 "_ast.Break.__sizeof__" => "Size of object in memory, in bytes.",
424 "_ast.Break.__str__" => "Return str(self).",
425 "_ast.Break.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
426 "_ast.Break.__weakref__" => "list of weak references to the object",
427 "_ast.Call" => "Call(expr func, expr* args, keyword* keywords)",
428 "_ast.Call.__delattr__" => "Implement delattr(self, name).",
429 "_ast.Call.__eq__" => "Return self==value.",
430 "_ast.Call.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
431 "_ast.Call.__ge__" => "Return self>=value.",
432 "_ast.Call.__getattribute__" => "Return getattr(self, name).",
433 "_ast.Call.__getstate__" => "Helper for pickle.",
434 "_ast.Call.__gt__" => "Return self>value.",
435 "_ast.Call.__hash__" => "Return hash(self).",
436 "_ast.Call.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
437 "_ast.Call.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
438 "_ast.Call.__le__" => "Return self<=value.",
439 "_ast.Call.__lt__" => "Return self<value.",
440 "_ast.Call.__ne__" => "Return self!=value.",
441 "_ast.Call.__new__" => "Create and return a new object. See help(type) for accurate signature.",
442 "_ast.Call.__reduce_ex__" => "Helper for pickle.",
443 "_ast.Call.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
444 "_ast.Call.__repr__" => "Return repr(self).",
445 "_ast.Call.__setattr__" => "Implement setattr(self, name, value).",
446 "_ast.Call.__sizeof__" => "Size of object in memory, in bytes.",
447 "_ast.Call.__str__" => "Return str(self).",
448 "_ast.Call.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
449 "_ast.Call.__weakref__" => "list of weak references to the object",
450 "_ast.ClassDef" => "ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list, type_param* type_params)",
451 "_ast.ClassDef.__delattr__" => "Implement delattr(self, name).",
452 "_ast.ClassDef.__eq__" => "Return self==value.",
453 "_ast.ClassDef.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
454 "_ast.ClassDef.__ge__" => "Return self>=value.",
455 "_ast.ClassDef.__getattribute__" => "Return getattr(self, name).",
456 "_ast.ClassDef.__getstate__" => "Helper for pickle.",
457 "_ast.ClassDef.__gt__" => "Return self>value.",
458 "_ast.ClassDef.__hash__" => "Return hash(self).",
459 "_ast.ClassDef.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
460 "_ast.ClassDef.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
461 "_ast.ClassDef.__le__" => "Return self<=value.",
462 "_ast.ClassDef.__lt__" => "Return self<value.",
463 "_ast.ClassDef.__ne__" => "Return self!=value.",
464 "_ast.ClassDef.__new__" => "Create and return a new object. See help(type) for accurate signature.",
465 "_ast.ClassDef.__reduce_ex__" => "Helper for pickle.",
466 "_ast.ClassDef.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
467 "_ast.ClassDef.__repr__" => "Return repr(self).",
468 "_ast.ClassDef.__setattr__" => "Implement setattr(self, name, value).",
469 "_ast.ClassDef.__sizeof__" => "Size of object in memory, in bytes.",
470 "_ast.ClassDef.__str__" => "Return str(self).",
471 "_ast.ClassDef.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
472 "_ast.ClassDef.__weakref__" => "list of weak references to the object",
473 "_ast.Compare" => "Compare(expr left, cmpop* ops, expr* comparators)",
474 "_ast.Compare.__delattr__" => "Implement delattr(self, name).",
475 "_ast.Compare.__eq__" => "Return self==value.",
476 "_ast.Compare.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
477 "_ast.Compare.__ge__" => "Return self>=value.",
478 "_ast.Compare.__getattribute__" => "Return getattr(self, name).",
479 "_ast.Compare.__getstate__" => "Helper for pickle.",
480 "_ast.Compare.__gt__" => "Return self>value.",
481 "_ast.Compare.__hash__" => "Return hash(self).",
482 "_ast.Compare.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
483 "_ast.Compare.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
484 "_ast.Compare.__le__" => "Return self<=value.",
485 "_ast.Compare.__lt__" => "Return self<value.",
486 "_ast.Compare.__ne__" => "Return self!=value.",
487 "_ast.Compare.__new__" => "Create and return a new object. See help(type) for accurate signature.",
488 "_ast.Compare.__reduce_ex__" => "Helper for pickle.",
489 "_ast.Compare.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
490 "_ast.Compare.__repr__" => "Return repr(self).",
491 "_ast.Compare.__setattr__" => "Implement setattr(self, name, value).",
492 "_ast.Compare.__sizeof__" => "Size of object in memory, in bytes.",
493 "_ast.Compare.__str__" => "Return str(self).",
494 "_ast.Compare.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
495 "_ast.Compare.__weakref__" => "list of weak references to the object",
496 "_ast.Constant" => "Constant(constant value, string? kind)",
497 "_ast.Constant.__delattr__" => "Implement delattr(self, name).",
498 "_ast.Constant.__eq__" => "Return self==value.",
499 "_ast.Constant.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
500 "_ast.Constant.__ge__" => "Return self>=value.",
501 "_ast.Constant.__getattribute__" => "Return getattr(self, name).",
502 "_ast.Constant.__getstate__" => "Helper for pickle.",
503 "_ast.Constant.__gt__" => "Return self>value.",
504 "_ast.Constant.__hash__" => "Return hash(self).",
505 "_ast.Constant.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
506 "_ast.Constant.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
507 "_ast.Constant.__le__" => "Return self<=value.",
508 "_ast.Constant.__lt__" => "Return self<value.",
509 "_ast.Constant.__ne__" => "Return self!=value.",
510 "_ast.Constant.__new__" => "Create and return a new object. See help(type) for accurate signature.",
511 "_ast.Constant.__reduce_ex__" => "Helper for pickle.",
512 "_ast.Constant.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
513 "_ast.Constant.__repr__" => "Return repr(self).",
514 "_ast.Constant.__setattr__" => "Implement setattr(self, name, value).",
515 "_ast.Constant.__sizeof__" => "Size of object in memory, in bytes.",
516 "_ast.Constant.__str__" => "Return str(self).",
517 "_ast.Constant.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
518 "_ast.Constant.__weakref__" => "list of weak references to the object",
519 "_ast.Continue" => "Continue",
520 "_ast.Continue.__delattr__" => "Implement delattr(self, name).",
521 "_ast.Continue.__eq__" => "Return self==value.",
522 "_ast.Continue.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
523 "_ast.Continue.__ge__" => "Return self>=value.",
524 "_ast.Continue.__getattribute__" => "Return getattr(self, name).",
525 "_ast.Continue.__getstate__" => "Helper for pickle.",
526 "_ast.Continue.__gt__" => "Return self>value.",
527 "_ast.Continue.__hash__" => "Return hash(self).",
528 "_ast.Continue.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
529 "_ast.Continue.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
530 "_ast.Continue.__le__" => "Return self<=value.",
531 "_ast.Continue.__lt__" => "Return self<value.",
532 "_ast.Continue.__ne__" => "Return self!=value.",
533 "_ast.Continue.__new__" => "Create and return a new object. See help(type) for accurate signature.",
534 "_ast.Continue.__reduce_ex__" => "Helper for pickle.",
535 "_ast.Continue.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
536 "_ast.Continue.__repr__" => "Return repr(self).",
537 "_ast.Continue.__setattr__" => "Implement setattr(self, name, value).",
538 "_ast.Continue.__sizeof__" => "Size of object in memory, in bytes.",
539 "_ast.Continue.__str__" => "Return str(self).",
540 "_ast.Continue.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
541 "_ast.Continue.__weakref__" => "list of weak references to the object",
542 "_ast.Del" => "Del",
543 "_ast.Del.__delattr__" => "Implement delattr(self, name).",
544 "_ast.Del.__eq__" => "Return self==value.",
545 "_ast.Del.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
546 "_ast.Del.__ge__" => "Return self>=value.",
547 "_ast.Del.__getattribute__" => "Return getattr(self, name).",
548 "_ast.Del.__getstate__" => "Helper for pickle.",
549 "_ast.Del.__gt__" => "Return self>value.",
550 "_ast.Del.__hash__" => "Return hash(self).",
551 "_ast.Del.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
552 "_ast.Del.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
553 "_ast.Del.__le__" => "Return self<=value.",
554 "_ast.Del.__lt__" => "Return self<value.",
555 "_ast.Del.__ne__" => "Return self!=value.",
556 "_ast.Del.__new__" => "Create and return a new object. See help(type) for accurate signature.",
557 "_ast.Del.__reduce_ex__" => "Helper for pickle.",
558 "_ast.Del.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
559 "_ast.Del.__repr__" => "Return repr(self).",
560 "_ast.Del.__setattr__" => "Implement setattr(self, name, value).",
561 "_ast.Del.__sizeof__" => "Size of object in memory, in bytes.",
562 "_ast.Del.__str__" => "Return str(self).",
563 "_ast.Del.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
564 "_ast.Del.__weakref__" => "list of weak references to the object",
565 "_ast.Delete" => "Delete(expr* targets)",
566 "_ast.Delete.__delattr__" => "Implement delattr(self, name).",
567 "_ast.Delete.__eq__" => "Return self==value.",
568 "_ast.Delete.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
569 "_ast.Delete.__ge__" => "Return self>=value.",
570 "_ast.Delete.__getattribute__" => "Return getattr(self, name).",
571 "_ast.Delete.__getstate__" => "Helper for pickle.",
572 "_ast.Delete.__gt__" => "Return self>value.",
573 "_ast.Delete.__hash__" => "Return hash(self).",
574 "_ast.Delete.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
575 "_ast.Delete.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
576 "_ast.Delete.__le__" => "Return self<=value.",
577 "_ast.Delete.__lt__" => "Return self<value.",
578 "_ast.Delete.__ne__" => "Return self!=value.",
579 "_ast.Delete.__new__" => "Create and return a new object. See help(type) for accurate signature.",
580 "_ast.Delete.__reduce_ex__" => "Helper for pickle.",
581 "_ast.Delete.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
582 "_ast.Delete.__repr__" => "Return repr(self).",
583 "_ast.Delete.__setattr__" => "Implement setattr(self, name, value).",
584 "_ast.Delete.__sizeof__" => "Size of object in memory, in bytes.",
585 "_ast.Delete.__str__" => "Return str(self).",
586 "_ast.Delete.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
587 "_ast.Delete.__weakref__" => "list of weak references to the object",
588 "_ast.Dict" => "Dict(expr?* keys, expr* values)",
589 "_ast.Dict.__delattr__" => "Implement delattr(self, name).",
590 "_ast.Dict.__eq__" => "Return self==value.",
591 "_ast.Dict.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
592 "_ast.Dict.__ge__" => "Return self>=value.",
593 "_ast.Dict.__getattribute__" => "Return getattr(self, name).",
594 "_ast.Dict.__getstate__" => "Helper for pickle.",
595 "_ast.Dict.__gt__" => "Return self>value.",
596 "_ast.Dict.__hash__" => "Return hash(self).",
597 "_ast.Dict.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
598 "_ast.Dict.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
599 "_ast.Dict.__le__" => "Return self<=value.",
600 "_ast.Dict.__lt__" => "Return self<value.",
601 "_ast.Dict.__ne__" => "Return self!=value.",
602 "_ast.Dict.__new__" => "Create and return a new object. See help(type) for accurate signature.",
603 "_ast.Dict.__reduce_ex__" => "Helper for pickle.",
604 "_ast.Dict.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
605 "_ast.Dict.__repr__" => "Return repr(self).",
606 "_ast.Dict.__setattr__" => "Implement setattr(self, name, value).",
607 "_ast.Dict.__sizeof__" => "Size of object in memory, in bytes.",
608 "_ast.Dict.__str__" => "Return str(self).",
609 "_ast.Dict.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
610 "_ast.Dict.__weakref__" => "list of weak references to the object",
611 "_ast.DictComp" => "DictComp(expr key, expr value, comprehension* generators)",
612 "_ast.DictComp.__delattr__" => "Implement delattr(self, name).",
613 "_ast.DictComp.__eq__" => "Return self==value.",
614 "_ast.DictComp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
615 "_ast.DictComp.__ge__" => "Return self>=value.",
616 "_ast.DictComp.__getattribute__" => "Return getattr(self, name).",
617 "_ast.DictComp.__getstate__" => "Helper for pickle.",
618 "_ast.DictComp.__gt__" => "Return self>value.",
619 "_ast.DictComp.__hash__" => "Return hash(self).",
620 "_ast.DictComp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
621 "_ast.DictComp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
622 "_ast.DictComp.__le__" => "Return self<=value.",
623 "_ast.DictComp.__lt__" => "Return self<value.",
624 "_ast.DictComp.__ne__" => "Return self!=value.",
625 "_ast.DictComp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
626 "_ast.DictComp.__reduce_ex__" => "Helper for pickle.",
627 "_ast.DictComp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
628 "_ast.DictComp.__repr__" => "Return repr(self).",
629 "_ast.DictComp.__setattr__" => "Implement setattr(self, name, value).",
630 "_ast.DictComp.__sizeof__" => "Size of object in memory, in bytes.",
631 "_ast.DictComp.__str__" => "Return str(self).",
632 "_ast.DictComp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
633 "_ast.DictComp.__weakref__" => "list of weak references to the object",
634 "_ast.Div" => "Div",
635 "_ast.Div.__delattr__" => "Implement delattr(self, name).",
636 "_ast.Div.__eq__" => "Return self==value.",
637 "_ast.Div.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
638 "_ast.Div.__ge__" => "Return self>=value.",
639 "_ast.Div.__getattribute__" => "Return getattr(self, name).",
640 "_ast.Div.__getstate__" => "Helper for pickle.",
641 "_ast.Div.__gt__" => "Return self>value.",
642 "_ast.Div.__hash__" => "Return hash(self).",
643 "_ast.Div.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
644 "_ast.Div.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
645 "_ast.Div.__le__" => "Return self<=value.",
646 "_ast.Div.__lt__" => "Return self<value.",
647 "_ast.Div.__ne__" => "Return self!=value.",
648 "_ast.Div.__new__" => "Create and return a new object. See help(type) for accurate signature.",
649 "_ast.Div.__reduce_ex__" => "Helper for pickle.",
650 "_ast.Div.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
651 "_ast.Div.__repr__" => "Return repr(self).",
652 "_ast.Div.__setattr__" => "Implement setattr(self, name, value).",
653 "_ast.Div.__sizeof__" => "Size of object in memory, in bytes.",
654 "_ast.Div.__str__" => "Return str(self).",
655 "_ast.Div.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
656 "_ast.Div.__weakref__" => "list of weak references to the object",
657 "_ast.Eq" => "Eq",
658 "_ast.Eq.__delattr__" => "Implement delattr(self, name).",
659 "_ast.Eq.__eq__" => "Return self==value.",
660 "_ast.Eq.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
661 "_ast.Eq.__ge__" => "Return self>=value.",
662 "_ast.Eq.__getattribute__" => "Return getattr(self, name).",
663 "_ast.Eq.__getstate__" => "Helper for pickle.",
664 "_ast.Eq.__gt__" => "Return self>value.",
665 "_ast.Eq.__hash__" => "Return hash(self).",
666 "_ast.Eq.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
667 "_ast.Eq.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
668 "_ast.Eq.__le__" => "Return self<=value.",
669 "_ast.Eq.__lt__" => "Return self<value.",
670 "_ast.Eq.__ne__" => "Return self!=value.",
671 "_ast.Eq.__new__" => "Create and return a new object. See help(type) for accurate signature.",
672 "_ast.Eq.__reduce_ex__" => "Helper for pickle.",
673 "_ast.Eq.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
674 "_ast.Eq.__repr__" => "Return repr(self).",
675 "_ast.Eq.__setattr__" => "Implement setattr(self, name, value).",
676 "_ast.Eq.__sizeof__" => "Size of object in memory, in bytes.",
677 "_ast.Eq.__str__" => "Return str(self).",
678 "_ast.Eq.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
679 "_ast.Eq.__weakref__" => "list of weak references to the object",
680 "_ast.ExceptHandler" => "ExceptHandler(expr? type, identifier? name, stmt* body)",
681 "_ast.ExceptHandler.__delattr__" => "Implement delattr(self, name).",
682 "_ast.ExceptHandler.__eq__" => "Return self==value.",
683 "_ast.ExceptHandler.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
684 "_ast.ExceptHandler.__ge__" => "Return self>=value.",
685 "_ast.ExceptHandler.__getattribute__" => "Return getattr(self, name).",
686 "_ast.ExceptHandler.__getstate__" => "Helper for pickle.",
687 "_ast.ExceptHandler.__gt__" => "Return self>value.",
688 "_ast.ExceptHandler.__hash__" => "Return hash(self).",
689 "_ast.ExceptHandler.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
690 "_ast.ExceptHandler.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
691 "_ast.ExceptHandler.__le__" => "Return self<=value.",
692 "_ast.ExceptHandler.__lt__" => "Return self<value.",
693 "_ast.ExceptHandler.__ne__" => "Return self!=value.",
694 "_ast.ExceptHandler.__new__" => "Create and return a new object. See help(type) for accurate signature.",
695 "_ast.ExceptHandler.__reduce_ex__" => "Helper for pickle.",
696 "_ast.ExceptHandler.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
697 "_ast.ExceptHandler.__repr__" => "Return repr(self).",
698 "_ast.ExceptHandler.__setattr__" => "Implement setattr(self, name, value).",
699 "_ast.ExceptHandler.__sizeof__" => "Size of object in memory, in bytes.",
700 "_ast.ExceptHandler.__str__" => "Return str(self).",
701 "_ast.ExceptHandler.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
702 "_ast.ExceptHandler.__weakref__" => "list of weak references to the object",
703 "_ast.Expr" => "Expr(expr value)",
704 "_ast.Expr.__delattr__" => "Implement delattr(self, name).",
705 "_ast.Expr.__eq__" => "Return self==value.",
706 "_ast.Expr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
707 "_ast.Expr.__ge__" => "Return self>=value.",
708 "_ast.Expr.__getattribute__" => "Return getattr(self, name).",
709 "_ast.Expr.__getstate__" => "Helper for pickle.",
710 "_ast.Expr.__gt__" => "Return self>value.",
711 "_ast.Expr.__hash__" => "Return hash(self).",
712 "_ast.Expr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
713 "_ast.Expr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
714 "_ast.Expr.__le__" => "Return self<=value.",
715 "_ast.Expr.__lt__" => "Return self<value.",
716 "_ast.Expr.__ne__" => "Return self!=value.",
717 "_ast.Expr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
718 "_ast.Expr.__reduce_ex__" => "Helper for pickle.",
719 "_ast.Expr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
720 "_ast.Expr.__repr__" => "Return repr(self).",
721 "_ast.Expr.__setattr__" => "Implement setattr(self, name, value).",
722 "_ast.Expr.__sizeof__" => "Size of object in memory, in bytes.",
723 "_ast.Expr.__str__" => "Return str(self).",
724 "_ast.Expr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
725 "_ast.Expr.__weakref__" => "list of weak references to the object",
726 "_ast.Expression" => "Expression(expr body)",
727 "_ast.Expression.__delattr__" => "Implement delattr(self, name).",
728 "_ast.Expression.__eq__" => "Return self==value.",
729 "_ast.Expression.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
730 "_ast.Expression.__ge__" => "Return self>=value.",
731 "_ast.Expression.__getattribute__" => "Return getattr(self, name).",
732 "_ast.Expression.__getstate__" => "Helper for pickle.",
733 "_ast.Expression.__gt__" => "Return self>value.",
734 "_ast.Expression.__hash__" => "Return hash(self).",
735 "_ast.Expression.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
736 "_ast.Expression.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
737 "_ast.Expression.__le__" => "Return self<=value.",
738 "_ast.Expression.__lt__" => "Return self<value.",
739 "_ast.Expression.__ne__" => "Return self!=value.",
740 "_ast.Expression.__new__" => "Create and return a new object. See help(type) for accurate signature.",
741 "_ast.Expression.__reduce_ex__" => "Helper for pickle.",
742 "_ast.Expression.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
743 "_ast.Expression.__repr__" => "Return repr(self).",
744 "_ast.Expression.__setattr__" => "Implement setattr(self, name, value).",
745 "_ast.Expression.__sizeof__" => "Size of object in memory, in bytes.",
746 "_ast.Expression.__str__" => "Return str(self).",
747 "_ast.Expression.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
748 "_ast.Expression.__weakref__" => "list of weak references to the object",
749 "_ast.FloorDiv" => "FloorDiv",
750 "_ast.FloorDiv.__delattr__" => "Implement delattr(self, name).",
751 "_ast.FloorDiv.__eq__" => "Return self==value.",
752 "_ast.FloorDiv.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
753 "_ast.FloorDiv.__ge__" => "Return self>=value.",
754 "_ast.FloorDiv.__getattribute__" => "Return getattr(self, name).",
755 "_ast.FloorDiv.__getstate__" => "Helper for pickle.",
756 "_ast.FloorDiv.__gt__" => "Return self>value.",
757 "_ast.FloorDiv.__hash__" => "Return hash(self).",
758 "_ast.FloorDiv.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
759 "_ast.FloorDiv.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
760 "_ast.FloorDiv.__le__" => "Return self<=value.",
761 "_ast.FloorDiv.__lt__" => "Return self<value.",
762 "_ast.FloorDiv.__ne__" => "Return self!=value.",
763 "_ast.FloorDiv.__new__" => "Create and return a new object. See help(type) for accurate signature.",
764 "_ast.FloorDiv.__reduce_ex__" => "Helper for pickle.",
765 "_ast.FloorDiv.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
766 "_ast.FloorDiv.__repr__" => "Return repr(self).",
767 "_ast.FloorDiv.__setattr__" => "Implement setattr(self, name, value).",
768 "_ast.FloorDiv.__sizeof__" => "Size of object in memory, in bytes.",
769 "_ast.FloorDiv.__str__" => "Return str(self).",
770 "_ast.FloorDiv.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
771 "_ast.FloorDiv.__weakref__" => "list of weak references to the object",
772 "_ast.For" => "For(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)",
773 "_ast.For.__delattr__" => "Implement delattr(self, name).",
774 "_ast.For.__eq__" => "Return self==value.",
775 "_ast.For.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
776 "_ast.For.__ge__" => "Return self>=value.",
777 "_ast.For.__getattribute__" => "Return getattr(self, name).",
778 "_ast.For.__getstate__" => "Helper for pickle.",
779 "_ast.For.__gt__" => "Return self>value.",
780 "_ast.For.__hash__" => "Return hash(self).",
781 "_ast.For.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
782 "_ast.For.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
783 "_ast.For.__le__" => "Return self<=value.",
784 "_ast.For.__lt__" => "Return self<value.",
785 "_ast.For.__ne__" => "Return self!=value.",
786 "_ast.For.__new__" => "Create and return a new object. See help(type) for accurate signature.",
787 "_ast.For.__reduce_ex__" => "Helper for pickle.",
788 "_ast.For.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
789 "_ast.For.__repr__" => "Return repr(self).",
790 "_ast.For.__setattr__" => "Implement setattr(self, name, value).",
791 "_ast.For.__sizeof__" => "Size of object in memory, in bytes.",
792 "_ast.For.__str__" => "Return str(self).",
793 "_ast.For.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
794 "_ast.For.__weakref__" => "list of weak references to the object",
795 "_ast.FormattedValue" => "FormattedValue(expr value, int conversion, expr? format_spec)",
796 "_ast.FormattedValue.__delattr__" => "Implement delattr(self, name).",
797 "_ast.FormattedValue.__eq__" => "Return self==value.",
798 "_ast.FormattedValue.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
799 "_ast.FormattedValue.__ge__" => "Return self>=value.",
800 "_ast.FormattedValue.__getattribute__" => "Return getattr(self, name).",
801 "_ast.FormattedValue.__getstate__" => "Helper for pickle.",
802 "_ast.FormattedValue.__gt__" => "Return self>value.",
803 "_ast.FormattedValue.__hash__" => "Return hash(self).",
804 "_ast.FormattedValue.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
805 "_ast.FormattedValue.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
806 "_ast.FormattedValue.__le__" => "Return self<=value.",
807 "_ast.FormattedValue.__lt__" => "Return self<value.",
808 "_ast.FormattedValue.__ne__" => "Return self!=value.",
809 "_ast.FormattedValue.__new__" => "Create and return a new object. See help(type) for accurate signature.",
810 "_ast.FormattedValue.__reduce_ex__" => "Helper for pickle.",
811 "_ast.FormattedValue.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
812 "_ast.FormattedValue.__repr__" => "Return repr(self).",
813 "_ast.FormattedValue.__setattr__" => "Implement setattr(self, name, value).",
814 "_ast.FormattedValue.__sizeof__" => "Size of object in memory, in bytes.",
815 "_ast.FormattedValue.__str__" => "Return str(self).",
816 "_ast.FormattedValue.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
817 "_ast.FormattedValue.__weakref__" => "list of weak references to the object",
818 "_ast.FunctionDef" => "FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)",
819 "_ast.FunctionDef.__delattr__" => "Implement delattr(self, name).",
820 "_ast.FunctionDef.__eq__" => "Return self==value.",
821 "_ast.FunctionDef.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
822 "_ast.FunctionDef.__ge__" => "Return self>=value.",
823 "_ast.FunctionDef.__getattribute__" => "Return getattr(self, name).",
824 "_ast.FunctionDef.__getstate__" => "Helper for pickle.",
825 "_ast.FunctionDef.__gt__" => "Return self>value.",
826 "_ast.FunctionDef.__hash__" => "Return hash(self).",
827 "_ast.FunctionDef.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
828 "_ast.FunctionDef.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
829 "_ast.FunctionDef.__le__" => "Return self<=value.",
830 "_ast.FunctionDef.__lt__" => "Return self<value.",
831 "_ast.FunctionDef.__ne__" => "Return self!=value.",
832 "_ast.FunctionDef.__new__" => "Create and return a new object. See help(type) for accurate signature.",
833 "_ast.FunctionDef.__reduce_ex__" => "Helper for pickle.",
834 "_ast.FunctionDef.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
835 "_ast.FunctionDef.__repr__" => "Return repr(self).",
836 "_ast.FunctionDef.__setattr__" => "Implement setattr(self, name, value).",
837 "_ast.FunctionDef.__sizeof__" => "Size of object in memory, in bytes.",
838 "_ast.FunctionDef.__str__" => "Return str(self).",
839 "_ast.FunctionDef.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
840 "_ast.FunctionDef.__weakref__" => "list of weak references to the object",
841 "_ast.FunctionType" => "FunctionType(expr* argtypes, expr returns)",
842 "_ast.FunctionType.__delattr__" => "Implement delattr(self, name).",
843 "_ast.FunctionType.__eq__" => "Return self==value.",
844 "_ast.FunctionType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
845 "_ast.FunctionType.__ge__" => "Return self>=value.",
846 "_ast.FunctionType.__getattribute__" => "Return getattr(self, name).",
847 "_ast.FunctionType.__getstate__" => "Helper for pickle.",
848 "_ast.FunctionType.__gt__" => "Return self>value.",
849 "_ast.FunctionType.__hash__" => "Return hash(self).",
850 "_ast.FunctionType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
851 "_ast.FunctionType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
852 "_ast.FunctionType.__le__" => "Return self<=value.",
853 "_ast.FunctionType.__lt__" => "Return self<value.",
854 "_ast.FunctionType.__ne__" => "Return self!=value.",
855 "_ast.FunctionType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
856 "_ast.FunctionType.__reduce_ex__" => "Helper for pickle.",
857 "_ast.FunctionType.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
858 "_ast.FunctionType.__repr__" => "Return repr(self).",
859 "_ast.FunctionType.__setattr__" => "Implement setattr(self, name, value).",
860 "_ast.FunctionType.__sizeof__" => "Size of object in memory, in bytes.",
861 "_ast.FunctionType.__str__" => "Return str(self).",
862 "_ast.FunctionType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
863 "_ast.FunctionType.__weakref__" => "list of weak references to the object",
864 "_ast.GeneratorExp" => "GeneratorExp(expr elt, comprehension* generators)",
865 "_ast.GeneratorExp.__delattr__" => "Implement delattr(self, name).",
866 "_ast.GeneratorExp.__eq__" => "Return self==value.",
867 "_ast.GeneratorExp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
868 "_ast.GeneratorExp.__ge__" => "Return self>=value.",
869 "_ast.GeneratorExp.__getattribute__" => "Return getattr(self, name).",
870 "_ast.GeneratorExp.__getstate__" => "Helper for pickle.",
871 "_ast.GeneratorExp.__gt__" => "Return self>value.",
872 "_ast.GeneratorExp.__hash__" => "Return hash(self).",
873 "_ast.GeneratorExp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
874 "_ast.GeneratorExp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
875 "_ast.GeneratorExp.__le__" => "Return self<=value.",
876 "_ast.GeneratorExp.__lt__" => "Return self<value.",
877 "_ast.GeneratorExp.__ne__" => "Return self!=value.",
878 "_ast.GeneratorExp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
879 "_ast.GeneratorExp.__reduce_ex__" => "Helper for pickle.",
880 "_ast.GeneratorExp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
881 "_ast.GeneratorExp.__repr__" => "Return repr(self).",
882 "_ast.GeneratorExp.__setattr__" => "Implement setattr(self, name, value).",
883 "_ast.GeneratorExp.__sizeof__" => "Size of object in memory, in bytes.",
884 "_ast.GeneratorExp.__str__" => "Return str(self).",
885 "_ast.GeneratorExp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
886 "_ast.GeneratorExp.__weakref__" => "list of weak references to the object",
887 "_ast.Global" => "Global(identifier* names)",
888 "_ast.Global.__delattr__" => "Implement delattr(self, name).",
889 "_ast.Global.__eq__" => "Return self==value.",
890 "_ast.Global.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
891 "_ast.Global.__ge__" => "Return self>=value.",
892 "_ast.Global.__getattribute__" => "Return getattr(self, name).",
893 "_ast.Global.__getstate__" => "Helper for pickle.",
894 "_ast.Global.__gt__" => "Return self>value.",
895 "_ast.Global.__hash__" => "Return hash(self).",
896 "_ast.Global.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
897 "_ast.Global.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
898 "_ast.Global.__le__" => "Return self<=value.",
899 "_ast.Global.__lt__" => "Return self<value.",
900 "_ast.Global.__ne__" => "Return self!=value.",
901 "_ast.Global.__new__" => "Create and return a new object. See help(type) for accurate signature.",
902 "_ast.Global.__reduce_ex__" => "Helper for pickle.",
903 "_ast.Global.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
904 "_ast.Global.__repr__" => "Return repr(self).",
905 "_ast.Global.__setattr__" => "Implement setattr(self, name, value).",
906 "_ast.Global.__sizeof__" => "Size of object in memory, in bytes.",
907 "_ast.Global.__str__" => "Return str(self).",
908 "_ast.Global.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
909 "_ast.Global.__weakref__" => "list of weak references to the object",
910 "_ast.Gt" => "Gt",
911 "_ast.Gt.__delattr__" => "Implement delattr(self, name).",
912 "_ast.Gt.__eq__" => "Return self==value.",
913 "_ast.Gt.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
914 "_ast.Gt.__ge__" => "Return self>=value.",
915 "_ast.Gt.__getattribute__" => "Return getattr(self, name).",
916 "_ast.Gt.__getstate__" => "Helper for pickle.",
917 "_ast.Gt.__gt__" => "Return self>value.",
918 "_ast.Gt.__hash__" => "Return hash(self).",
919 "_ast.Gt.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
920 "_ast.Gt.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
921 "_ast.Gt.__le__" => "Return self<=value.",
922 "_ast.Gt.__lt__" => "Return self<value.",
923 "_ast.Gt.__ne__" => "Return self!=value.",
924 "_ast.Gt.__new__" => "Create and return a new object. See help(type) for accurate signature.",
925 "_ast.Gt.__reduce_ex__" => "Helper for pickle.",
926 "_ast.Gt.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
927 "_ast.Gt.__repr__" => "Return repr(self).",
928 "_ast.Gt.__setattr__" => "Implement setattr(self, name, value).",
929 "_ast.Gt.__sizeof__" => "Size of object in memory, in bytes.",
930 "_ast.Gt.__str__" => "Return str(self).",
931 "_ast.Gt.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
932 "_ast.Gt.__weakref__" => "list of weak references to the object",
933 "_ast.GtE" => "GtE",
934 "_ast.GtE.__delattr__" => "Implement delattr(self, name).",
935 "_ast.GtE.__eq__" => "Return self==value.",
936 "_ast.GtE.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
937 "_ast.GtE.__ge__" => "Return self>=value.",
938 "_ast.GtE.__getattribute__" => "Return getattr(self, name).",
939 "_ast.GtE.__getstate__" => "Helper for pickle.",
940 "_ast.GtE.__gt__" => "Return self>value.",
941 "_ast.GtE.__hash__" => "Return hash(self).",
942 "_ast.GtE.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
943 "_ast.GtE.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
944 "_ast.GtE.__le__" => "Return self<=value.",
945 "_ast.GtE.__lt__" => "Return self<value.",
946 "_ast.GtE.__ne__" => "Return self!=value.",
947 "_ast.GtE.__new__" => "Create and return a new object. See help(type) for accurate signature.",
948 "_ast.GtE.__reduce_ex__" => "Helper for pickle.",
949 "_ast.GtE.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
950 "_ast.GtE.__repr__" => "Return repr(self).",
951 "_ast.GtE.__setattr__" => "Implement setattr(self, name, value).",
952 "_ast.GtE.__sizeof__" => "Size of object in memory, in bytes.",
953 "_ast.GtE.__str__" => "Return str(self).",
954 "_ast.GtE.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
955 "_ast.GtE.__weakref__" => "list of weak references to the object",
956 "_ast.If" => "If(expr test, stmt* body, stmt* orelse)",
957 "_ast.If.__delattr__" => "Implement delattr(self, name).",
958 "_ast.If.__eq__" => "Return self==value.",
959 "_ast.If.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
960 "_ast.If.__ge__" => "Return self>=value.",
961 "_ast.If.__getattribute__" => "Return getattr(self, name).",
962 "_ast.If.__getstate__" => "Helper for pickle.",
963 "_ast.If.__gt__" => "Return self>value.",
964 "_ast.If.__hash__" => "Return hash(self).",
965 "_ast.If.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
966 "_ast.If.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
967 "_ast.If.__le__" => "Return self<=value.",
968 "_ast.If.__lt__" => "Return self<value.",
969 "_ast.If.__ne__" => "Return self!=value.",
970 "_ast.If.__new__" => "Create and return a new object. See help(type) for accurate signature.",
971 "_ast.If.__reduce_ex__" => "Helper for pickle.",
972 "_ast.If.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
973 "_ast.If.__repr__" => "Return repr(self).",
974 "_ast.If.__setattr__" => "Implement setattr(self, name, value).",
975 "_ast.If.__sizeof__" => "Size of object in memory, in bytes.",
976 "_ast.If.__str__" => "Return str(self).",
977 "_ast.If.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
978 "_ast.If.__weakref__" => "list of weak references to the object",
979 "_ast.IfExp" => "IfExp(expr test, expr body, expr orelse)",
980 "_ast.IfExp.__delattr__" => "Implement delattr(self, name).",
981 "_ast.IfExp.__eq__" => "Return self==value.",
982 "_ast.IfExp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
983 "_ast.IfExp.__ge__" => "Return self>=value.",
984 "_ast.IfExp.__getattribute__" => "Return getattr(self, name).",
985 "_ast.IfExp.__getstate__" => "Helper for pickle.",
986 "_ast.IfExp.__gt__" => "Return self>value.",
987 "_ast.IfExp.__hash__" => "Return hash(self).",
988 "_ast.IfExp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
989 "_ast.IfExp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
990 "_ast.IfExp.__le__" => "Return self<=value.",
991 "_ast.IfExp.__lt__" => "Return self<value.",
992 "_ast.IfExp.__ne__" => "Return self!=value.",
993 "_ast.IfExp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
994 "_ast.IfExp.__reduce_ex__" => "Helper for pickle.",
995 "_ast.IfExp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
996 "_ast.IfExp.__repr__" => "Return repr(self).",
997 "_ast.IfExp.__setattr__" => "Implement setattr(self, name, value).",
998 "_ast.IfExp.__sizeof__" => "Size of object in memory, in bytes.",
999 "_ast.IfExp.__str__" => "Return str(self).",
1000 "_ast.IfExp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1001 "_ast.IfExp.__weakref__" => "list of weak references to the object",
1002 "_ast.Import" => "Import(alias* names)",
1003 "_ast.Import.__delattr__" => "Implement delattr(self, name).",
1004 "_ast.Import.__eq__" => "Return self==value.",
1005 "_ast.Import.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1006 "_ast.Import.__ge__" => "Return self>=value.",
1007 "_ast.Import.__getattribute__" => "Return getattr(self, name).",
1008 "_ast.Import.__getstate__" => "Helper for pickle.",
1009 "_ast.Import.__gt__" => "Return self>value.",
1010 "_ast.Import.__hash__" => "Return hash(self).",
1011 "_ast.Import.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1012 "_ast.Import.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1013 "_ast.Import.__le__" => "Return self<=value.",
1014 "_ast.Import.__lt__" => "Return self<value.",
1015 "_ast.Import.__ne__" => "Return self!=value.",
1016 "_ast.Import.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1017 "_ast.Import.__reduce_ex__" => "Helper for pickle.",
1018 "_ast.Import.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1019 "_ast.Import.__repr__" => "Return repr(self).",
1020 "_ast.Import.__setattr__" => "Implement setattr(self, name, value).",
1021 "_ast.Import.__sizeof__" => "Size of object in memory, in bytes.",
1022 "_ast.Import.__str__" => "Return str(self).",
1023 "_ast.Import.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1024 "_ast.Import.__weakref__" => "list of weak references to the object",
1025 "_ast.ImportFrom" => "ImportFrom(identifier? module, alias* names, int? level)",
1026 "_ast.ImportFrom.__delattr__" => "Implement delattr(self, name).",
1027 "_ast.ImportFrom.__eq__" => "Return self==value.",
1028 "_ast.ImportFrom.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1029 "_ast.ImportFrom.__ge__" => "Return self>=value.",
1030 "_ast.ImportFrom.__getattribute__" => "Return getattr(self, name).",
1031 "_ast.ImportFrom.__getstate__" => "Helper for pickle.",
1032 "_ast.ImportFrom.__gt__" => "Return self>value.",
1033 "_ast.ImportFrom.__hash__" => "Return hash(self).",
1034 "_ast.ImportFrom.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1035 "_ast.ImportFrom.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1036 "_ast.ImportFrom.__le__" => "Return self<=value.",
1037 "_ast.ImportFrom.__lt__" => "Return self<value.",
1038 "_ast.ImportFrom.__ne__" => "Return self!=value.",
1039 "_ast.ImportFrom.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1040 "_ast.ImportFrom.__reduce_ex__" => "Helper for pickle.",
1041 "_ast.ImportFrom.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1042 "_ast.ImportFrom.__repr__" => "Return repr(self).",
1043 "_ast.ImportFrom.__setattr__" => "Implement setattr(self, name, value).",
1044 "_ast.ImportFrom.__sizeof__" => "Size of object in memory, in bytes.",
1045 "_ast.ImportFrom.__str__" => "Return str(self).",
1046 "_ast.ImportFrom.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1047 "_ast.ImportFrom.__weakref__" => "list of weak references to the object",
1048 "_ast.In" => "In",
1049 "_ast.In.__delattr__" => "Implement delattr(self, name).",
1050 "_ast.In.__eq__" => "Return self==value.",
1051 "_ast.In.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1052 "_ast.In.__ge__" => "Return self>=value.",
1053 "_ast.In.__getattribute__" => "Return getattr(self, name).",
1054 "_ast.In.__getstate__" => "Helper for pickle.",
1055 "_ast.In.__gt__" => "Return self>value.",
1056 "_ast.In.__hash__" => "Return hash(self).",
1057 "_ast.In.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1058 "_ast.In.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1059 "_ast.In.__le__" => "Return self<=value.",
1060 "_ast.In.__lt__" => "Return self<value.",
1061 "_ast.In.__ne__" => "Return self!=value.",
1062 "_ast.In.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1063 "_ast.In.__reduce_ex__" => "Helper for pickle.",
1064 "_ast.In.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1065 "_ast.In.__repr__" => "Return repr(self).",
1066 "_ast.In.__setattr__" => "Implement setattr(self, name, value).",
1067 "_ast.In.__sizeof__" => "Size of object in memory, in bytes.",
1068 "_ast.In.__str__" => "Return str(self).",
1069 "_ast.In.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1070 "_ast.In.__weakref__" => "list of weak references to the object",
1071 "_ast.Interactive" => "Interactive(stmt* body)",
1072 "_ast.Interactive.__delattr__" => "Implement delattr(self, name).",
1073 "_ast.Interactive.__eq__" => "Return self==value.",
1074 "_ast.Interactive.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1075 "_ast.Interactive.__ge__" => "Return self>=value.",
1076 "_ast.Interactive.__getattribute__" => "Return getattr(self, name).",
1077 "_ast.Interactive.__getstate__" => "Helper for pickle.",
1078 "_ast.Interactive.__gt__" => "Return self>value.",
1079 "_ast.Interactive.__hash__" => "Return hash(self).",
1080 "_ast.Interactive.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1081 "_ast.Interactive.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1082 "_ast.Interactive.__le__" => "Return self<=value.",
1083 "_ast.Interactive.__lt__" => "Return self<value.",
1084 "_ast.Interactive.__ne__" => "Return self!=value.",
1085 "_ast.Interactive.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1086 "_ast.Interactive.__reduce_ex__" => "Helper for pickle.",
1087 "_ast.Interactive.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1088 "_ast.Interactive.__repr__" => "Return repr(self).",
1089 "_ast.Interactive.__setattr__" => "Implement setattr(self, name, value).",
1090 "_ast.Interactive.__sizeof__" => "Size of object in memory, in bytes.",
1091 "_ast.Interactive.__str__" => "Return str(self).",
1092 "_ast.Interactive.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1093 "_ast.Interactive.__weakref__" => "list of weak references to the object",
1094 "_ast.Interpolation" => "Interpolation(expr value, constant str, int conversion, expr? format_spec)",
1095 "_ast.Interpolation.__delattr__" => "Implement delattr(self, name).",
1096 "_ast.Interpolation.__eq__" => "Return self==value.",
1097 "_ast.Interpolation.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1098 "_ast.Interpolation.__ge__" => "Return self>=value.",
1099 "_ast.Interpolation.__getattribute__" => "Return getattr(self, name).",
1100 "_ast.Interpolation.__getstate__" => "Helper for pickle.",
1101 "_ast.Interpolation.__gt__" => "Return self>value.",
1102 "_ast.Interpolation.__hash__" => "Return hash(self).",
1103 "_ast.Interpolation.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1104 "_ast.Interpolation.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1105 "_ast.Interpolation.__le__" => "Return self<=value.",
1106 "_ast.Interpolation.__lt__" => "Return self<value.",
1107 "_ast.Interpolation.__ne__" => "Return self!=value.",
1108 "_ast.Interpolation.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1109 "_ast.Interpolation.__reduce_ex__" => "Helper for pickle.",
1110 "_ast.Interpolation.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1111 "_ast.Interpolation.__repr__" => "Return repr(self).",
1112 "_ast.Interpolation.__setattr__" => "Implement setattr(self, name, value).",
1113 "_ast.Interpolation.__sizeof__" => "Size of object in memory, in bytes.",
1114 "_ast.Interpolation.__str__" => "Return str(self).",
1115 "_ast.Interpolation.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1116 "_ast.Interpolation.__weakref__" => "list of weak references to the object",
1117 "_ast.Invert" => "Invert",
1118 "_ast.Invert.__delattr__" => "Implement delattr(self, name).",
1119 "_ast.Invert.__eq__" => "Return self==value.",
1120 "_ast.Invert.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1121 "_ast.Invert.__ge__" => "Return self>=value.",
1122 "_ast.Invert.__getattribute__" => "Return getattr(self, name).",
1123 "_ast.Invert.__getstate__" => "Helper for pickle.",
1124 "_ast.Invert.__gt__" => "Return self>value.",
1125 "_ast.Invert.__hash__" => "Return hash(self).",
1126 "_ast.Invert.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1127 "_ast.Invert.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1128 "_ast.Invert.__le__" => "Return self<=value.",
1129 "_ast.Invert.__lt__" => "Return self<value.",
1130 "_ast.Invert.__ne__" => "Return self!=value.",
1131 "_ast.Invert.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1132 "_ast.Invert.__reduce_ex__" => "Helper for pickle.",
1133 "_ast.Invert.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1134 "_ast.Invert.__repr__" => "Return repr(self).",
1135 "_ast.Invert.__setattr__" => "Implement setattr(self, name, value).",
1136 "_ast.Invert.__sizeof__" => "Size of object in memory, in bytes.",
1137 "_ast.Invert.__str__" => "Return str(self).",
1138 "_ast.Invert.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1139 "_ast.Invert.__weakref__" => "list of weak references to the object",
1140 "_ast.Is" => "Is",
1141 "_ast.Is.__delattr__" => "Implement delattr(self, name).",
1142 "_ast.Is.__eq__" => "Return self==value.",
1143 "_ast.Is.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1144 "_ast.Is.__ge__" => "Return self>=value.",
1145 "_ast.Is.__getattribute__" => "Return getattr(self, name).",
1146 "_ast.Is.__getstate__" => "Helper for pickle.",
1147 "_ast.Is.__gt__" => "Return self>value.",
1148 "_ast.Is.__hash__" => "Return hash(self).",
1149 "_ast.Is.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1150 "_ast.Is.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1151 "_ast.Is.__le__" => "Return self<=value.",
1152 "_ast.Is.__lt__" => "Return self<value.",
1153 "_ast.Is.__ne__" => "Return self!=value.",
1154 "_ast.Is.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1155 "_ast.Is.__reduce_ex__" => "Helper for pickle.",
1156 "_ast.Is.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1157 "_ast.Is.__repr__" => "Return repr(self).",
1158 "_ast.Is.__setattr__" => "Implement setattr(self, name, value).",
1159 "_ast.Is.__sizeof__" => "Size of object in memory, in bytes.",
1160 "_ast.Is.__str__" => "Return str(self).",
1161 "_ast.Is.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1162 "_ast.Is.__weakref__" => "list of weak references to the object",
1163 "_ast.IsNot" => "IsNot",
1164 "_ast.IsNot.__delattr__" => "Implement delattr(self, name).",
1165 "_ast.IsNot.__eq__" => "Return self==value.",
1166 "_ast.IsNot.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1167 "_ast.IsNot.__ge__" => "Return self>=value.",
1168 "_ast.IsNot.__getattribute__" => "Return getattr(self, name).",
1169 "_ast.IsNot.__getstate__" => "Helper for pickle.",
1170 "_ast.IsNot.__gt__" => "Return self>value.",
1171 "_ast.IsNot.__hash__" => "Return hash(self).",
1172 "_ast.IsNot.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1173 "_ast.IsNot.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1174 "_ast.IsNot.__le__" => "Return self<=value.",
1175 "_ast.IsNot.__lt__" => "Return self<value.",
1176 "_ast.IsNot.__ne__" => "Return self!=value.",
1177 "_ast.IsNot.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1178 "_ast.IsNot.__reduce_ex__" => "Helper for pickle.",
1179 "_ast.IsNot.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1180 "_ast.IsNot.__repr__" => "Return repr(self).",
1181 "_ast.IsNot.__setattr__" => "Implement setattr(self, name, value).",
1182 "_ast.IsNot.__sizeof__" => "Size of object in memory, in bytes.",
1183 "_ast.IsNot.__str__" => "Return str(self).",
1184 "_ast.IsNot.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1185 "_ast.IsNot.__weakref__" => "list of weak references to the object",
1186 "_ast.JoinedStr" => "JoinedStr(expr* values)",
1187 "_ast.JoinedStr.__delattr__" => "Implement delattr(self, name).",
1188 "_ast.JoinedStr.__eq__" => "Return self==value.",
1189 "_ast.JoinedStr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1190 "_ast.JoinedStr.__ge__" => "Return self>=value.",
1191 "_ast.JoinedStr.__getattribute__" => "Return getattr(self, name).",
1192 "_ast.JoinedStr.__getstate__" => "Helper for pickle.",
1193 "_ast.JoinedStr.__gt__" => "Return self>value.",
1194 "_ast.JoinedStr.__hash__" => "Return hash(self).",
1195 "_ast.JoinedStr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1196 "_ast.JoinedStr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1197 "_ast.JoinedStr.__le__" => "Return self<=value.",
1198 "_ast.JoinedStr.__lt__" => "Return self<value.",
1199 "_ast.JoinedStr.__ne__" => "Return self!=value.",
1200 "_ast.JoinedStr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1201 "_ast.JoinedStr.__reduce_ex__" => "Helper for pickle.",
1202 "_ast.JoinedStr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1203 "_ast.JoinedStr.__repr__" => "Return repr(self).",
1204 "_ast.JoinedStr.__setattr__" => "Implement setattr(self, name, value).",
1205 "_ast.JoinedStr.__sizeof__" => "Size of object in memory, in bytes.",
1206 "_ast.JoinedStr.__str__" => "Return str(self).",
1207 "_ast.JoinedStr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1208 "_ast.JoinedStr.__weakref__" => "list of weak references to the object",
1209 "_ast.LShift" => "LShift",
1210 "_ast.LShift.__delattr__" => "Implement delattr(self, name).",
1211 "_ast.LShift.__eq__" => "Return self==value.",
1212 "_ast.LShift.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1213 "_ast.LShift.__ge__" => "Return self>=value.",
1214 "_ast.LShift.__getattribute__" => "Return getattr(self, name).",
1215 "_ast.LShift.__getstate__" => "Helper for pickle.",
1216 "_ast.LShift.__gt__" => "Return self>value.",
1217 "_ast.LShift.__hash__" => "Return hash(self).",
1218 "_ast.LShift.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1219 "_ast.LShift.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1220 "_ast.LShift.__le__" => "Return self<=value.",
1221 "_ast.LShift.__lt__" => "Return self<value.",
1222 "_ast.LShift.__ne__" => "Return self!=value.",
1223 "_ast.LShift.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1224 "_ast.LShift.__reduce_ex__" => "Helper for pickle.",
1225 "_ast.LShift.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1226 "_ast.LShift.__repr__" => "Return repr(self).",
1227 "_ast.LShift.__setattr__" => "Implement setattr(self, name, value).",
1228 "_ast.LShift.__sizeof__" => "Size of object in memory, in bytes.",
1229 "_ast.LShift.__str__" => "Return str(self).",
1230 "_ast.LShift.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1231 "_ast.LShift.__weakref__" => "list of weak references to the object",
1232 "_ast.Lambda" => "Lambda(arguments args, expr body)",
1233 "_ast.Lambda.__delattr__" => "Implement delattr(self, name).",
1234 "_ast.Lambda.__eq__" => "Return self==value.",
1235 "_ast.Lambda.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1236 "_ast.Lambda.__ge__" => "Return self>=value.",
1237 "_ast.Lambda.__getattribute__" => "Return getattr(self, name).",
1238 "_ast.Lambda.__getstate__" => "Helper for pickle.",
1239 "_ast.Lambda.__gt__" => "Return self>value.",
1240 "_ast.Lambda.__hash__" => "Return hash(self).",
1241 "_ast.Lambda.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1242 "_ast.Lambda.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1243 "_ast.Lambda.__le__" => "Return self<=value.",
1244 "_ast.Lambda.__lt__" => "Return self<value.",
1245 "_ast.Lambda.__ne__" => "Return self!=value.",
1246 "_ast.Lambda.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1247 "_ast.Lambda.__reduce_ex__" => "Helper for pickle.",
1248 "_ast.Lambda.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1249 "_ast.Lambda.__repr__" => "Return repr(self).",
1250 "_ast.Lambda.__setattr__" => "Implement setattr(self, name, value).",
1251 "_ast.Lambda.__sizeof__" => "Size of object in memory, in bytes.",
1252 "_ast.Lambda.__str__" => "Return str(self).",
1253 "_ast.Lambda.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1254 "_ast.Lambda.__weakref__" => "list of weak references to the object",
1255 "_ast.List" => "List(expr* elts, expr_context ctx)",
1256 "_ast.List.__delattr__" => "Implement delattr(self, name).",
1257 "_ast.List.__eq__" => "Return self==value.",
1258 "_ast.List.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1259 "_ast.List.__ge__" => "Return self>=value.",
1260 "_ast.List.__getattribute__" => "Return getattr(self, name).",
1261 "_ast.List.__getstate__" => "Helper for pickle.",
1262 "_ast.List.__gt__" => "Return self>value.",
1263 "_ast.List.__hash__" => "Return hash(self).",
1264 "_ast.List.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1265 "_ast.List.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1266 "_ast.List.__le__" => "Return self<=value.",
1267 "_ast.List.__lt__" => "Return self<value.",
1268 "_ast.List.__ne__" => "Return self!=value.",
1269 "_ast.List.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1270 "_ast.List.__reduce_ex__" => "Helper for pickle.",
1271 "_ast.List.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1272 "_ast.List.__repr__" => "Return repr(self).",
1273 "_ast.List.__setattr__" => "Implement setattr(self, name, value).",
1274 "_ast.List.__sizeof__" => "Size of object in memory, in bytes.",
1275 "_ast.List.__str__" => "Return str(self).",
1276 "_ast.List.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1277 "_ast.List.__weakref__" => "list of weak references to the object",
1278 "_ast.ListComp" => "ListComp(expr elt, comprehension* generators)",
1279 "_ast.ListComp.__delattr__" => "Implement delattr(self, name).",
1280 "_ast.ListComp.__eq__" => "Return self==value.",
1281 "_ast.ListComp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1282 "_ast.ListComp.__ge__" => "Return self>=value.",
1283 "_ast.ListComp.__getattribute__" => "Return getattr(self, name).",
1284 "_ast.ListComp.__getstate__" => "Helper for pickle.",
1285 "_ast.ListComp.__gt__" => "Return self>value.",
1286 "_ast.ListComp.__hash__" => "Return hash(self).",
1287 "_ast.ListComp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1288 "_ast.ListComp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1289 "_ast.ListComp.__le__" => "Return self<=value.",
1290 "_ast.ListComp.__lt__" => "Return self<value.",
1291 "_ast.ListComp.__ne__" => "Return self!=value.",
1292 "_ast.ListComp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1293 "_ast.ListComp.__reduce_ex__" => "Helper for pickle.",
1294 "_ast.ListComp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1295 "_ast.ListComp.__repr__" => "Return repr(self).",
1296 "_ast.ListComp.__setattr__" => "Implement setattr(self, name, value).",
1297 "_ast.ListComp.__sizeof__" => "Size of object in memory, in bytes.",
1298 "_ast.ListComp.__str__" => "Return str(self).",
1299 "_ast.ListComp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1300 "_ast.ListComp.__weakref__" => "list of weak references to the object",
1301 "_ast.Load" => "Load",
1302 "_ast.Load.__delattr__" => "Implement delattr(self, name).",
1303 "_ast.Load.__eq__" => "Return self==value.",
1304 "_ast.Load.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1305 "_ast.Load.__ge__" => "Return self>=value.",
1306 "_ast.Load.__getattribute__" => "Return getattr(self, name).",
1307 "_ast.Load.__getstate__" => "Helper for pickle.",
1308 "_ast.Load.__gt__" => "Return self>value.",
1309 "_ast.Load.__hash__" => "Return hash(self).",
1310 "_ast.Load.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1311 "_ast.Load.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1312 "_ast.Load.__le__" => "Return self<=value.",
1313 "_ast.Load.__lt__" => "Return self<value.",
1314 "_ast.Load.__ne__" => "Return self!=value.",
1315 "_ast.Load.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1316 "_ast.Load.__reduce_ex__" => "Helper for pickle.",
1317 "_ast.Load.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1318 "_ast.Load.__repr__" => "Return repr(self).",
1319 "_ast.Load.__setattr__" => "Implement setattr(self, name, value).",
1320 "_ast.Load.__sizeof__" => "Size of object in memory, in bytes.",
1321 "_ast.Load.__str__" => "Return str(self).",
1322 "_ast.Load.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1323 "_ast.Load.__weakref__" => "list of weak references to the object",
1324 "_ast.Lt" => "Lt",
1325 "_ast.Lt.__delattr__" => "Implement delattr(self, name).",
1326 "_ast.Lt.__eq__" => "Return self==value.",
1327 "_ast.Lt.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1328 "_ast.Lt.__ge__" => "Return self>=value.",
1329 "_ast.Lt.__getattribute__" => "Return getattr(self, name).",
1330 "_ast.Lt.__getstate__" => "Helper for pickle.",
1331 "_ast.Lt.__gt__" => "Return self>value.",
1332 "_ast.Lt.__hash__" => "Return hash(self).",
1333 "_ast.Lt.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1334 "_ast.Lt.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1335 "_ast.Lt.__le__" => "Return self<=value.",
1336 "_ast.Lt.__lt__" => "Return self<value.",
1337 "_ast.Lt.__ne__" => "Return self!=value.",
1338 "_ast.Lt.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1339 "_ast.Lt.__reduce_ex__" => "Helper for pickle.",
1340 "_ast.Lt.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1341 "_ast.Lt.__repr__" => "Return repr(self).",
1342 "_ast.Lt.__setattr__" => "Implement setattr(self, name, value).",
1343 "_ast.Lt.__sizeof__" => "Size of object in memory, in bytes.",
1344 "_ast.Lt.__str__" => "Return str(self).",
1345 "_ast.Lt.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1346 "_ast.Lt.__weakref__" => "list of weak references to the object",
1347 "_ast.LtE" => "LtE",
1348 "_ast.LtE.__delattr__" => "Implement delattr(self, name).",
1349 "_ast.LtE.__eq__" => "Return self==value.",
1350 "_ast.LtE.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1351 "_ast.LtE.__ge__" => "Return self>=value.",
1352 "_ast.LtE.__getattribute__" => "Return getattr(self, name).",
1353 "_ast.LtE.__getstate__" => "Helper for pickle.",
1354 "_ast.LtE.__gt__" => "Return self>value.",
1355 "_ast.LtE.__hash__" => "Return hash(self).",
1356 "_ast.LtE.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1357 "_ast.LtE.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1358 "_ast.LtE.__le__" => "Return self<=value.",
1359 "_ast.LtE.__lt__" => "Return self<value.",
1360 "_ast.LtE.__ne__" => "Return self!=value.",
1361 "_ast.LtE.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1362 "_ast.LtE.__reduce_ex__" => "Helper for pickle.",
1363 "_ast.LtE.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1364 "_ast.LtE.__repr__" => "Return repr(self).",
1365 "_ast.LtE.__setattr__" => "Implement setattr(self, name, value).",
1366 "_ast.LtE.__sizeof__" => "Size of object in memory, in bytes.",
1367 "_ast.LtE.__str__" => "Return str(self).",
1368 "_ast.LtE.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1369 "_ast.LtE.__weakref__" => "list of weak references to the object",
1370 "_ast.MatMult" => "MatMult",
1371 "_ast.MatMult.__delattr__" => "Implement delattr(self, name).",
1372 "_ast.MatMult.__eq__" => "Return self==value.",
1373 "_ast.MatMult.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1374 "_ast.MatMult.__ge__" => "Return self>=value.",
1375 "_ast.MatMult.__getattribute__" => "Return getattr(self, name).",
1376 "_ast.MatMult.__getstate__" => "Helper for pickle.",
1377 "_ast.MatMult.__gt__" => "Return self>value.",
1378 "_ast.MatMult.__hash__" => "Return hash(self).",
1379 "_ast.MatMult.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1380 "_ast.MatMult.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1381 "_ast.MatMult.__le__" => "Return self<=value.",
1382 "_ast.MatMult.__lt__" => "Return self<value.",
1383 "_ast.MatMult.__ne__" => "Return self!=value.",
1384 "_ast.MatMult.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1385 "_ast.MatMult.__reduce_ex__" => "Helper for pickle.",
1386 "_ast.MatMult.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1387 "_ast.MatMult.__repr__" => "Return repr(self).",
1388 "_ast.MatMult.__setattr__" => "Implement setattr(self, name, value).",
1389 "_ast.MatMult.__sizeof__" => "Size of object in memory, in bytes.",
1390 "_ast.MatMult.__str__" => "Return str(self).",
1391 "_ast.MatMult.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1392 "_ast.MatMult.__weakref__" => "list of weak references to the object",
1393 "_ast.Match" => "Match(expr subject, match_case* cases)",
1394 "_ast.Match.__delattr__" => "Implement delattr(self, name).",
1395 "_ast.Match.__eq__" => "Return self==value.",
1396 "_ast.Match.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1397 "_ast.Match.__ge__" => "Return self>=value.",
1398 "_ast.Match.__getattribute__" => "Return getattr(self, name).",
1399 "_ast.Match.__getstate__" => "Helper for pickle.",
1400 "_ast.Match.__gt__" => "Return self>value.",
1401 "_ast.Match.__hash__" => "Return hash(self).",
1402 "_ast.Match.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1403 "_ast.Match.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1404 "_ast.Match.__le__" => "Return self<=value.",
1405 "_ast.Match.__lt__" => "Return self<value.",
1406 "_ast.Match.__ne__" => "Return self!=value.",
1407 "_ast.Match.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1408 "_ast.Match.__reduce_ex__" => "Helper for pickle.",
1409 "_ast.Match.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1410 "_ast.Match.__repr__" => "Return repr(self).",
1411 "_ast.Match.__setattr__" => "Implement setattr(self, name, value).",
1412 "_ast.Match.__sizeof__" => "Size of object in memory, in bytes.",
1413 "_ast.Match.__str__" => "Return str(self).",
1414 "_ast.Match.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1415 "_ast.Match.__weakref__" => "list of weak references to the object",
1416 "_ast.MatchAs" => "MatchAs(pattern? pattern, identifier? name)",
1417 "_ast.MatchAs.__delattr__" => "Implement delattr(self, name).",
1418 "_ast.MatchAs.__eq__" => "Return self==value.",
1419 "_ast.MatchAs.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1420 "_ast.MatchAs.__ge__" => "Return self>=value.",
1421 "_ast.MatchAs.__getattribute__" => "Return getattr(self, name).",
1422 "_ast.MatchAs.__getstate__" => "Helper for pickle.",
1423 "_ast.MatchAs.__gt__" => "Return self>value.",
1424 "_ast.MatchAs.__hash__" => "Return hash(self).",
1425 "_ast.MatchAs.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1426 "_ast.MatchAs.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1427 "_ast.MatchAs.__le__" => "Return self<=value.",
1428 "_ast.MatchAs.__lt__" => "Return self<value.",
1429 "_ast.MatchAs.__ne__" => "Return self!=value.",
1430 "_ast.MatchAs.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1431 "_ast.MatchAs.__reduce_ex__" => "Helper for pickle.",
1432 "_ast.MatchAs.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1433 "_ast.MatchAs.__repr__" => "Return repr(self).",
1434 "_ast.MatchAs.__setattr__" => "Implement setattr(self, name, value).",
1435 "_ast.MatchAs.__sizeof__" => "Size of object in memory, in bytes.",
1436 "_ast.MatchAs.__str__" => "Return str(self).",
1437 "_ast.MatchAs.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1438 "_ast.MatchAs.__weakref__" => "list of weak references to the object",
1439 "_ast.MatchClass" => "MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)",
1440 "_ast.MatchClass.__delattr__" => "Implement delattr(self, name).",
1441 "_ast.MatchClass.__eq__" => "Return self==value.",
1442 "_ast.MatchClass.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1443 "_ast.MatchClass.__ge__" => "Return self>=value.",
1444 "_ast.MatchClass.__getattribute__" => "Return getattr(self, name).",
1445 "_ast.MatchClass.__getstate__" => "Helper for pickle.",
1446 "_ast.MatchClass.__gt__" => "Return self>value.",
1447 "_ast.MatchClass.__hash__" => "Return hash(self).",
1448 "_ast.MatchClass.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1449 "_ast.MatchClass.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1450 "_ast.MatchClass.__le__" => "Return self<=value.",
1451 "_ast.MatchClass.__lt__" => "Return self<value.",
1452 "_ast.MatchClass.__ne__" => "Return self!=value.",
1453 "_ast.MatchClass.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1454 "_ast.MatchClass.__reduce_ex__" => "Helper for pickle.",
1455 "_ast.MatchClass.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1456 "_ast.MatchClass.__repr__" => "Return repr(self).",
1457 "_ast.MatchClass.__setattr__" => "Implement setattr(self, name, value).",
1458 "_ast.MatchClass.__sizeof__" => "Size of object in memory, in bytes.",
1459 "_ast.MatchClass.__str__" => "Return str(self).",
1460 "_ast.MatchClass.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1461 "_ast.MatchClass.__weakref__" => "list of weak references to the object",
1462 "_ast.MatchMapping" => "MatchMapping(expr* keys, pattern* patterns, identifier? rest)",
1463 "_ast.MatchMapping.__delattr__" => "Implement delattr(self, name).",
1464 "_ast.MatchMapping.__eq__" => "Return self==value.",
1465 "_ast.MatchMapping.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1466 "_ast.MatchMapping.__ge__" => "Return self>=value.",
1467 "_ast.MatchMapping.__getattribute__" => "Return getattr(self, name).",
1468 "_ast.MatchMapping.__getstate__" => "Helper for pickle.",
1469 "_ast.MatchMapping.__gt__" => "Return self>value.",
1470 "_ast.MatchMapping.__hash__" => "Return hash(self).",
1471 "_ast.MatchMapping.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1472 "_ast.MatchMapping.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1473 "_ast.MatchMapping.__le__" => "Return self<=value.",
1474 "_ast.MatchMapping.__lt__" => "Return self<value.",
1475 "_ast.MatchMapping.__ne__" => "Return self!=value.",
1476 "_ast.MatchMapping.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1477 "_ast.MatchMapping.__reduce_ex__" => "Helper for pickle.",
1478 "_ast.MatchMapping.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1479 "_ast.MatchMapping.__repr__" => "Return repr(self).",
1480 "_ast.MatchMapping.__setattr__" => "Implement setattr(self, name, value).",
1481 "_ast.MatchMapping.__sizeof__" => "Size of object in memory, in bytes.",
1482 "_ast.MatchMapping.__str__" => "Return str(self).",
1483 "_ast.MatchMapping.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1484 "_ast.MatchMapping.__weakref__" => "list of weak references to the object",
1485 "_ast.MatchOr" => "MatchOr(pattern* patterns)",
1486 "_ast.MatchOr.__delattr__" => "Implement delattr(self, name).",
1487 "_ast.MatchOr.__eq__" => "Return self==value.",
1488 "_ast.MatchOr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1489 "_ast.MatchOr.__ge__" => "Return self>=value.",
1490 "_ast.MatchOr.__getattribute__" => "Return getattr(self, name).",
1491 "_ast.MatchOr.__getstate__" => "Helper for pickle.",
1492 "_ast.MatchOr.__gt__" => "Return self>value.",
1493 "_ast.MatchOr.__hash__" => "Return hash(self).",
1494 "_ast.MatchOr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1495 "_ast.MatchOr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1496 "_ast.MatchOr.__le__" => "Return self<=value.",
1497 "_ast.MatchOr.__lt__" => "Return self<value.",
1498 "_ast.MatchOr.__ne__" => "Return self!=value.",
1499 "_ast.MatchOr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1500 "_ast.MatchOr.__reduce_ex__" => "Helper for pickle.",
1501 "_ast.MatchOr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1502 "_ast.MatchOr.__repr__" => "Return repr(self).",
1503 "_ast.MatchOr.__setattr__" => "Implement setattr(self, name, value).",
1504 "_ast.MatchOr.__sizeof__" => "Size of object in memory, in bytes.",
1505 "_ast.MatchOr.__str__" => "Return str(self).",
1506 "_ast.MatchOr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1507 "_ast.MatchOr.__weakref__" => "list of weak references to the object",
1508 "_ast.MatchSequence" => "MatchSequence(pattern* patterns)",
1509 "_ast.MatchSequence.__delattr__" => "Implement delattr(self, name).",
1510 "_ast.MatchSequence.__eq__" => "Return self==value.",
1511 "_ast.MatchSequence.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1512 "_ast.MatchSequence.__ge__" => "Return self>=value.",
1513 "_ast.MatchSequence.__getattribute__" => "Return getattr(self, name).",
1514 "_ast.MatchSequence.__getstate__" => "Helper for pickle.",
1515 "_ast.MatchSequence.__gt__" => "Return self>value.",
1516 "_ast.MatchSequence.__hash__" => "Return hash(self).",
1517 "_ast.MatchSequence.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1518 "_ast.MatchSequence.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1519 "_ast.MatchSequence.__le__" => "Return self<=value.",
1520 "_ast.MatchSequence.__lt__" => "Return self<value.",
1521 "_ast.MatchSequence.__ne__" => "Return self!=value.",
1522 "_ast.MatchSequence.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1523 "_ast.MatchSequence.__reduce_ex__" => "Helper for pickle.",
1524 "_ast.MatchSequence.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1525 "_ast.MatchSequence.__repr__" => "Return repr(self).",
1526 "_ast.MatchSequence.__setattr__" => "Implement setattr(self, name, value).",
1527 "_ast.MatchSequence.__sizeof__" => "Size of object in memory, in bytes.",
1528 "_ast.MatchSequence.__str__" => "Return str(self).",
1529 "_ast.MatchSequence.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1530 "_ast.MatchSequence.__weakref__" => "list of weak references to the object",
1531 "_ast.MatchSingleton" => "MatchSingleton(constant value)",
1532 "_ast.MatchSingleton.__delattr__" => "Implement delattr(self, name).",
1533 "_ast.MatchSingleton.__eq__" => "Return self==value.",
1534 "_ast.MatchSingleton.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1535 "_ast.MatchSingleton.__ge__" => "Return self>=value.",
1536 "_ast.MatchSingleton.__getattribute__" => "Return getattr(self, name).",
1537 "_ast.MatchSingleton.__getstate__" => "Helper for pickle.",
1538 "_ast.MatchSingleton.__gt__" => "Return self>value.",
1539 "_ast.MatchSingleton.__hash__" => "Return hash(self).",
1540 "_ast.MatchSingleton.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1541 "_ast.MatchSingleton.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1542 "_ast.MatchSingleton.__le__" => "Return self<=value.",
1543 "_ast.MatchSingleton.__lt__" => "Return self<value.",
1544 "_ast.MatchSingleton.__ne__" => "Return self!=value.",
1545 "_ast.MatchSingleton.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1546 "_ast.MatchSingleton.__reduce_ex__" => "Helper for pickle.",
1547 "_ast.MatchSingleton.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1548 "_ast.MatchSingleton.__repr__" => "Return repr(self).",
1549 "_ast.MatchSingleton.__setattr__" => "Implement setattr(self, name, value).",
1550 "_ast.MatchSingleton.__sizeof__" => "Size of object in memory, in bytes.",
1551 "_ast.MatchSingleton.__str__" => "Return str(self).",
1552 "_ast.MatchSingleton.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1553 "_ast.MatchSingleton.__weakref__" => "list of weak references to the object",
1554 "_ast.MatchStar" => "MatchStar(identifier? name)",
1555 "_ast.MatchStar.__delattr__" => "Implement delattr(self, name).",
1556 "_ast.MatchStar.__eq__" => "Return self==value.",
1557 "_ast.MatchStar.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1558 "_ast.MatchStar.__ge__" => "Return self>=value.",
1559 "_ast.MatchStar.__getattribute__" => "Return getattr(self, name).",
1560 "_ast.MatchStar.__getstate__" => "Helper for pickle.",
1561 "_ast.MatchStar.__gt__" => "Return self>value.",
1562 "_ast.MatchStar.__hash__" => "Return hash(self).",
1563 "_ast.MatchStar.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1564 "_ast.MatchStar.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1565 "_ast.MatchStar.__le__" => "Return self<=value.",
1566 "_ast.MatchStar.__lt__" => "Return self<value.",
1567 "_ast.MatchStar.__ne__" => "Return self!=value.",
1568 "_ast.MatchStar.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1569 "_ast.MatchStar.__reduce_ex__" => "Helper for pickle.",
1570 "_ast.MatchStar.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1571 "_ast.MatchStar.__repr__" => "Return repr(self).",
1572 "_ast.MatchStar.__setattr__" => "Implement setattr(self, name, value).",
1573 "_ast.MatchStar.__sizeof__" => "Size of object in memory, in bytes.",
1574 "_ast.MatchStar.__str__" => "Return str(self).",
1575 "_ast.MatchStar.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1576 "_ast.MatchStar.__weakref__" => "list of weak references to the object",
1577 "_ast.MatchValue" => "MatchValue(expr value)",
1578 "_ast.MatchValue.__delattr__" => "Implement delattr(self, name).",
1579 "_ast.MatchValue.__eq__" => "Return self==value.",
1580 "_ast.MatchValue.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1581 "_ast.MatchValue.__ge__" => "Return self>=value.",
1582 "_ast.MatchValue.__getattribute__" => "Return getattr(self, name).",
1583 "_ast.MatchValue.__getstate__" => "Helper for pickle.",
1584 "_ast.MatchValue.__gt__" => "Return self>value.",
1585 "_ast.MatchValue.__hash__" => "Return hash(self).",
1586 "_ast.MatchValue.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1587 "_ast.MatchValue.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1588 "_ast.MatchValue.__le__" => "Return self<=value.",
1589 "_ast.MatchValue.__lt__" => "Return self<value.",
1590 "_ast.MatchValue.__ne__" => "Return self!=value.",
1591 "_ast.MatchValue.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1592 "_ast.MatchValue.__reduce_ex__" => "Helper for pickle.",
1593 "_ast.MatchValue.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1594 "_ast.MatchValue.__repr__" => "Return repr(self).",
1595 "_ast.MatchValue.__setattr__" => "Implement setattr(self, name, value).",
1596 "_ast.MatchValue.__sizeof__" => "Size of object in memory, in bytes.",
1597 "_ast.MatchValue.__str__" => "Return str(self).",
1598 "_ast.MatchValue.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1599 "_ast.MatchValue.__weakref__" => "list of weak references to the object",
1600 "_ast.Mod" => "Mod",
1601 "_ast.Mod.__delattr__" => "Implement delattr(self, name).",
1602 "_ast.Mod.__eq__" => "Return self==value.",
1603 "_ast.Mod.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1604 "_ast.Mod.__ge__" => "Return self>=value.",
1605 "_ast.Mod.__getattribute__" => "Return getattr(self, name).",
1606 "_ast.Mod.__getstate__" => "Helper for pickle.",
1607 "_ast.Mod.__gt__" => "Return self>value.",
1608 "_ast.Mod.__hash__" => "Return hash(self).",
1609 "_ast.Mod.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1610 "_ast.Mod.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1611 "_ast.Mod.__le__" => "Return self<=value.",
1612 "_ast.Mod.__lt__" => "Return self<value.",
1613 "_ast.Mod.__ne__" => "Return self!=value.",
1614 "_ast.Mod.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1615 "_ast.Mod.__reduce_ex__" => "Helper for pickle.",
1616 "_ast.Mod.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1617 "_ast.Mod.__repr__" => "Return repr(self).",
1618 "_ast.Mod.__setattr__" => "Implement setattr(self, name, value).",
1619 "_ast.Mod.__sizeof__" => "Size of object in memory, in bytes.",
1620 "_ast.Mod.__str__" => "Return str(self).",
1621 "_ast.Mod.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1622 "_ast.Mod.__weakref__" => "list of weak references to the object",
1623 "_ast.Module" => "Module(stmt* body, type_ignore* type_ignores)",
1624 "_ast.Module.__delattr__" => "Implement delattr(self, name).",
1625 "_ast.Module.__eq__" => "Return self==value.",
1626 "_ast.Module.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1627 "_ast.Module.__ge__" => "Return self>=value.",
1628 "_ast.Module.__getattribute__" => "Return getattr(self, name).",
1629 "_ast.Module.__getstate__" => "Helper for pickle.",
1630 "_ast.Module.__gt__" => "Return self>value.",
1631 "_ast.Module.__hash__" => "Return hash(self).",
1632 "_ast.Module.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1633 "_ast.Module.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1634 "_ast.Module.__le__" => "Return self<=value.",
1635 "_ast.Module.__lt__" => "Return self<value.",
1636 "_ast.Module.__ne__" => "Return self!=value.",
1637 "_ast.Module.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1638 "_ast.Module.__reduce_ex__" => "Helper for pickle.",
1639 "_ast.Module.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1640 "_ast.Module.__repr__" => "Return repr(self).",
1641 "_ast.Module.__setattr__" => "Implement setattr(self, name, value).",
1642 "_ast.Module.__sizeof__" => "Size of object in memory, in bytes.",
1643 "_ast.Module.__str__" => "Return str(self).",
1644 "_ast.Module.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1645 "_ast.Module.__weakref__" => "list of weak references to the object",
1646 "_ast.Mult" => "Mult",
1647 "_ast.Mult.__delattr__" => "Implement delattr(self, name).",
1648 "_ast.Mult.__eq__" => "Return self==value.",
1649 "_ast.Mult.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1650 "_ast.Mult.__ge__" => "Return self>=value.",
1651 "_ast.Mult.__getattribute__" => "Return getattr(self, name).",
1652 "_ast.Mult.__getstate__" => "Helper for pickle.",
1653 "_ast.Mult.__gt__" => "Return self>value.",
1654 "_ast.Mult.__hash__" => "Return hash(self).",
1655 "_ast.Mult.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1656 "_ast.Mult.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1657 "_ast.Mult.__le__" => "Return self<=value.",
1658 "_ast.Mult.__lt__" => "Return self<value.",
1659 "_ast.Mult.__ne__" => "Return self!=value.",
1660 "_ast.Mult.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1661 "_ast.Mult.__reduce_ex__" => "Helper for pickle.",
1662 "_ast.Mult.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1663 "_ast.Mult.__repr__" => "Return repr(self).",
1664 "_ast.Mult.__setattr__" => "Implement setattr(self, name, value).",
1665 "_ast.Mult.__sizeof__" => "Size of object in memory, in bytes.",
1666 "_ast.Mult.__str__" => "Return str(self).",
1667 "_ast.Mult.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1668 "_ast.Mult.__weakref__" => "list of weak references to the object",
1669 "_ast.Name" => "Name(identifier id, expr_context ctx)",
1670 "_ast.Name.__delattr__" => "Implement delattr(self, name).",
1671 "_ast.Name.__eq__" => "Return self==value.",
1672 "_ast.Name.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1673 "_ast.Name.__ge__" => "Return self>=value.",
1674 "_ast.Name.__getattribute__" => "Return getattr(self, name).",
1675 "_ast.Name.__getstate__" => "Helper for pickle.",
1676 "_ast.Name.__gt__" => "Return self>value.",
1677 "_ast.Name.__hash__" => "Return hash(self).",
1678 "_ast.Name.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1679 "_ast.Name.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1680 "_ast.Name.__le__" => "Return self<=value.",
1681 "_ast.Name.__lt__" => "Return self<value.",
1682 "_ast.Name.__ne__" => "Return self!=value.",
1683 "_ast.Name.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1684 "_ast.Name.__reduce_ex__" => "Helper for pickle.",
1685 "_ast.Name.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1686 "_ast.Name.__repr__" => "Return repr(self).",
1687 "_ast.Name.__setattr__" => "Implement setattr(self, name, value).",
1688 "_ast.Name.__sizeof__" => "Size of object in memory, in bytes.",
1689 "_ast.Name.__str__" => "Return str(self).",
1690 "_ast.Name.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1691 "_ast.Name.__weakref__" => "list of weak references to the object",
1692 "_ast.NamedExpr" => "NamedExpr(expr target, expr value)",
1693 "_ast.NamedExpr.__delattr__" => "Implement delattr(self, name).",
1694 "_ast.NamedExpr.__eq__" => "Return self==value.",
1695 "_ast.NamedExpr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1696 "_ast.NamedExpr.__ge__" => "Return self>=value.",
1697 "_ast.NamedExpr.__getattribute__" => "Return getattr(self, name).",
1698 "_ast.NamedExpr.__getstate__" => "Helper for pickle.",
1699 "_ast.NamedExpr.__gt__" => "Return self>value.",
1700 "_ast.NamedExpr.__hash__" => "Return hash(self).",
1701 "_ast.NamedExpr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1702 "_ast.NamedExpr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1703 "_ast.NamedExpr.__le__" => "Return self<=value.",
1704 "_ast.NamedExpr.__lt__" => "Return self<value.",
1705 "_ast.NamedExpr.__ne__" => "Return self!=value.",
1706 "_ast.NamedExpr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1707 "_ast.NamedExpr.__reduce_ex__" => "Helper for pickle.",
1708 "_ast.NamedExpr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1709 "_ast.NamedExpr.__repr__" => "Return repr(self).",
1710 "_ast.NamedExpr.__setattr__" => "Implement setattr(self, name, value).",
1711 "_ast.NamedExpr.__sizeof__" => "Size of object in memory, in bytes.",
1712 "_ast.NamedExpr.__str__" => "Return str(self).",
1713 "_ast.NamedExpr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1714 "_ast.NamedExpr.__weakref__" => "list of weak references to the object",
1715 "_ast.Nonlocal" => "Nonlocal(identifier* names)",
1716 "_ast.Nonlocal.__delattr__" => "Implement delattr(self, name).",
1717 "_ast.Nonlocal.__eq__" => "Return self==value.",
1718 "_ast.Nonlocal.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1719 "_ast.Nonlocal.__ge__" => "Return self>=value.",
1720 "_ast.Nonlocal.__getattribute__" => "Return getattr(self, name).",
1721 "_ast.Nonlocal.__getstate__" => "Helper for pickle.",
1722 "_ast.Nonlocal.__gt__" => "Return self>value.",
1723 "_ast.Nonlocal.__hash__" => "Return hash(self).",
1724 "_ast.Nonlocal.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1725 "_ast.Nonlocal.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1726 "_ast.Nonlocal.__le__" => "Return self<=value.",
1727 "_ast.Nonlocal.__lt__" => "Return self<value.",
1728 "_ast.Nonlocal.__ne__" => "Return self!=value.",
1729 "_ast.Nonlocal.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1730 "_ast.Nonlocal.__reduce_ex__" => "Helper for pickle.",
1731 "_ast.Nonlocal.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1732 "_ast.Nonlocal.__repr__" => "Return repr(self).",
1733 "_ast.Nonlocal.__setattr__" => "Implement setattr(self, name, value).",
1734 "_ast.Nonlocal.__sizeof__" => "Size of object in memory, in bytes.",
1735 "_ast.Nonlocal.__str__" => "Return str(self).",
1736 "_ast.Nonlocal.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1737 "_ast.Nonlocal.__weakref__" => "list of weak references to the object",
1738 "_ast.Not" => "Not",
1739 "_ast.Not.__delattr__" => "Implement delattr(self, name).",
1740 "_ast.Not.__eq__" => "Return self==value.",
1741 "_ast.Not.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1742 "_ast.Not.__ge__" => "Return self>=value.",
1743 "_ast.Not.__getattribute__" => "Return getattr(self, name).",
1744 "_ast.Not.__getstate__" => "Helper for pickle.",
1745 "_ast.Not.__gt__" => "Return self>value.",
1746 "_ast.Not.__hash__" => "Return hash(self).",
1747 "_ast.Not.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1748 "_ast.Not.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1749 "_ast.Not.__le__" => "Return self<=value.",
1750 "_ast.Not.__lt__" => "Return self<value.",
1751 "_ast.Not.__ne__" => "Return self!=value.",
1752 "_ast.Not.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1753 "_ast.Not.__reduce_ex__" => "Helper for pickle.",
1754 "_ast.Not.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1755 "_ast.Not.__repr__" => "Return repr(self).",
1756 "_ast.Not.__setattr__" => "Implement setattr(self, name, value).",
1757 "_ast.Not.__sizeof__" => "Size of object in memory, in bytes.",
1758 "_ast.Not.__str__" => "Return str(self).",
1759 "_ast.Not.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1760 "_ast.Not.__weakref__" => "list of weak references to the object",
1761 "_ast.NotEq" => "NotEq",
1762 "_ast.NotEq.__delattr__" => "Implement delattr(self, name).",
1763 "_ast.NotEq.__eq__" => "Return self==value.",
1764 "_ast.NotEq.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1765 "_ast.NotEq.__ge__" => "Return self>=value.",
1766 "_ast.NotEq.__getattribute__" => "Return getattr(self, name).",
1767 "_ast.NotEq.__getstate__" => "Helper for pickle.",
1768 "_ast.NotEq.__gt__" => "Return self>value.",
1769 "_ast.NotEq.__hash__" => "Return hash(self).",
1770 "_ast.NotEq.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1771 "_ast.NotEq.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1772 "_ast.NotEq.__le__" => "Return self<=value.",
1773 "_ast.NotEq.__lt__" => "Return self<value.",
1774 "_ast.NotEq.__ne__" => "Return self!=value.",
1775 "_ast.NotEq.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1776 "_ast.NotEq.__reduce_ex__" => "Helper for pickle.",
1777 "_ast.NotEq.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1778 "_ast.NotEq.__repr__" => "Return repr(self).",
1779 "_ast.NotEq.__setattr__" => "Implement setattr(self, name, value).",
1780 "_ast.NotEq.__sizeof__" => "Size of object in memory, in bytes.",
1781 "_ast.NotEq.__str__" => "Return str(self).",
1782 "_ast.NotEq.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1783 "_ast.NotEq.__weakref__" => "list of weak references to the object",
1784 "_ast.NotIn" => "NotIn",
1785 "_ast.NotIn.__delattr__" => "Implement delattr(self, name).",
1786 "_ast.NotIn.__eq__" => "Return self==value.",
1787 "_ast.NotIn.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1788 "_ast.NotIn.__ge__" => "Return self>=value.",
1789 "_ast.NotIn.__getattribute__" => "Return getattr(self, name).",
1790 "_ast.NotIn.__getstate__" => "Helper for pickle.",
1791 "_ast.NotIn.__gt__" => "Return self>value.",
1792 "_ast.NotIn.__hash__" => "Return hash(self).",
1793 "_ast.NotIn.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1794 "_ast.NotIn.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1795 "_ast.NotIn.__le__" => "Return self<=value.",
1796 "_ast.NotIn.__lt__" => "Return self<value.",
1797 "_ast.NotIn.__ne__" => "Return self!=value.",
1798 "_ast.NotIn.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1799 "_ast.NotIn.__reduce_ex__" => "Helper for pickle.",
1800 "_ast.NotIn.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1801 "_ast.NotIn.__repr__" => "Return repr(self).",
1802 "_ast.NotIn.__setattr__" => "Implement setattr(self, name, value).",
1803 "_ast.NotIn.__sizeof__" => "Size of object in memory, in bytes.",
1804 "_ast.NotIn.__str__" => "Return str(self).",
1805 "_ast.NotIn.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1806 "_ast.NotIn.__weakref__" => "list of weak references to the object",
1807 "_ast.Or" => "Or",
1808 "_ast.Or.__delattr__" => "Implement delattr(self, name).",
1809 "_ast.Or.__eq__" => "Return self==value.",
1810 "_ast.Or.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1811 "_ast.Or.__ge__" => "Return self>=value.",
1812 "_ast.Or.__getattribute__" => "Return getattr(self, name).",
1813 "_ast.Or.__getstate__" => "Helper for pickle.",
1814 "_ast.Or.__gt__" => "Return self>value.",
1815 "_ast.Or.__hash__" => "Return hash(self).",
1816 "_ast.Or.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1817 "_ast.Or.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1818 "_ast.Or.__le__" => "Return self<=value.",
1819 "_ast.Or.__lt__" => "Return self<value.",
1820 "_ast.Or.__ne__" => "Return self!=value.",
1821 "_ast.Or.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1822 "_ast.Or.__reduce_ex__" => "Helper for pickle.",
1823 "_ast.Or.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1824 "_ast.Or.__repr__" => "Return repr(self).",
1825 "_ast.Or.__setattr__" => "Implement setattr(self, name, value).",
1826 "_ast.Or.__sizeof__" => "Size of object in memory, in bytes.",
1827 "_ast.Or.__str__" => "Return str(self).",
1828 "_ast.Or.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1829 "_ast.Or.__weakref__" => "list of weak references to the object",
1830 "_ast.ParamSpec" => "ParamSpec(identifier name, expr? default_value)",
1831 "_ast.ParamSpec.__delattr__" => "Implement delattr(self, name).",
1832 "_ast.ParamSpec.__eq__" => "Return self==value.",
1833 "_ast.ParamSpec.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1834 "_ast.ParamSpec.__ge__" => "Return self>=value.",
1835 "_ast.ParamSpec.__getattribute__" => "Return getattr(self, name).",
1836 "_ast.ParamSpec.__getstate__" => "Helper for pickle.",
1837 "_ast.ParamSpec.__gt__" => "Return self>value.",
1838 "_ast.ParamSpec.__hash__" => "Return hash(self).",
1839 "_ast.ParamSpec.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1840 "_ast.ParamSpec.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1841 "_ast.ParamSpec.__le__" => "Return self<=value.",
1842 "_ast.ParamSpec.__lt__" => "Return self<value.",
1843 "_ast.ParamSpec.__ne__" => "Return self!=value.",
1844 "_ast.ParamSpec.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1845 "_ast.ParamSpec.__reduce_ex__" => "Helper for pickle.",
1846 "_ast.ParamSpec.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1847 "_ast.ParamSpec.__repr__" => "Return repr(self).",
1848 "_ast.ParamSpec.__setattr__" => "Implement setattr(self, name, value).",
1849 "_ast.ParamSpec.__sizeof__" => "Size of object in memory, in bytes.",
1850 "_ast.ParamSpec.__str__" => "Return str(self).",
1851 "_ast.ParamSpec.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1852 "_ast.ParamSpec.__weakref__" => "list of weak references to the object",
1853 "_ast.Pass" => "Pass",
1854 "_ast.Pass.__delattr__" => "Implement delattr(self, name).",
1855 "_ast.Pass.__eq__" => "Return self==value.",
1856 "_ast.Pass.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1857 "_ast.Pass.__ge__" => "Return self>=value.",
1858 "_ast.Pass.__getattribute__" => "Return getattr(self, name).",
1859 "_ast.Pass.__getstate__" => "Helper for pickle.",
1860 "_ast.Pass.__gt__" => "Return self>value.",
1861 "_ast.Pass.__hash__" => "Return hash(self).",
1862 "_ast.Pass.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1863 "_ast.Pass.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1864 "_ast.Pass.__le__" => "Return self<=value.",
1865 "_ast.Pass.__lt__" => "Return self<value.",
1866 "_ast.Pass.__ne__" => "Return self!=value.",
1867 "_ast.Pass.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1868 "_ast.Pass.__reduce_ex__" => "Helper for pickle.",
1869 "_ast.Pass.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1870 "_ast.Pass.__repr__" => "Return repr(self).",
1871 "_ast.Pass.__setattr__" => "Implement setattr(self, name, value).",
1872 "_ast.Pass.__sizeof__" => "Size of object in memory, in bytes.",
1873 "_ast.Pass.__str__" => "Return str(self).",
1874 "_ast.Pass.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1875 "_ast.Pass.__weakref__" => "list of weak references to the object",
1876 "_ast.Pow" => "Pow",
1877 "_ast.Pow.__delattr__" => "Implement delattr(self, name).",
1878 "_ast.Pow.__eq__" => "Return self==value.",
1879 "_ast.Pow.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1880 "_ast.Pow.__ge__" => "Return self>=value.",
1881 "_ast.Pow.__getattribute__" => "Return getattr(self, name).",
1882 "_ast.Pow.__getstate__" => "Helper for pickle.",
1883 "_ast.Pow.__gt__" => "Return self>value.",
1884 "_ast.Pow.__hash__" => "Return hash(self).",
1885 "_ast.Pow.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1886 "_ast.Pow.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1887 "_ast.Pow.__le__" => "Return self<=value.",
1888 "_ast.Pow.__lt__" => "Return self<value.",
1889 "_ast.Pow.__ne__" => "Return self!=value.",
1890 "_ast.Pow.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1891 "_ast.Pow.__reduce_ex__" => "Helper for pickle.",
1892 "_ast.Pow.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1893 "_ast.Pow.__repr__" => "Return repr(self).",
1894 "_ast.Pow.__setattr__" => "Implement setattr(self, name, value).",
1895 "_ast.Pow.__sizeof__" => "Size of object in memory, in bytes.",
1896 "_ast.Pow.__str__" => "Return str(self).",
1897 "_ast.Pow.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1898 "_ast.Pow.__weakref__" => "list of weak references to the object",
1899 "_ast.RShift" => "RShift",
1900 "_ast.RShift.__delattr__" => "Implement delattr(self, name).",
1901 "_ast.RShift.__eq__" => "Return self==value.",
1902 "_ast.RShift.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1903 "_ast.RShift.__ge__" => "Return self>=value.",
1904 "_ast.RShift.__getattribute__" => "Return getattr(self, name).",
1905 "_ast.RShift.__getstate__" => "Helper for pickle.",
1906 "_ast.RShift.__gt__" => "Return self>value.",
1907 "_ast.RShift.__hash__" => "Return hash(self).",
1908 "_ast.RShift.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1909 "_ast.RShift.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1910 "_ast.RShift.__le__" => "Return self<=value.",
1911 "_ast.RShift.__lt__" => "Return self<value.",
1912 "_ast.RShift.__ne__" => "Return self!=value.",
1913 "_ast.RShift.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1914 "_ast.RShift.__reduce_ex__" => "Helper for pickle.",
1915 "_ast.RShift.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1916 "_ast.RShift.__repr__" => "Return repr(self).",
1917 "_ast.RShift.__setattr__" => "Implement setattr(self, name, value).",
1918 "_ast.RShift.__sizeof__" => "Size of object in memory, in bytes.",
1919 "_ast.RShift.__str__" => "Return str(self).",
1920 "_ast.RShift.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1921 "_ast.RShift.__weakref__" => "list of weak references to the object",
1922 "_ast.Raise" => "Raise(expr? exc, expr? cause)",
1923 "_ast.Raise.__delattr__" => "Implement delattr(self, name).",
1924 "_ast.Raise.__eq__" => "Return self==value.",
1925 "_ast.Raise.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1926 "_ast.Raise.__ge__" => "Return self>=value.",
1927 "_ast.Raise.__getattribute__" => "Return getattr(self, name).",
1928 "_ast.Raise.__getstate__" => "Helper for pickle.",
1929 "_ast.Raise.__gt__" => "Return self>value.",
1930 "_ast.Raise.__hash__" => "Return hash(self).",
1931 "_ast.Raise.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1932 "_ast.Raise.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1933 "_ast.Raise.__le__" => "Return self<=value.",
1934 "_ast.Raise.__lt__" => "Return self<value.",
1935 "_ast.Raise.__ne__" => "Return self!=value.",
1936 "_ast.Raise.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1937 "_ast.Raise.__reduce_ex__" => "Helper for pickle.",
1938 "_ast.Raise.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1939 "_ast.Raise.__repr__" => "Return repr(self).",
1940 "_ast.Raise.__setattr__" => "Implement setattr(self, name, value).",
1941 "_ast.Raise.__sizeof__" => "Size of object in memory, in bytes.",
1942 "_ast.Raise.__str__" => "Return str(self).",
1943 "_ast.Raise.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1944 "_ast.Raise.__weakref__" => "list of weak references to the object",
1945 "_ast.Return" => "Return(expr? value)",
1946 "_ast.Return.__delattr__" => "Implement delattr(self, name).",
1947 "_ast.Return.__eq__" => "Return self==value.",
1948 "_ast.Return.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1949 "_ast.Return.__ge__" => "Return self>=value.",
1950 "_ast.Return.__getattribute__" => "Return getattr(self, name).",
1951 "_ast.Return.__getstate__" => "Helper for pickle.",
1952 "_ast.Return.__gt__" => "Return self>value.",
1953 "_ast.Return.__hash__" => "Return hash(self).",
1954 "_ast.Return.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1955 "_ast.Return.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1956 "_ast.Return.__le__" => "Return self<=value.",
1957 "_ast.Return.__lt__" => "Return self<value.",
1958 "_ast.Return.__ne__" => "Return self!=value.",
1959 "_ast.Return.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1960 "_ast.Return.__reduce_ex__" => "Helper for pickle.",
1961 "_ast.Return.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1962 "_ast.Return.__repr__" => "Return repr(self).",
1963 "_ast.Return.__setattr__" => "Implement setattr(self, name, value).",
1964 "_ast.Return.__sizeof__" => "Size of object in memory, in bytes.",
1965 "_ast.Return.__str__" => "Return str(self).",
1966 "_ast.Return.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1967 "_ast.Return.__weakref__" => "list of weak references to the object",
1968 "_ast.Set" => "Set(expr* elts)",
1969 "_ast.Set.__delattr__" => "Implement delattr(self, name).",
1970 "_ast.Set.__eq__" => "Return self==value.",
1971 "_ast.Set.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1972 "_ast.Set.__ge__" => "Return self>=value.",
1973 "_ast.Set.__getattribute__" => "Return getattr(self, name).",
1974 "_ast.Set.__getstate__" => "Helper for pickle.",
1975 "_ast.Set.__gt__" => "Return self>value.",
1976 "_ast.Set.__hash__" => "Return hash(self).",
1977 "_ast.Set.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
1978 "_ast.Set.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
1979 "_ast.Set.__le__" => "Return self<=value.",
1980 "_ast.Set.__lt__" => "Return self<value.",
1981 "_ast.Set.__ne__" => "Return self!=value.",
1982 "_ast.Set.__new__" => "Create and return a new object. See help(type) for accurate signature.",
1983 "_ast.Set.__reduce_ex__" => "Helper for pickle.",
1984 "_ast.Set.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
1985 "_ast.Set.__repr__" => "Return repr(self).",
1986 "_ast.Set.__setattr__" => "Implement setattr(self, name, value).",
1987 "_ast.Set.__sizeof__" => "Size of object in memory, in bytes.",
1988 "_ast.Set.__str__" => "Return str(self).",
1989 "_ast.Set.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
1990 "_ast.Set.__weakref__" => "list of weak references to the object",
1991 "_ast.SetComp" => "SetComp(expr elt, comprehension* generators)",
1992 "_ast.SetComp.__delattr__" => "Implement delattr(self, name).",
1993 "_ast.SetComp.__eq__" => "Return self==value.",
1994 "_ast.SetComp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
1995 "_ast.SetComp.__ge__" => "Return self>=value.",
1996 "_ast.SetComp.__getattribute__" => "Return getattr(self, name).",
1997 "_ast.SetComp.__getstate__" => "Helper for pickle.",
1998 "_ast.SetComp.__gt__" => "Return self>value.",
1999 "_ast.SetComp.__hash__" => "Return hash(self).",
2000 "_ast.SetComp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2001 "_ast.SetComp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2002 "_ast.SetComp.__le__" => "Return self<=value.",
2003 "_ast.SetComp.__lt__" => "Return self<value.",
2004 "_ast.SetComp.__ne__" => "Return self!=value.",
2005 "_ast.SetComp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2006 "_ast.SetComp.__reduce_ex__" => "Helper for pickle.",
2007 "_ast.SetComp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2008 "_ast.SetComp.__repr__" => "Return repr(self).",
2009 "_ast.SetComp.__setattr__" => "Implement setattr(self, name, value).",
2010 "_ast.SetComp.__sizeof__" => "Size of object in memory, in bytes.",
2011 "_ast.SetComp.__str__" => "Return str(self).",
2012 "_ast.SetComp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2013 "_ast.SetComp.__weakref__" => "list of weak references to the object",
2014 "_ast.Slice" => "Slice(expr? lower, expr? upper, expr? step)",
2015 "_ast.Slice.__delattr__" => "Implement delattr(self, name).",
2016 "_ast.Slice.__eq__" => "Return self==value.",
2017 "_ast.Slice.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2018 "_ast.Slice.__ge__" => "Return self>=value.",
2019 "_ast.Slice.__getattribute__" => "Return getattr(self, name).",
2020 "_ast.Slice.__getstate__" => "Helper for pickle.",
2021 "_ast.Slice.__gt__" => "Return self>value.",
2022 "_ast.Slice.__hash__" => "Return hash(self).",
2023 "_ast.Slice.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2024 "_ast.Slice.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2025 "_ast.Slice.__le__" => "Return self<=value.",
2026 "_ast.Slice.__lt__" => "Return self<value.",
2027 "_ast.Slice.__ne__" => "Return self!=value.",
2028 "_ast.Slice.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2029 "_ast.Slice.__reduce_ex__" => "Helper for pickle.",
2030 "_ast.Slice.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2031 "_ast.Slice.__repr__" => "Return repr(self).",
2032 "_ast.Slice.__setattr__" => "Implement setattr(self, name, value).",
2033 "_ast.Slice.__sizeof__" => "Size of object in memory, in bytes.",
2034 "_ast.Slice.__str__" => "Return str(self).",
2035 "_ast.Slice.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2036 "_ast.Slice.__weakref__" => "list of weak references to the object",
2037 "_ast.Starred" => "Starred(expr value, expr_context ctx)",
2038 "_ast.Starred.__delattr__" => "Implement delattr(self, name).",
2039 "_ast.Starred.__eq__" => "Return self==value.",
2040 "_ast.Starred.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2041 "_ast.Starred.__ge__" => "Return self>=value.",
2042 "_ast.Starred.__getattribute__" => "Return getattr(self, name).",
2043 "_ast.Starred.__getstate__" => "Helper for pickle.",
2044 "_ast.Starred.__gt__" => "Return self>value.",
2045 "_ast.Starred.__hash__" => "Return hash(self).",
2046 "_ast.Starred.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2047 "_ast.Starred.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2048 "_ast.Starred.__le__" => "Return self<=value.",
2049 "_ast.Starred.__lt__" => "Return self<value.",
2050 "_ast.Starred.__ne__" => "Return self!=value.",
2051 "_ast.Starred.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2052 "_ast.Starred.__reduce_ex__" => "Helper for pickle.",
2053 "_ast.Starred.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2054 "_ast.Starred.__repr__" => "Return repr(self).",
2055 "_ast.Starred.__setattr__" => "Implement setattr(self, name, value).",
2056 "_ast.Starred.__sizeof__" => "Size of object in memory, in bytes.",
2057 "_ast.Starred.__str__" => "Return str(self).",
2058 "_ast.Starred.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2059 "_ast.Starred.__weakref__" => "list of weak references to the object",
2060 "_ast.Store" => "Store",
2061 "_ast.Store.__delattr__" => "Implement delattr(self, name).",
2062 "_ast.Store.__eq__" => "Return self==value.",
2063 "_ast.Store.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2064 "_ast.Store.__ge__" => "Return self>=value.",
2065 "_ast.Store.__getattribute__" => "Return getattr(self, name).",
2066 "_ast.Store.__getstate__" => "Helper for pickle.",
2067 "_ast.Store.__gt__" => "Return self>value.",
2068 "_ast.Store.__hash__" => "Return hash(self).",
2069 "_ast.Store.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2070 "_ast.Store.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2071 "_ast.Store.__le__" => "Return self<=value.",
2072 "_ast.Store.__lt__" => "Return self<value.",
2073 "_ast.Store.__ne__" => "Return self!=value.",
2074 "_ast.Store.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2075 "_ast.Store.__reduce_ex__" => "Helper for pickle.",
2076 "_ast.Store.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2077 "_ast.Store.__repr__" => "Return repr(self).",
2078 "_ast.Store.__setattr__" => "Implement setattr(self, name, value).",
2079 "_ast.Store.__sizeof__" => "Size of object in memory, in bytes.",
2080 "_ast.Store.__str__" => "Return str(self).",
2081 "_ast.Store.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2082 "_ast.Store.__weakref__" => "list of weak references to the object",
2083 "_ast.Sub" => "Sub",
2084 "_ast.Sub.__delattr__" => "Implement delattr(self, name).",
2085 "_ast.Sub.__eq__" => "Return self==value.",
2086 "_ast.Sub.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2087 "_ast.Sub.__ge__" => "Return self>=value.",
2088 "_ast.Sub.__getattribute__" => "Return getattr(self, name).",
2089 "_ast.Sub.__getstate__" => "Helper for pickle.",
2090 "_ast.Sub.__gt__" => "Return self>value.",
2091 "_ast.Sub.__hash__" => "Return hash(self).",
2092 "_ast.Sub.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2093 "_ast.Sub.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2094 "_ast.Sub.__le__" => "Return self<=value.",
2095 "_ast.Sub.__lt__" => "Return self<value.",
2096 "_ast.Sub.__ne__" => "Return self!=value.",
2097 "_ast.Sub.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2098 "_ast.Sub.__reduce_ex__" => "Helper for pickle.",
2099 "_ast.Sub.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2100 "_ast.Sub.__repr__" => "Return repr(self).",
2101 "_ast.Sub.__setattr__" => "Implement setattr(self, name, value).",
2102 "_ast.Sub.__sizeof__" => "Size of object in memory, in bytes.",
2103 "_ast.Sub.__str__" => "Return str(self).",
2104 "_ast.Sub.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2105 "_ast.Sub.__weakref__" => "list of weak references to the object",
2106 "_ast.Subscript" => "Subscript(expr value, expr slice, expr_context ctx)",
2107 "_ast.Subscript.__delattr__" => "Implement delattr(self, name).",
2108 "_ast.Subscript.__eq__" => "Return self==value.",
2109 "_ast.Subscript.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2110 "_ast.Subscript.__ge__" => "Return self>=value.",
2111 "_ast.Subscript.__getattribute__" => "Return getattr(self, name).",
2112 "_ast.Subscript.__getstate__" => "Helper for pickle.",
2113 "_ast.Subscript.__gt__" => "Return self>value.",
2114 "_ast.Subscript.__hash__" => "Return hash(self).",
2115 "_ast.Subscript.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2116 "_ast.Subscript.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2117 "_ast.Subscript.__le__" => "Return self<=value.",
2118 "_ast.Subscript.__lt__" => "Return self<value.",
2119 "_ast.Subscript.__ne__" => "Return self!=value.",
2120 "_ast.Subscript.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2121 "_ast.Subscript.__reduce_ex__" => "Helper for pickle.",
2122 "_ast.Subscript.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2123 "_ast.Subscript.__repr__" => "Return repr(self).",
2124 "_ast.Subscript.__setattr__" => "Implement setattr(self, name, value).",
2125 "_ast.Subscript.__sizeof__" => "Size of object in memory, in bytes.",
2126 "_ast.Subscript.__str__" => "Return str(self).",
2127 "_ast.Subscript.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2128 "_ast.Subscript.__weakref__" => "list of weak references to the object",
2129 "_ast.TemplateStr" => "TemplateStr(expr* values)",
2130 "_ast.TemplateStr.__delattr__" => "Implement delattr(self, name).",
2131 "_ast.TemplateStr.__eq__" => "Return self==value.",
2132 "_ast.TemplateStr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2133 "_ast.TemplateStr.__ge__" => "Return self>=value.",
2134 "_ast.TemplateStr.__getattribute__" => "Return getattr(self, name).",
2135 "_ast.TemplateStr.__getstate__" => "Helper for pickle.",
2136 "_ast.TemplateStr.__gt__" => "Return self>value.",
2137 "_ast.TemplateStr.__hash__" => "Return hash(self).",
2138 "_ast.TemplateStr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2139 "_ast.TemplateStr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2140 "_ast.TemplateStr.__le__" => "Return self<=value.",
2141 "_ast.TemplateStr.__lt__" => "Return self<value.",
2142 "_ast.TemplateStr.__ne__" => "Return self!=value.",
2143 "_ast.TemplateStr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2144 "_ast.TemplateStr.__reduce_ex__" => "Helper for pickle.",
2145 "_ast.TemplateStr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2146 "_ast.TemplateStr.__repr__" => "Return repr(self).",
2147 "_ast.TemplateStr.__setattr__" => "Implement setattr(self, name, value).",
2148 "_ast.TemplateStr.__sizeof__" => "Size of object in memory, in bytes.",
2149 "_ast.TemplateStr.__str__" => "Return str(self).",
2150 "_ast.TemplateStr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2151 "_ast.TemplateStr.__weakref__" => "list of weak references to the object",
2152 "_ast.Try" => "Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)",
2153 "_ast.Try.__delattr__" => "Implement delattr(self, name).",
2154 "_ast.Try.__eq__" => "Return self==value.",
2155 "_ast.Try.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2156 "_ast.Try.__ge__" => "Return self>=value.",
2157 "_ast.Try.__getattribute__" => "Return getattr(self, name).",
2158 "_ast.Try.__getstate__" => "Helper for pickle.",
2159 "_ast.Try.__gt__" => "Return self>value.",
2160 "_ast.Try.__hash__" => "Return hash(self).",
2161 "_ast.Try.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2162 "_ast.Try.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2163 "_ast.Try.__le__" => "Return self<=value.",
2164 "_ast.Try.__lt__" => "Return self<value.",
2165 "_ast.Try.__ne__" => "Return self!=value.",
2166 "_ast.Try.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2167 "_ast.Try.__reduce_ex__" => "Helper for pickle.",
2168 "_ast.Try.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2169 "_ast.Try.__repr__" => "Return repr(self).",
2170 "_ast.Try.__setattr__" => "Implement setattr(self, name, value).",
2171 "_ast.Try.__sizeof__" => "Size of object in memory, in bytes.",
2172 "_ast.Try.__str__" => "Return str(self).",
2173 "_ast.Try.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2174 "_ast.Try.__weakref__" => "list of weak references to the object",
2175 "_ast.TryStar" => "TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)",
2176 "_ast.TryStar.__delattr__" => "Implement delattr(self, name).",
2177 "_ast.TryStar.__eq__" => "Return self==value.",
2178 "_ast.TryStar.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2179 "_ast.TryStar.__ge__" => "Return self>=value.",
2180 "_ast.TryStar.__getattribute__" => "Return getattr(self, name).",
2181 "_ast.TryStar.__getstate__" => "Helper for pickle.",
2182 "_ast.TryStar.__gt__" => "Return self>value.",
2183 "_ast.TryStar.__hash__" => "Return hash(self).",
2184 "_ast.TryStar.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2185 "_ast.TryStar.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2186 "_ast.TryStar.__le__" => "Return self<=value.",
2187 "_ast.TryStar.__lt__" => "Return self<value.",
2188 "_ast.TryStar.__ne__" => "Return self!=value.",
2189 "_ast.TryStar.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2190 "_ast.TryStar.__reduce_ex__" => "Helper for pickle.",
2191 "_ast.TryStar.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2192 "_ast.TryStar.__repr__" => "Return repr(self).",
2193 "_ast.TryStar.__setattr__" => "Implement setattr(self, name, value).",
2194 "_ast.TryStar.__sizeof__" => "Size of object in memory, in bytes.",
2195 "_ast.TryStar.__str__" => "Return str(self).",
2196 "_ast.TryStar.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2197 "_ast.TryStar.__weakref__" => "list of weak references to the object",
2198 "_ast.Tuple" => "Tuple(expr* elts, expr_context ctx)",
2199 "_ast.Tuple.__delattr__" => "Implement delattr(self, name).",
2200 "_ast.Tuple.__eq__" => "Return self==value.",
2201 "_ast.Tuple.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2202 "_ast.Tuple.__ge__" => "Return self>=value.",
2203 "_ast.Tuple.__getattribute__" => "Return getattr(self, name).",
2204 "_ast.Tuple.__getstate__" => "Helper for pickle.",
2205 "_ast.Tuple.__gt__" => "Return self>value.",
2206 "_ast.Tuple.__hash__" => "Return hash(self).",
2207 "_ast.Tuple.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2208 "_ast.Tuple.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2209 "_ast.Tuple.__le__" => "Return self<=value.",
2210 "_ast.Tuple.__lt__" => "Return self<value.",
2211 "_ast.Tuple.__ne__" => "Return self!=value.",
2212 "_ast.Tuple.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2213 "_ast.Tuple.__reduce_ex__" => "Helper for pickle.",
2214 "_ast.Tuple.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2215 "_ast.Tuple.__repr__" => "Return repr(self).",
2216 "_ast.Tuple.__setattr__" => "Implement setattr(self, name, value).",
2217 "_ast.Tuple.__sizeof__" => "Size of object in memory, in bytes.",
2218 "_ast.Tuple.__str__" => "Return str(self).",
2219 "_ast.Tuple.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2220 "_ast.Tuple.__weakref__" => "list of weak references to the object",
2221 "_ast.Tuple.dims" => "Deprecated. Use elts instead.",
2222 "_ast.TypeAlias" => "TypeAlias(expr name, type_param* type_params, expr value)",
2223 "_ast.TypeAlias.__delattr__" => "Implement delattr(self, name).",
2224 "_ast.TypeAlias.__eq__" => "Return self==value.",
2225 "_ast.TypeAlias.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2226 "_ast.TypeAlias.__ge__" => "Return self>=value.",
2227 "_ast.TypeAlias.__getattribute__" => "Return getattr(self, name).",
2228 "_ast.TypeAlias.__getstate__" => "Helper for pickle.",
2229 "_ast.TypeAlias.__gt__" => "Return self>value.",
2230 "_ast.TypeAlias.__hash__" => "Return hash(self).",
2231 "_ast.TypeAlias.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2232 "_ast.TypeAlias.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2233 "_ast.TypeAlias.__le__" => "Return self<=value.",
2234 "_ast.TypeAlias.__lt__" => "Return self<value.",
2235 "_ast.TypeAlias.__ne__" => "Return self!=value.",
2236 "_ast.TypeAlias.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2237 "_ast.TypeAlias.__reduce_ex__" => "Helper for pickle.",
2238 "_ast.TypeAlias.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2239 "_ast.TypeAlias.__repr__" => "Return repr(self).",
2240 "_ast.TypeAlias.__setattr__" => "Implement setattr(self, name, value).",
2241 "_ast.TypeAlias.__sizeof__" => "Size of object in memory, in bytes.",
2242 "_ast.TypeAlias.__str__" => "Return str(self).",
2243 "_ast.TypeAlias.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2244 "_ast.TypeAlias.__weakref__" => "list of weak references to the object",
2245 "_ast.TypeIgnore" => "TypeIgnore(int lineno, string tag)",
2246 "_ast.TypeIgnore.__delattr__" => "Implement delattr(self, name).",
2247 "_ast.TypeIgnore.__eq__" => "Return self==value.",
2248 "_ast.TypeIgnore.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2249 "_ast.TypeIgnore.__ge__" => "Return self>=value.",
2250 "_ast.TypeIgnore.__getattribute__" => "Return getattr(self, name).",
2251 "_ast.TypeIgnore.__getstate__" => "Helper for pickle.",
2252 "_ast.TypeIgnore.__gt__" => "Return self>value.",
2253 "_ast.TypeIgnore.__hash__" => "Return hash(self).",
2254 "_ast.TypeIgnore.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2255 "_ast.TypeIgnore.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2256 "_ast.TypeIgnore.__le__" => "Return self<=value.",
2257 "_ast.TypeIgnore.__lt__" => "Return self<value.",
2258 "_ast.TypeIgnore.__ne__" => "Return self!=value.",
2259 "_ast.TypeIgnore.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2260 "_ast.TypeIgnore.__reduce_ex__" => "Helper for pickle.",
2261 "_ast.TypeIgnore.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2262 "_ast.TypeIgnore.__repr__" => "Return repr(self).",
2263 "_ast.TypeIgnore.__setattr__" => "Implement setattr(self, name, value).",
2264 "_ast.TypeIgnore.__sizeof__" => "Size of object in memory, in bytes.",
2265 "_ast.TypeIgnore.__str__" => "Return str(self).",
2266 "_ast.TypeIgnore.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2267 "_ast.TypeIgnore.__weakref__" => "list of weak references to the object",
2268 "_ast.TypeVar" => "TypeVar(identifier name, expr? bound, expr? default_value)",
2269 "_ast.TypeVar.__delattr__" => "Implement delattr(self, name).",
2270 "_ast.TypeVar.__eq__" => "Return self==value.",
2271 "_ast.TypeVar.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2272 "_ast.TypeVar.__ge__" => "Return self>=value.",
2273 "_ast.TypeVar.__getattribute__" => "Return getattr(self, name).",
2274 "_ast.TypeVar.__getstate__" => "Helper for pickle.",
2275 "_ast.TypeVar.__gt__" => "Return self>value.",
2276 "_ast.TypeVar.__hash__" => "Return hash(self).",
2277 "_ast.TypeVar.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2278 "_ast.TypeVar.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2279 "_ast.TypeVar.__le__" => "Return self<=value.",
2280 "_ast.TypeVar.__lt__" => "Return self<value.",
2281 "_ast.TypeVar.__ne__" => "Return self!=value.",
2282 "_ast.TypeVar.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2283 "_ast.TypeVar.__reduce_ex__" => "Helper for pickle.",
2284 "_ast.TypeVar.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2285 "_ast.TypeVar.__repr__" => "Return repr(self).",
2286 "_ast.TypeVar.__setattr__" => "Implement setattr(self, name, value).",
2287 "_ast.TypeVar.__sizeof__" => "Size of object in memory, in bytes.",
2288 "_ast.TypeVar.__str__" => "Return str(self).",
2289 "_ast.TypeVar.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2290 "_ast.TypeVar.__weakref__" => "list of weak references to the object",
2291 "_ast.TypeVarTuple" => "TypeVarTuple(identifier name, expr? default_value)",
2292 "_ast.TypeVarTuple.__delattr__" => "Implement delattr(self, name).",
2293 "_ast.TypeVarTuple.__eq__" => "Return self==value.",
2294 "_ast.TypeVarTuple.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2295 "_ast.TypeVarTuple.__ge__" => "Return self>=value.",
2296 "_ast.TypeVarTuple.__getattribute__" => "Return getattr(self, name).",
2297 "_ast.TypeVarTuple.__getstate__" => "Helper for pickle.",
2298 "_ast.TypeVarTuple.__gt__" => "Return self>value.",
2299 "_ast.TypeVarTuple.__hash__" => "Return hash(self).",
2300 "_ast.TypeVarTuple.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2301 "_ast.TypeVarTuple.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2302 "_ast.TypeVarTuple.__le__" => "Return self<=value.",
2303 "_ast.TypeVarTuple.__lt__" => "Return self<value.",
2304 "_ast.TypeVarTuple.__ne__" => "Return self!=value.",
2305 "_ast.TypeVarTuple.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2306 "_ast.TypeVarTuple.__reduce_ex__" => "Helper for pickle.",
2307 "_ast.TypeVarTuple.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2308 "_ast.TypeVarTuple.__repr__" => "Return repr(self).",
2309 "_ast.TypeVarTuple.__setattr__" => "Implement setattr(self, name, value).",
2310 "_ast.TypeVarTuple.__sizeof__" => "Size of object in memory, in bytes.",
2311 "_ast.TypeVarTuple.__str__" => "Return str(self).",
2312 "_ast.TypeVarTuple.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2313 "_ast.TypeVarTuple.__weakref__" => "list of weak references to the object",
2314 "_ast.UAdd" => "UAdd",
2315 "_ast.UAdd.__delattr__" => "Implement delattr(self, name).",
2316 "_ast.UAdd.__eq__" => "Return self==value.",
2317 "_ast.UAdd.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2318 "_ast.UAdd.__ge__" => "Return self>=value.",
2319 "_ast.UAdd.__getattribute__" => "Return getattr(self, name).",
2320 "_ast.UAdd.__getstate__" => "Helper for pickle.",
2321 "_ast.UAdd.__gt__" => "Return self>value.",
2322 "_ast.UAdd.__hash__" => "Return hash(self).",
2323 "_ast.UAdd.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2324 "_ast.UAdd.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2325 "_ast.UAdd.__le__" => "Return self<=value.",
2326 "_ast.UAdd.__lt__" => "Return self<value.",
2327 "_ast.UAdd.__ne__" => "Return self!=value.",
2328 "_ast.UAdd.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2329 "_ast.UAdd.__reduce_ex__" => "Helper for pickle.",
2330 "_ast.UAdd.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2331 "_ast.UAdd.__repr__" => "Return repr(self).",
2332 "_ast.UAdd.__setattr__" => "Implement setattr(self, name, value).",
2333 "_ast.UAdd.__sizeof__" => "Size of object in memory, in bytes.",
2334 "_ast.UAdd.__str__" => "Return str(self).",
2335 "_ast.UAdd.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2336 "_ast.UAdd.__weakref__" => "list of weak references to the object",
2337 "_ast.USub" => "USub",
2338 "_ast.USub.__delattr__" => "Implement delattr(self, name).",
2339 "_ast.USub.__eq__" => "Return self==value.",
2340 "_ast.USub.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2341 "_ast.USub.__ge__" => "Return self>=value.",
2342 "_ast.USub.__getattribute__" => "Return getattr(self, name).",
2343 "_ast.USub.__getstate__" => "Helper for pickle.",
2344 "_ast.USub.__gt__" => "Return self>value.",
2345 "_ast.USub.__hash__" => "Return hash(self).",
2346 "_ast.USub.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2347 "_ast.USub.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2348 "_ast.USub.__le__" => "Return self<=value.",
2349 "_ast.USub.__lt__" => "Return self<value.",
2350 "_ast.USub.__ne__" => "Return self!=value.",
2351 "_ast.USub.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2352 "_ast.USub.__reduce_ex__" => "Helper for pickle.",
2353 "_ast.USub.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2354 "_ast.USub.__repr__" => "Return repr(self).",
2355 "_ast.USub.__setattr__" => "Implement setattr(self, name, value).",
2356 "_ast.USub.__sizeof__" => "Size of object in memory, in bytes.",
2357 "_ast.USub.__str__" => "Return str(self).",
2358 "_ast.USub.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2359 "_ast.USub.__weakref__" => "list of weak references to the object",
2360 "_ast.UnaryOp" => "UnaryOp(unaryop op, expr operand)",
2361 "_ast.UnaryOp.__delattr__" => "Implement delattr(self, name).",
2362 "_ast.UnaryOp.__eq__" => "Return self==value.",
2363 "_ast.UnaryOp.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2364 "_ast.UnaryOp.__ge__" => "Return self>=value.",
2365 "_ast.UnaryOp.__getattribute__" => "Return getattr(self, name).",
2366 "_ast.UnaryOp.__getstate__" => "Helper for pickle.",
2367 "_ast.UnaryOp.__gt__" => "Return self>value.",
2368 "_ast.UnaryOp.__hash__" => "Return hash(self).",
2369 "_ast.UnaryOp.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2370 "_ast.UnaryOp.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2371 "_ast.UnaryOp.__le__" => "Return self<=value.",
2372 "_ast.UnaryOp.__lt__" => "Return self<value.",
2373 "_ast.UnaryOp.__ne__" => "Return self!=value.",
2374 "_ast.UnaryOp.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2375 "_ast.UnaryOp.__reduce_ex__" => "Helper for pickle.",
2376 "_ast.UnaryOp.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2377 "_ast.UnaryOp.__repr__" => "Return repr(self).",
2378 "_ast.UnaryOp.__setattr__" => "Implement setattr(self, name, value).",
2379 "_ast.UnaryOp.__sizeof__" => "Size of object in memory, in bytes.",
2380 "_ast.UnaryOp.__str__" => "Return str(self).",
2381 "_ast.UnaryOp.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2382 "_ast.UnaryOp.__weakref__" => "list of weak references to the object",
2383 "_ast.While" => "While(expr test, stmt* body, stmt* orelse)",
2384 "_ast.While.__delattr__" => "Implement delattr(self, name).",
2385 "_ast.While.__eq__" => "Return self==value.",
2386 "_ast.While.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2387 "_ast.While.__ge__" => "Return self>=value.",
2388 "_ast.While.__getattribute__" => "Return getattr(self, name).",
2389 "_ast.While.__getstate__" => "Helper for pickle.",
2390 "_ast.While.__gt__" => "Return self>value.",
2391 "_ast.While.__hash__" => "Return hash(self).",
2392 "_ast.While.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2393 "_ast.While.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2394 "_ast.While.__le__" => "Return self<=value.",
2395 "_ast.While.__lt__" => "Return self<value.",
2396 "_ast.While.__ne__" => "Return self!=value.",
2397 "_ast.While.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2398 "_ast.While.__reduce_ex__" => "Helper for pickle.",
2399 "_ast.While.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2400 "_ast.While.__repr__" => "Return repr(self).",
2401 "_ast.While.__setattr__" => "Implement setattr(self, name, value).",
2402 "_ast.While.__sizeof__" => "Size of object in memory, in bytes.",
2403 "_ast.While.__str__" => "Return str(self).",
2404 "_ast.While.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2405 "_ast.While.__weakref__" => "list of weak references to the object",
2406 "_ast.With" => "With(withitem* items, stmt* body, string? type_comment)",
2407 "_ast.With.__delattr__" => "Implement delattr(self, name).",
2408 "_ast.With.__eq__" => "Return self==value.",
2409 "_ast.With.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2410 "_ast.With.__ge__" => "Return self>=value.",
2411 "_ast.With.__getattribute__" => "Return getattr(self, name).",
2412 "_ast.With.__getstate__" => "Helper for pickle.",
2413 "_ast.With.__gt__" => "Return self>value.",
2414 "_ast.With.__hash__" => "Return hash(self).",
2415 "_ast.With.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2416 "_ast.With.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2417 "_ast.With.__le__" => "Return self<=value.",
2418 "_ast.With.__lt__" => "Return self<value.",
2419 "_ast.With.__ne__" => "Return self!=value.",
2420 "_ast.With.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2421 "_ast.With.__reduce_ex__" => "Helper for pickle.",
2422 "_ast.With.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2423 "_ast.With.__repr__" => "Return repr(self).",
2424 "_ast.With.__setattr__" => "Implement setattr(self, name, value).",
2425 "_ast.With.__sizeof__" => "Size of object in memory, in bytes.",
2426 "_ast.With.__str__" => "Return str(self).",
2427 "_ast.With.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2428 "_ast.With.__weakref__" => "list of weak references to the object",
2429 "_ast.Yield" => "Yield(expr? value)",
2430 "_ast.Yield.__delattr__" => "Implement delattr(self, name).",
2431 "_ast.Yield.__eq__" => "Return self==value.",
2432 "_ast.Yield.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2433 "_ast.Yield.__ge__" => "Return self>=value.",
2434 "_ast.Yield.__getattribute__" => "Return getattr(self, name).",
2435 "_ast.Yield.__getstate__" => "Helper for pickle.",
2436 "_ast.Yield.__gt__" => "Return self>value.",
2437 "_ast.Yield.__hash__" => "Return hash(self).",
2438 "_ast.Yield.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2439 "_ast.Yield.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2440 "_ast.Yield.__le__" => "Return self<=value.",
2441 "_ast.Yield.__lt__" => "Return self<value.",
2442 "_ast.Yield.__ne__" => "Return self!=value.",
2443 "_ast.Yield.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2444 "_ast.Yield.__reduce_ex__" => "Helper for pickle.",
2445 "_ast.Yield.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2446 "_ast.Yield.__repr__" => "Return repr(self).",
2447 "_ast.Yield.__setattr__" => "Implement setattr(self, name, value).",
2448 "_ast.Yield.__sizeof__" => "Size of object in memory, in bytes.",
2449 "_ast.Yield.__str__" => "Return str(self).",
2450 "_ast.Yield.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2451 "_ast.Yield.__weakref__" => "list of weak references to the object",
2452 "_ast.YieldFrom" => "YieldFrom(expr value)",
2453 "_ast.YieldFrom.__delattr__" => "Implement delattr(self, name).",
2454 "_ast.YieldFrom.__eq__" => "Return self==value.",
2455 "_ast.YieldFrom.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2456 "_ast.YieldFrom.__ge__" => "Return self>=value.",
2457 "_ast.YieldFrom.__getattribute__" => "Return getattr(self, name).",
2458 "_ast.YieldFrom.__getstate__" => "Helper for pickle.",
2459 "_ast.YieldFrom.__gt__" => "Return self>value.",
2460 "_ast.YieldFrom.__hash__" => "Return hash(self).",
2461 "_ast.YieldFrom.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2462 "_ast.YieldFrom.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2463 "_ast.YieldFrom.__le__" => "Return self<=value.",
2464 "_ast.YieldFrom.__lt__" => "Return self<value.",
2465 "_ast.YieldFrom.__ne__" => "Return self!=value.",
2466 "_ast.YieldFrom.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2467 "_ast.YieldFrom.__reduce_ex__" => "Helper for pickle.",
2468 "_ast.YieldFrom.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2469 "_ast.YieldFrom.__repr__" => "Return repr(self).",
2470 "_ast.YieldFrom.__setattr__" => "Implement setattr(self, name, value).",
2471 "_ast.YieldFrom.__sizeof__" => "Size of object in memory, in bytes.",
2472 "_ast.YieldFrom.__str__" => "Return str(self).",
2473 "_ast.YieldFrom.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2474 "_ast.YieldFrom.__weakref__" => "list of weak references to the object",
2475 "_ast.alias" => "alias(identifier name, identifier? asname)",
2476 "_ast.alias.__delattr__" => "Implement delattr(self, name).",
2477 "_ast.alias.__eq__" => "Return self==value.",
2478 "_ast.alias.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2479 "_ast.alias.__ge__" => "Return self>=value.",
2480 "_ast.alias.__getattribute__" => "Return getattr(self, name).",
2481 "_ast.alias.__getstate__" => "Helper for pickle.",
2482 "_ast.alias.__gt__" => "Return self>value.",
2483 "_ast.alias.__hash__" => "Return hash(self).",
2484 "_ast.alias.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2485 "_ast.alias.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2486 "_ast.alias.__le__" => "Return self<=value.",
2487 "_ast.alias.__lt__" => "Return self<value.",
2488 "_ast.alias.__ne__" => "Return self!=value.",
2489 "_ast.alias.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2490 "_ast.alias.__reduce_ex__" => "Helper for pickle.",
2491 "_ast.alias.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2492 "_ast.alias.__repr__" => "Return repr(self).",
2493 "_ast.alias.__setattr__" => "Implement setattr(self, name, value).",
2494 "_ast.alias.__sizeof__" => "Size of object in memory, in bytes.",
2495 "_ast.alias.__str__" => "Return str(self).",
2496 "_ast.alias.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2497 "_ast.alias.__weakref__" => "list of weak references to the object",
2498 "_ast.arg" => "arg(identifier arg, expr? annotation, string? type_comment)",
2499 "_ast.arg.__delattr__" => "Implement delattr(self, name).",
2500 "_ast.arg.__eq__" => "Return self==value.",
2501 "_ast.arg.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2502 "_ast.arg.__ge__" => "Return self>=value.",
2503 "_ast.arg.__getattribute__" => "Return getattr(self, name).",
2504 "_ast.arg.__getstate__" => "Helper for pickle.",
2505 "_ast.arg.__gt__" => "Return self>value.",
2506 "_ast.arg.__hash__" => "Return hash(self).",
2507 "_ast.arg.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2508 "_ast.arg.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2509 "_ast.arg.__le__" => "Return self<=value.",
2510 "_ast.arg.__lt__" => "Return self<value.",
2511 "_ast.arg.__ne__" => "Return self!=value.",
2512 "_ast.arg.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2513 "_ast.arg.__reduce_ex__" => "Helper for pickle.",
2514 "_ast.arg.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2515 "_ast.arg.__repr__" => "Return repr(self).",
2516 "_ast.arg.__setattr__" => "Implement setattr(self, name, value).",
2517 "_ast.arg.__sizeof__" => "Size of object in memory, in bytes.",
2518 "_ast.arg.__str__" => "Return str(self).",
2519 "_ast.arg.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2520 "_ast.arg.__weakref__" => "list of weak references to the object",
2521 "_ast.arguments" => "arguments(arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs, expr?* kw_defaults, arg? kwarg, expr* defaults)",
2522 "_ast.arguments.__delattr__" => "Implement delattr(self, name).",
2523 "_ast.arguments.__eq__" => "Return self==value.",
2524 "_ast.arguments.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2525 "_ast.arguments.__ge__" => "Return self>=value.",
2526 "_ast.arguments.__getattribute__" => "Return getattr(self, name).",
2527 "_ast.arguments.__getstate__" => "Helper for pickle.",
2528 "_ast.arguments.__gt__" => "Return self>value.",
2529 "_ast.arguments.__hash__" => "Return hash(self).",
2530 "_ast.arguments.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2531 "_ast.arguments.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2532 "_ast.arguments.__le__" => "Return self<=value.",
2533 "_ast.arguments.__lt__" => "Return self<value.",
2534 "_ast.arguments.__ne__" => "Return self!=value.",
2535 "_ast.arguments.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2536 "_ast.arguments.__reduce_ex__" => "Helper for pickle.",
2537 "_ast.arguments.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2538 "_ast.arguments.__repr__" => "Return repr(self).",
2539 "_ast.arguments.__setattr__" => "Implement setattr(self, name, value).",
2540 "_ast.arguments.__sizeof__" => "Size of object in memory, in bytes.",
2541 "_ast.arguments.__str__" => "Return str(self).",
2542 "_ast.arguments.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2543 "_ast.arguments.__weakref__" => "list of weak references to the object",
2544 "_ast.boolop" => "boolop = And | Or",
2545 "_ast.boolop.__delattr__" => "Implement delattr(self, name).",
2546 "_ast.boolop.__eq__" => "Return self==value.",
2547 "_ast.boolop.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2548 "_ast.boolop.__ge__" => "Return self>=value.",
2549 "_ast.boolop.__getattribute__" => "Return getattr(self, name).",
2550 "_ast.boolop.__getstate__" => "Helper for pickle.",
2551 "_ast.boolop.__gt__" => "Return self>value.",
2552 "_ast.boolop.__hash__" => "Return hash(self).",
2553 "_ast.boolop.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2554 "_ast.boolop.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2555 "_ast.boolop.__le__" => "Return self<=value.",
2556 "_ast.boolop.__lt__" => "Return self<value.",
2557 "_ast.boolop.__ne__" => "Return self!=value.",
2558 "_ast.boolop.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2559 "_ast.boolop.__reduce_ex__" => "Helper for pickle.",
2560 "_ast.boolop.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2561 "_ast.boolop.__repr__" => "Return repr(self).",
2562 "_ast.boolop.__setattr__" => "Implement setattr(self, name, value).",
2563 "_ast.boolop.__sizeof__" => "Size of object in memory, in bytes.",
2564 "_ast.boolop.__str__" => "Return str(self).",
2565 "_ast.boolop.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2566 "_ast.boolop.__weakref__" => "list of weak references to the object",
2567 "_ast.cmpop" => "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn",
2568 "_ast.cmpop.__delattr__" => "Implement delattr(self, name).",
2569 "_ast.cmpop.__eq__" => "Return self==value.",
2570 "_ast.cmpop.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2571 "_ast.cmpop.__ge__" => "Return self>=value.",
2572 "_ast.cmpop.__getattribute__" => "Return getattr(self, name).",
2573 "_ast.cmpop.__getstate__" => "Helper for pickle.",
2574 "_ast.cmpop.__gt__" => "Return self>value.",
2575 "_ast.cmpop.__hash__" => "Return hash(self).",
2576 "_ast.cmpop.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2577 "_ast.cmpop.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2578 "_ast.cmpop.__le__" => "Return self<=value.",
2579 "_ast.cmpop.__lt__" => "Return self<value.",
2580 "_ast.cmpop.__ne__" => "Return self!=value.",
2581 "_ast.cmpop.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2582 "_ast.cmpop.__reduce_ex__" => "Helper for pickle.",
2583 "_ast.cmpop.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2584 "_ast.cmpop.__repr__" => "Return repr(self).",
2585 "_ast.cmpop.__setattr__" => "Implement setattr(self, name, value).",
2586 "_ast.cmpop.__sizeof__" => "Size of object in memory, in bytes.",
2587 "_ast.cmpop.__str__" => "Return str(self).",
2588 "_ast.cmpop.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2589 "_ast.cmpop.__weakref__" => "list of weak references to the object",
2590 "_ast.comprehension" => "comprehension(expr target, expr iter, expr* ifs, int is_async)",
2591 "_ast.comprehension.__delattr__" => "Implement delattr(self, name).",
2592 "_ast.comprehension.__eq__" => "Return self==value.",
2593 "_ast.comprehension.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2594 "_ast.comprehension.__ge__" => "Return self>=value.",
2595 "_ast.comprehension.__getattribute__" => "Return getattr(self, name).",
2596 "_ast.comprehension.__getstate__" => "Helper for pickle.",
2597 "_ast.comprehension.__gt__" => "Return self>value.",
2598 "_ast.comprehension.__hash__" => "Return hash(self).",
2599 "_ast.comprehension.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2600 "_ast.comprehension.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2601 "_ast.comprehension.__le__" => "Return self<=value.",
2602 "_ast.comprehension.__lt__" => "Return self<value.",
2603 "_ast.comprehension.__ne__" => "Return self!=value.",
2604 "_ast.comprehension.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2605 "_ast.comprehension.__reduce_ex__" => "Helper for pickle.",
2606 "_ast.comprehension.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2607 "_ast.comprehension.__repr__" => "Return repr(self).",
2608 "_ast.comprehension.__setattr__" => "Implement setattr(self, name, value).",
2609 "_ast.comprehension.__sizeof__" => "Size of object in memory, in bytes.",
2610 "_ast.comprehension.__str__" => "Return str(self).",
2611 "_ast.comprehension.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2612 "_ast.comprehension.__weakref__" => "list of weak references to the object",
2613 "_ast.excepthandler" => "excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body)",
2614 "_ast.excepthandler.__delattr__" => "Implement delattr(self, name).",
2615 "_ast.excepthandler.__eq__" => "Return self==value.",
2616 "_ast.excepthandler.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2617 "_ast.excepthandler.__ge__" => "Return self>=value.",
2618 "_ast.excepthandler.__getattribute__" => "Return getattr(self, name).",
2619 "_ast.excepthandler.__getstate__" => "Helper for pickle.",
2620 "_ast.excepthandler.__gt__" => "Return self>value.",
2621 "_ast.excepthandler.__hash__" => "Return hash(self).",
2622 "_ast.excepthandler.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2623 "_ast.excepthandler.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2624 "_ast.excepthandler.__le__" => "Return self<=value.",
2625 "_ast.excepthandler.__lt__" => "Return self<value.",
2626 "_ast.excepthandler.__ne__" => "Return self!=value.",
2627 "_ast.excepthandler.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2628 "_ast.excepthandler.__reduce_ex__" => "Helper for pickle.",
2629 "_ast.excepthandler.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2630 "_ast.excepthandler.__repr__" => "Return repr(self).",
2631 "_ast.excepthandler.__setattr__" => "Implement setattr(self, name, value).",
2632 "_ast.excepthandler.__sizeof__" => "Size of object in memory, in bytes.",
2633 "_ast.excepthandler.__str__" => "Return str(self).",
2634 "_ast.excepthandler.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2635 "_ast.excepthandler.__weakref__" => "list of weak references to the object",
2636 "_ast.expr" => "expr = BoolOp(boolop op, expr* values)\n | NamedExpr(expr target, expr value)\n | BinOp(expr left, operator op, expr right)\n | UnaryOp(unaryop op, expr operand)\n | Lambda(arguments args, expr body)\n | IfExp(expr test, expr body, expr orelse)\n | Dict(expr?* keys, expr* values)\n | Set(expr* elts)\n | ListComp(expr elt, comprehension* generators)\n | SetComp(expr elt, comprehension* generators)\n | DictComp(expr key, expr value, comprehension* generators)\n | GeneratorExp(expr elt, comprehension* generators)\n | Await(expr value)\n | Yield(expr? value)\n | YieldFrom(expr value)\n | Compare(expr left, cmpop* ops, expr* comparators)\n | Call(expr func, expr* args, keyword* keywords)\n | FormattedValue(expr value, int conversion, expr? format_spec)\n | Interpolation(expr value, constant str, int conversion, expr? format_spec)\n | JoinedStr(expr* values)\n | TemplateStr(expr* values)\n | Constant(constant value, string? kind)\n | Attribute(expr value, identifier attr, expr_context ctx)\n | Subscript(expr value, expr slice, expr_context ctx)\n | Starred(expr value, expr_context ctx)\n | Name(identifier id, expr_context ctx)\n | List(expr* elts, expr_context ctx)\n | Tuple(expr* elts, expr_context ctx)\n | Slice(expr? lower, expr? upper, expr? step)",
2637 "_ast.expr.__delattr__" => "Implement delattr(self, name).",
2638 "_ast.expr.__eq__" => "Return self==value.",
2639 "_ast.expr.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2640 "_ast.expr.__ge__" => "Return self>=value.",
2641 "_ast.expr.__getattribute__" => "Return getattr(self, name).",
2642 "_ast.expr.__getstate__" => "Helper for pickle.",
2643 "_ast.expr.__gt__" => "Return self>value.",
2644 "_ast.expr.__hash__" => "Return hash(self).",
2645 "_ast.expr.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2646 "_ast.expr.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2647 "_ast.expr.__le__" => "Return self<=value.",
2648 "_ast.expr.__lt__" => "Return self<value.",
2649 "_ast.expr.__ne__" => "Return self!=value.",
2650 "_ast.expr.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2651 "_ast.expr.__reduce_ex__" => "Helper for pickle.",
2652 "_ast.expr.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2653 "_ast.expr.__repr__" => "Return repr(self).",
2654 "_ast.expr.__setattr__" => "Implement setattr(self, name, value).",
2655 "_ast.expr.__sizeof__" => "Size of object in memory, in bytes.",
2656 "_ast.expr.__str__" => "Return str(self).",
2657 "_ast.expr.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2658 "_ast.expr.__weakref__" => "list of weak references to the object",
2659 "_ast.expr_context" => "expr_context = Load | Store | Del",
2660 "_ast.expr_context.__delattr__" => "Implement delattr(self, name).",
2661 "_ast.expr_context.__eq__" => "Return self==value.",
2662 "_ast.expr_context.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2663 "_ast.expr_context.__ge__" => "Return self>=value.",
2664 "_ast.expr_context.__getattribute__" => "Return getattr(self, name).",
2665 "_ast.expr_context.__getstate__" => "Helper for pickle.",
2666 "_ast.expr_context.__gt__" => "Return self>value.",
2667 "_ast.expr_context.__hash__" => "Return hash(self).",
2668 "_ast.expr_context.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2669 "_ast.expr_context.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2670 "_ast.expr_context.__le__" => "Return self<=value.",
2671 "_ast.expr_context.__lt__" => "Return self<value.",
2672 "_ast.expr_context.__ne__" => "Return self!=value.",
2673 "_ast.expr_context.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2674 "_ast.expr_context.__reduce_ex__" => "Helper for pickle.",
2675 "_ast.expr_context.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2676 "_ast.expr_context.__repr__" => "Return repr(self).",
2677 "_ast.expr_context.__setattr__" => "Implement setattr(self, name, value).",
2678 "_ast.expr_context.__sizeof__" => "Size of object in memory, in bytes.",
2679 "_ast.expr_context.__str__" => "Return str(self).",
2680 "_ast.expr_context.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2681 "_ast.expr_context.__weakref__" => "list of weak references to the object",
2682 "_ast.keyword" => "keyword(identifier? arg, expr value)",
2683 "_ast.keyword.__delattr__" => "Implement delattr(self, name).",
2684 "_ast.keyword.__eq__" => "Return self==value.",
2685 "_ast.keyword.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2686 "_ast.keyword.__ge__" => "Return self>=value.",
2687 "_ast.keyword.__getattribute__" => "Return getattr(self, name).",
2688 "_ast.keyword.__getstate__" => "Helper for pickle.",
2689 "_ast.keyword.__gt__" => "Return self>value.",
2690 "_ast.keyword.__hash__" => "Return hash(self).",
2691 "_ast.keyword.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2692 "_ast.keyword.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2693 "_ast.keyword.__le__" => "Return self<=value.",
2694 "_ast.keyword.__lt__" => "Return self<value.",
2695 "_ast.keyword.__ne__" => "Return self!=value.",
2696 "_ast.keyword.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2697 "_ast.keyword.__reduce_ex__" => "Helper for pickle.",
2698 "_ast.keyword.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2699 "_ast.keyword.__repr__" => "Return repr(self).",
2700 "_ast.keyword.__setattr__" => "Implement setattr(self, name, value).",
2701 "_ast.keyword.__sizeof__" => "Size of object in memory, in bytes.",
2702 "_ast.keyword.__str__" => "Return str(self).",
2703 "_ast.keyword.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2704 "_ast.keyword.__weakref__" => "list of weak references to the object",
2705 "_ast.match_case" => "match_case(pattern pattern, expr? guard, stmt* body)",
2706 "_ast.match_case.__delattr__" => "Implement delattr(self, name).",
2707 "_ast.match_case.__eq__" => "Return self==value.",
2708 "_ast.match_case.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2709 "_ast.match_case.__ge__" => "Return self>=value.",
2710 "_ast.match_case.__getattribute__" => "Return getattr(self, name).",
2711 "_ast.match_case.__getstate__" => "Helper for pickle.",
2712 "_ast.match_case.__gt__" => "Return self>value.",
2713 "_ast.match_case.__hash__" => "Return hash(self).",
2714 "_ast.match_case.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2715 "_ast.match_case.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2716 "_ast.match_case.__le__" => "Return self<=value.",
2717 "_ast.match_case.__lt__" => "Return self<value.",
2718 "_ast.match_case.__ne__" => "Return self!=value.",
2719 "_ast.match_case.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2720 "_ast.match_case.__reduce_ex__" => "Helper for pickle.",
2721 "_ast.match_case.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2722 "_ast.match_case.__repr__" => "Return repr(self).",
2723 "_ast.match_case.__setattr__" => "Implement setattr(self, name, value).",
2724 "_ast.match_case.__sizeof__" => "Size of object in memory, in bytes.",
2725 "_ast.match_case.__str__" => "Return str(self).",
2726 "_ast.match_case.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2727 "_ast.match_case.__weakref__" => "list of weak references to the object",
2728 "_ast.mod" => "mod = Module(stmt* body, type_ignore* type_ignores)\n | Interactive(stmt* body)\n | Expression(expr body)\n | FunctionType(expr* argtypes, expr returns)",
2729 "_ast.mod.__delattr__" => "Implement delattr(self, name).",
2730 "_ast.mod.__eq__" => "Return self==value.",
2731 "_ast.mod.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2732 "_ast.mod.__ge__" => "Return self>=value.",
2733 "_ast.mod.__getattribute__" => "Return getattr(self, name).",
2734 "_ast.mod.__getstate__" => "Helper for pickle.",
2735 "_ast.mod.__gt__" => "Return self>value.",
2736 "_ast.mod.__hash__" => "Return hash(self).",
2737 "_ast.mod.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2738 "_ast.mod.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2739 "_ast.mod.__le__" => "Return self<=value.",
2740 "_ast.mod.__lt__" => "Return self<value.",
2741 "_ast.mod.__ne__" => "Return self!=value.",
2742 "_ast.mod.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2743 "_ast.mod.__reduce_ex__" => "Helper for pickle.",
2744 "_ast.mod.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2745 "_ast.mod.__repr__" => "Return repr(self).",
2746 "_ast.mod.__setattr__" => "Implement setattr(self, name, value).",
2747 "_ast.mod.__sizeof__" => "Size of object in memory, in bytes.",
2748 "_ast.mod.__str__" => "Return str(self).",
2749 "_ast.mod.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2750 "_ast.mod.__weakref__" => "list of weak references to the object",
2751 "_ast.operator" => "operator = Add | Sub | Mult | MatMult | Div | Mod | Pow | LShift | RShift | BitOr | BitXor | BitAnd | FloorDiv",
2752 "_ast.operator.__delattr__" => "Implement delattr(self, name).",
2753 "_ast.operator.__eq__" => "Return self==value.",
2754 "_ast.operator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2755 "_ast.operator.__ge__" => "Return self>=value.",
2756 "_ast.operator.__getattribute__" => "Return getattr(self, name).",
2757 "_ast.operator.__getstate__" => "Helper for pickle.",
2758 "_ast.operator.__gt__" => "Return self>value.",
2759 "_ast.operator.__hash__" => "Return hash(self).",
2760 "_ast.operator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2761 "_ast.operator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2762 "_ast.operator.__le__" => "Return self<=value.",
2763 "_ast.operator.__lt__" => "Return self<value.",
2764 "_ast.operator.__ne__" => "Return self!=value.",
2765 "_ast.operator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2766 "_ast.operator.__reduce_ex__" => "Helper for pickle.",
2767 "_ast.operator.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2768 "_ast.operator.__repr__" => "Return repr(self).",
2769 "_ast.operator.__setattr__" => "Implement setattr(self, name, value).",
2770 "_ast.operator.__sizeof__" => "Size of object in memory, in bytes.",
2771 "_ast.operator.__str__" => "Return str(self).",
2772 "_ast.operator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2773 "_ast.operator.__weakref__" => "list of weak references to the object",
2774 "_ast.pattern" => "pattern = MatchValue(expr value)\n | MatchSingleton(constant value)\n | MatchSequence(pattern* patterns)\n | MatchMapping(expr* keys, pattern* patterns, identifier? rest)\n | MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)\n | MatchStar(identifier? name)\n | MatchAs(pattern? pattern, identifier? name)\n | MatchOr(pattern* patterns)",
2775 "_ast.pattern.__delattr__" => "Implement delattr(self, name).",
2776 "_ast.pattern.__eq__" => "Return self==value.",
2777 "_ast.pattern.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2778 "_ast.pattern.__ge__" => "Return self>=value.",
2779 "_ast.pattern.__getattribute__" => "Return getattr(self, name).",
2780 "_ast.pattern.__getstate__" => "Helper for pickle.",
2781 "_ast.pattern.__gt__" => "Return self>value.",
2782 "_ast.pattern.__hash__" => "Return hash(self).",
2783 "_ast.pattern.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2784 "_ast.pattern.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2785 "_ast.pattern.__le__" => "Return self<=value.",
2786 "_ast.pattern.__lt__" => "Return self<value.",
2787 "_ast.pattern.__ne__" => "Return self!=value.",
2788 "_ast.pattern.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2789 "_ast.pattern.__reduce_ex__" => "Helper for pickle.",
2790 "_ast.pattern.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2791 "_ast.pattern.__repr__" => "Return repr(self).",
2792 "_ast.pattern.__setattr__" => "Implement setattr(self, name, value).",
2793 "_ast.pattern.__sizeof__" => "Size of object in memory, in bytes.",
2794 "_ast.pattern.__str__" => "Return str(self).",
2795 "_ast.pattern.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2796 "_ast.pattern.__weakref__" => "list of weak references to the object",
2797 "_ast.stmt" => "stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)\n | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment, type_param* type_params)\n | ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list, type_param* type_params)\n | Return(expr? value)\n | Delete(expr* targets)\n | Assign(expr* targets, expr value, string? type_comment)\n | TypeAlias(expr name, type_param* type_params, expr value)\n | AugAssign(expr target, operator op, expr value)\n | AnnAssign(expr target, expr annotation, expr? value, int simple)\n | For(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)\n | AsyncFor(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment)\n | While(expr test, stmt* body, stmt* orelse)\n | If(expr test, stmt* body, stmt* orelse)\n | With(withitem* items, stmt* body, string? type_comment)\n | AsyncWith(withitem* items, stmt* body, string? type_comment)\n | Match(expr subject, match_case* cases)\n | Raise(expr? exc, expr? cause)\n | Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)\n | TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)\n | Assert(expr test, expr? msg)\n | Import(alias* names)\n | ImportFrom(identifier? module, alias* names, int? level)\n | Global(identifier* names)\n | Nonlocal(identifier* names)\n | Expr(expr value)\n | Pass\n | Break\n | Continue",
2798 "_ast.stmt.__delattr__" => "Implement delattr(self, name).",
2799 "_ast.stmt.__eq__" => "Return self==value.",
2800 "_ast.stmt.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2801 "_ast.stmt.__ge__" => "Return self>=value.",
2802 "_ast.stmt.__getattribute__" => "Return getattr(self, name).",
2803 "_ast.stmt.__getstate__" => "Helper for pickle.",
2804 "_ast.stmt.__gt__" => "Return self>value.",
2805 "_ast.stmt.__hash__" => "Return hash(self).",
2806 "_ast.stmt.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2807 "_ast.stmt.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2808 "_ast.stmt.__le__" => "Return self<=value.",
2809 "_ast.stmt.__lt__" => "Return self<value.",
2810 "_ast.stmt.__ne__" => "Return self!=value.",
2811 "_ast.stmt.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2812 "_ast.stmt.__reduce_ex__" => "Helper for pickle.",
2813 "_ast.stmt.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2814 "_ast.stmt.__repr__" => "Return repr(self).",
2815 "_ast.stmt.__setattr__" => "Implement setattr(self, name, value).",
2816 "_ast.stmt.__sizeof__" => "Size of object in memory, in bytes.",
2817 "_ast.stmt.__str__" => "Return str(self).",
2818 "_ast.stmt.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2819 "_ast.stmt.__weakref__" => "list of weak references to the object",
2820 "_ast.type_ignore" => "type_ignore = TypeIgnore(int lineno, string tag)",
2821 "_ast.type_ignore.__delattr__" => "Implement delattr(self, name).",
2822 "_ast.type_ignore.__eq__" => "Return self==value.",
2823 "_ast.type_ignore.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2824 "_ast.type_ignore.__ge__" => "Return self>=value.",
2825 "_ast.type_ignore.__getattribute__" => "Return getattr(self, name).",
2826 "_ast.type_ignore.__getstate__" => "Helper for pickle.",
2827 "_ast.type_ignore.__gt__" => "Return self>value.",
2828 "_ast.type_ignore.__hash__" => "Return hash(self).",
2829 "_ast.type_ignore.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2830 "_ast.type_ignore.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2831 "_ast.type_ignore.__le__" => "Return self<=value.",
2832 "_ast.type_ignore.__lt__" => "Return self<value.",
2833 "_ast.type_ignore.__ne__" => "Return self!=value.",
2834 "_ast.type_ignore.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2835 "_ast.type_ignore.__reduce_ex__" => "Helper for pickle.",
2836 "_ast.type_ignore.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2837 "_ast.type_ignore.__repr__" => "Return repr(self).",
2838 "_ast.type_ignore.__setattr__" => "Implement setattr(self, name, value).",
2839 "_ast.type_ignore.__sizeof__" => "Size of object in memory, in bytes.",
2840 "_ast.type_ignore.__str__" => "Return str(self).",
2841 "_ast.type_ignore.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2842 "_ast.type_ignore.__weakref__" => "list of weak references to the object",
2843 "_ast.type_param" => "type_param = TypeVar(identifier name, expr? bound, expr? default_value)\n | ParamSpec(identifier name, expr? default_value)\n | TypeVarTuple(identifier name, expr? default_value)",
2844 "_ast.type_param.__delattr__" => "Implement delattr(self, name).",
2845 "_ast.type_param.__eq__" => "Return self==value.",
2846 "_ast.type_param.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2847 "_ast.type_param.__ge__" => "Return self>=value.",
2848 "_ast.type_param.__getattribute__" => "Return getattr(self, name).",
2849 "_ast.type_param.__getstate__" => "Helper for pickle.",
2850 "_ast.type_param.__gt__" => "Return self>value.",
2851 "_ast.type_param.__hash__" => "Return hash(self).",
2852 "_ast.type_param.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2853 "_ast.type_param.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2854 "_ast.type_param.__le__" => "Return self<=value.",
2855 "_ast.type_param.__lt__" => "Return self<value.",
2856 "_ast.type_param.__ne__" => "Return self!=value.",
2857 "_ast.type_param.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2858 "_ast.type_param.__reduce_ex__" => "Helper for pickle.",
2859 "_ast.type_param.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2860 "_ast.type_param.__repr__" => "Return repr(self).",
2861 "_ast.type_param.__setattr__" => "Implement setattr(self, name, value).",
2862 "_ast.type_param.__sizeof__" => "Size of object in memory, in bytes.",
2863 "_ast.type_param.__str__" => "Return str(self).",
2864 "_ast.type_param.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2865 "_ast.type_param.__weakref__" => "list of weak references to the object",
2866 "_ast.unaryop" => "unaryop = Invert | Not | UAdd | USub",
2867 "_ast.unaryop.__delattr__" => "Implement delattr(self, name).",
2868 "_ast.unaryop.__eq__" => "Return self==value.",
2869 "_ast.unaryop.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2870 "_ast.unaryop.__ge__" => "Return self>=value.",
2871 "_ast.unaryop.__getattribute__" => "Return getattr(self, name).",
2872 "_ast.unaryop.__getstate__" => "Helper for pickle.",
2873 "_ast.unaryop.__gt__" => "Return self>value.",
2874 "_ast.unaryop.__hash__" => "Return hash(self).",
2875 "_ast.unaryop.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2876 "_ast.unaryop.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2877 "_ast.unaryop.__le__" => "Return self<=value.",
2878 "_ast.unaryop.__lt__" => "Return self<value.",
2879 "_ast.unaryop.__ne__" => "Return self!=value.",
2880 "_ast.unaryop.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2881 "_ast.unaryop.__reduce_ex__" => "Helper for pickle.",
2882 "_ast.unaryop.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2883 "_ast.unaryop.__repr__" => "Return repr(self).",
2884 "_ast.unaryop.__setattr__" => "Implement setattr(self, name, value).",
2885 "_ast.unaryop.__sizeof__" => "Size of object in memory, in bytes.",
2886 "_ast.unaryop.__str__" => "Return str(self).",
2887 "_ast.unaryop.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2888 "_ast.unaryop.__weakref__" => "list of weak references to the object",
2889 "_ast.withitem" => "withitem(expr context_expr, expr? optional_vars)",
2890 "_ast.withitem.__delattr__" => "Implement delattr(self, name).",
2891 "_ast.withitem.__eq__" => "Return self==value.",
2892 "_ast.withitem.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2893 "_ast.withitem.__ge__" => "Return self>=value.",
2894 "_ast.withitem.__getattribute__" => "Return getattr(self, name).",
2895 "_ast.withitem.__getstate__" => "Helper for pickle.",
2896 "_ast.withitem.__gt__" => "Return self>value.",
2897 "_ast.withitem.__hash__" => "Return hash(self).",
2898 "_ast.withitem.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2899 "_ast.withitem.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2900 "_ast.withitem.__le__" => "Return self<=value.",
2901 "_ast.withitem.__lt__" => "Return self<value.",
2902 "_ast.withitem.__ne__" => "Return self!=value.",
2903 "_ast.withitem.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2904 "_ast.withitem.__reduce_ex__" => "Helper for pickle.",
2905 "_ast.withitem.__replace__" => "Return a copy of the AST node with new values for the specified fields.",
2906 "_ast.withitem.__repr__" => "Return repr(self).",
2907 "_ast.withitem.__setattr__" => "Implement setattr(self, name, value).",
2908 "_ast.withitem.__sizeof__" => "Size of object in memory, in bytes.",
2909 "_ast.withitem.__str__" => "Return str(self).",
2910 "_ast.withitem.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2911 "_ast.withitem.__weakref__" => "list of weak references to the object",
2912 "_asyncio" => "Accelerator module for asyncio",
2913 "_asyncio.Future" => "This class is *almost* compatible with concurrent.futures.Future.\n\n Differences:\n\n - result() and exception() do not take a timeout argument and\n raise an exception when the future isn't done yet.\n\n - Callbacks registered with add_done_callback() are always called\n via the event loop's call_soon_threadsafe().\n\n - This class is not compatible with the wait() and as_completed()\n methods in the concurrent.futures package.",
2914 "_asyncio.Future.__await__" => "Return an iterator to be used in await expression.",
2915 "_asyncio.Future.__class_getitem__" => "See PEP 585",
2916 "_asyncio.Future.__del__" => "Called when the instance is about to be destroyed.",
2917 "_asyncio.Future.__delattr__" => "Implement delattr(self, name).",
2918 "_asyncio.Future.__eq__" => "Return self==value.",
2919 "_asyncio.Future.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2920 "_asyncio.Future.__ge__" => "Return self>=value.",
2921 "_asyncio.Future.__getattribute__" => "Return getattr(self, name).",
2922 "_asyncio.Future.__getstate__" => "Helper for pickle.",
2923 "_asyncio.Future.__gt__" => "Return self>value.",
2924 "_asyncio.Future.__hash__" => "Return hash(self).",
2925 "_asyncio.Future.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2926 "_asyncio.Future.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2927 "_asyncio.Future.__iter__" => "Implement iter(self).",
2928 "_asyncio.Future.__le__" => "Return self<=value.",
2929 "_asyncio.Future.__lt__" => "Return self<value.",
2930 "_asyncio.Future.__ne__" => "Return self!=value.",
2931 "_asyncio.Future.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2932 "_asyncio.Future.__reduce__" => "Helper for pickle.",
2933 "_asyncio.Future.__reduce_ex__" => "Helper for pickle.",
2934 "_asyncio.Future.__repr__" => "Return repr(self).",
2935 "_asyncio.Future.__setattr__" => "Implement setattr(self, name, value).",
2936 "_asyncio.Future.__sizeof__" => "Size of object in memory, in bytes.",
2937 "_asyncio.Future.__str__" => "Return str(self).",
2938 "_asyncio.Future.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2939 "_asyncio.Future._make_cancelled_error" => "Create the CancelledError to raise if the Future is cancelled.\n\nThis should only be called once when handling a cancellation since\nit erases the context exception value.",
2940 "_asyncio.Future.add_done_callback" => "Add a callback to be run when the future becomes done.\n\nThe callback is called with a single argument - the future object. If\nthe future is already done when this is called, the callback is\nscheduled with call_soon.",
2941 "_asyncio.Future.cancel" => "Cancel the future and schedule callbacks.\n\nIf the future is already done or cancelled, return False. Otherwise,\nchange the future's state to cancelled, schedule the callbacks and\nreturn True.",
2942 "_asyncio.Future.cancelled" => "Return True if the future was cancelled.",
2943 "_asyncio.Future.done" => "Return True if the future is done.\n\nDone means either that a result / exception are available, or that the\nfuture was cancelled.",
2944 "_asyncio.Future.exception" => "Return the exception that was set on this future.\n\nThe exception (or None if no exception was set) is returned only if\nthe future is done. If the future has been cancelled, raises\nCancelledError. If the future isn't done yet, raises\nInvalidStateError.",
2945 "_asyncio.Future.get_loop" => "Return the event loop the Future is bound to.",
2946 "_asyncio.Future.remove_done_callback" => "Remove all instances of a callback from the \"call when done\" list.\n\nReturns the number of callbacks removed.",
2947 "_asyncio.Future.result" => "Return the result this future represents.\n\nIf the future has been cancelled, raises CancelledError. If the\nfuture's result isn't yet available, raises InvalidStateError. If\nthe future is done and has an exception set, this exception is raised.",
2948 "_asyncio.Future.set_exception" => "Mark the future done and set an exception.\n\nIf the future is already done when this method is called, raises\nInvalidStateError.",
2949 "_asyncio.Future.set_result" => "Mark the future done and set its result.\n\nIf the future is already done when this method is called, raises\nInvalidStateError.",
2950 "_asyncio.Task" => "A coroutine wrapped in a Future.",
2951 "_asyncio.Task.__await__" => "Return an iterator to be used in await expression.",
2952 "_asyncio.Task.__class_getitem__" => "See PEP 585",
2953 "_asyncio.Task.__del__" => "Called when the instance is about to be destroyed.",
2954 "_asyncio.Task.__delattr__" => "Implement delattr(self, name).",
2955 "_asyncio.Task.__eq__" => "Return self==value.",
2956 "_asyncio.Task.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
2957 "_asyncio.Task.__ge__" => "Return self>=value.",
2958 "_asyncio.Task.__getattribute__" => "Return getattr(self, name).",
2959 "_asyncio.Task.__getstate__" => "Helper for pickle.",
2960 "_asyncio.Task.__gt__" => "Return self>value.",
2961 "_asyncio.Task.__hash__" => "Return hash(self).",
2962 "_asyncio.Task.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
2963 "_asyncio.Task.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
2964 "_asyncio.Task.__iter__" => "Implement iter(self).",
2965 "_asyncio.Task.__le__" => "Return self<=value.",
2966 "_asyncio.Task.__lt__" => "Return self<value.",
2967 "_asyncio.Task.__ne__" => "Return self!=value.",
2968 "_asyncio.Task.__new__" => "Create and return a new object. See help(type) for accurate signature.",
2969 "_asyncio.Task.__reduce__" => "Helper for pickle.",
2970 "_asyncio.Task.__reduce_ex__" => "Helper for pickle.",
2971 "_asyncio.Task.__repr__" => "Return repr(self).",
2972 "_asyncio.Task.__setattr__" => "Implement setattr(self, name, value).",
2973 "_asyncio.Task.__sizeof__" => "Size of object in memory, in bytes.",
2974 "_asyncio.Task.__str__" => "Return str(self).",
2975 "_asyncio.Task.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
2976 "_asyncio.Task._make_cancelled_error" => "Create the CancelledError to raise if the Task is cancelled.\n\nThis should only be called once when handling a cancellation since\nit erases the context exception value.",
2977 "_asyncio.Task.add_done_callback" => "Add a callback to be run when the future becomes done.\n\nThe callback is called with a single argument - the future object. If\nthe future is already done when this is called, the callback is\nscheduled with call_soon.",
2978 "_asyncio.Task.cancel" => "Request that this task cancel itself.\n\nThis arranges for a CancelledError to be thrown into the\nwrapped coroutine on the next cycle through the event loop.\nThe coroutine then has a chance to clean up or even deny\nthe request using try/except/finally.\n\nUnlike Future.cancel, this does not guarantee that the\ntask will be cancelled: the exception might be caught and\nacted upon, delaying cancellation of the task or preventing\ncancellation completely. The task may also return a value or\nraise a different exception.\n\nImmediately after this method is called, Task.cancelled() will\nnot return True (unless the task was already cancelled). A\ntask will be marked as cancelled when the wrapped coroutine\nterminates with a CancelledError exception (even if cancel()\nwas not called).\n\nThis also increases the task's count of cancellation requests.",
2979 "_asyncio.Task.cancelled" => "Return True if the future was cancelled.",
2980 "_asyncio.Task.cancelling" => "Return the count of the task's cancellation requests.\n\nThis count is incremented when .cancel() is called\nand may be decremented using .uncancel().",
2981 "_asyncio.Task.done" => "Return True if the future is done.\n\nDone means either that a result / exception are available, or that the\nfuture was cancelled.",
2982 "_asyncio.Task.exception" => "Return the exception that was set on this future.\n\nThe exception (or None if no exception was set) is returned only if\nthe future is done. If the future has been cancelled, raises\nCancelledError. If the future isn't done yet, raises\nInvalidStateError.",
2983 "_asyncio.Task.get_loop" => "Return the event loop the Future is bound to.",
2984 "_asyncio.Task.get_stack" => "Return the list of stack frames for this task's coroutine.\n\nIf the coroutine is not done, this returns the stack where it is\nsuspended. If the coroutine has completed successfully or was\ncancelled, this returns an empty list. If the coroutine was\nterminated by an exception, this returns the list of traceback\nframes.\n\nThe frames are always ordered from oldest to newest.\n\nThe optional limit gives the maximum number of frames to\nreturn; by default all available frames are returned. Its\nmeaning differs depending on whether a stack or a traceback is\nreturned: the newest frames of a stack are returned, but the\noldest frames of a traceback are returned. (This matches the\nbehavior of the traceback module.)\n\nFor reasons beyond our control, only one stack frame is\nreturned for a suspended coroutine.",
2985 "_asyncio.Task.print_stack" => "Print the stack or traceback for this task's coroutine.\n\nThis produces output similar to that of the traceback module,\nfor the frames retrieved by get_stack(). The limit argument\nis passed to get_stack(). The file argument is an I/O stream\nto which the output is written; by default output is written\nto sys.stderr.",
2986 "_asyncio.Task.remove_done_callback" => "Remove all instances of a callback from the \"call when done\" list.\n\nReturns the number of callbacks removed.",
2987 "_asyncio.Task.result" => "Return the result this future represents.\n\nIf the future has been cancelled, raises CancelledError. If the\nfuture's result isn't yet available, raises InvalidStateError. If\nthe future is done and has an exception set, this exception is raised.",
2988 "_asyncio.Task.uncancel" => "Decrement the task's count of cancellation requests.\n\nThis should be used by tasks that catch CancelledError\nand wish to continue indefinitely until they are cancelled again.\n\nReturns the remaining number of cancellation requests.",
2989 "_asyncio._enter_task" => "Enter into task execution or resume suspended task.\n\nTask belongs to loop.\n\nReturns None.",
2990 "_asyncio._get_running_loop" => "Return the running event loop or None.\n\nThis is a low-level function intended to be used by event loops.\nThis function is thread-specific.",
2991 "_asyncio._leave_task" => "Leave task execution or suspend a task.\n\nTask belongs to loop.\n\nReturns None.",
2992 "_asyncio._register_eager_task" => "Register a new task in asyncio as executed by loop.\n\nReturns None.",
2993 "_asyncio._register_task" => "Register a new task in asyncio as executed by loop.\n\nReturns None.",
2994 "_asyncio._set_running_loop" => "Set the running event loop.\n\nThis is a low-level function intended to be used by event loops.\nThis function is thread-specific.",
2995 "_asyncio._swap_current_task" => "Temporarily swap in the supplied task and return the original one (or None).\n\nThis is intended for use during eager coroutine execution.",
2996 "_asyncio._unregister_eager_task" => "Unregister a task.\n\nReturns None.",
2997 "_asyncio._unregister_task" => "Unregister a task.\n\nReturns None.",
2998 "_asyncio.all_tasks" => "Return a set of all tasks for the loop.",
2999 "_asyncio.current_task" => "Return a currently executed task.",
3000 "_asyncio.future_add_to_awaited_by" => "Record that `fut` is awaited on by `waiter`.",
3001 "_asyncio.get_event_loop" => "Return an asyncio event loop.\n\nWhen called from a coroutine or a callback (e.g. scheduled with\ncall_soon or similar API), this function will always return the\nrunning event loop.\n\nIf there is no running event loop set, the function will return\nthe result of `get_event_loop_policy().get_event_loop()` call.",
3002 "_asyncio.get_running_loop" => "Return the running event loop. Raise a RuntimeError if there is none.\n\nThis function is thread-specific.",
3003 "_bisect" => "Bisection algorithms.\n\nThis module provides support for maintaining a list in sorted order without\nhaving to sort the list after each insertion. For long lists of items with\nexpensive comparison operations, this can be an improvement over the more\ncommon approach.",
3004 "_bisect.bisect_left" => "Return the index where to insert item x in list a, assuming a is sorted.\n\nThe return value i is such that all e in a[:i] have e < x, and all e in\na[i:] have e >= x. So if x already appears in the list, a.insert(i, x) will\ninsert just before the leftmost x already there.\n\nOptional args lo (default 0) and hi (default len(a)) bound the\nslice of a to be searched.\n\nA custom key function can be supplied to customize the sort order.",
3005 "_bisect.bisect_right" => "Return the index where to insert item x in list a, assuming a is sorted.\n\nThe return value i is such that all e in a[:i] have e <= x, and all e in\na[i:] have e > x. So if x already appears in the list, a.insert(i, x) will\ninsert just after the rightmost x already there.\n\nOptional args lo (default 0) and hi (default len(a)) bound the\nslice of a to be searched.\n\nA custom key function can be supplied to customize the sort order.",
3006 "_bisect.insort_left" => "Insert item x in list a, and keep it sorted assuming a is sorted.\n\nIf x is already in a, insert it to the left of the leftmost x.\n\nOptional args lo (default 0) and hi (default len(a)) bound the\nslice of a to be searched.\n\nA custom key function can be supplied to customize the sort order.",
3007 "_bisect.insort_right" => "Insert item x in list a, and keep it sorted assuming a is sorted.\n\nIf x is already in a, insert it to the right of the rightmost x.\n\nOptional args lo (default 0) and hi (default len(a)) bound the\nslice of a to be searched.\n\nA custom key function can be supplied to customize the sort order.",
3008 "_blake2" => "_blake2b provides BLAKE2b for hashlib",
3009 "_blake2.blake2b" => "Return a new BLAKE2b hash object.",
3010 "_blake2.blake2b.__delattr__" => "Implement delattr(self, name).",
3011 "_blake2.blake2b.__eq__" => "Return self==value.",
3012 "_blake2.blake2b.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3013 "_blake2.blake2b.__ge__" => "Return self>=value.",
3014 "_blake2.blake2b.__getattribute__" => "Return getattr(self, name).",
3015 "_blake2.blake2b.__getstate__" => "Helper for pickle.",
3016 "_blake2.blake2b.__gt__" => "Return self>value.",
3017 "_blake2.blake2b.__hash__" => "Return hash(self).",
3018 "_blake2.blake2b.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3019 "_blake2.blake2b.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3020 "_blake2.blake2b.__le__" => "Return self<=value.",
3021 "_blake2.blake2b.__lt__" => "Return self<value.",
3022 "_blake2.blake2b.__ne__" => "Return self!=value.",
3023 "_blake2.blake2b.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3024 "_blake2.blake2b.__reduce__" => "Helper for pickle.",
3025 "_blake2.blake2b.__reduce_ex__" => "Helper for pickle.",
3026 "_blake2.blake2b.__repr__" => "Return repr(self).",
3027 "_blake2.blake2b.__setattr__" => "Implement setattr(self, name, value).",
3028 "_blake2.blake2b.__sizeof__" => "Size of object in memory, in bytes.",
3029 "_blake2.blake2b.__str__" => "Return str(self).",
3030 "_blake2.blake2b.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3031 "_blake2.blake2b.copy" => "Return a copy of the hash object.",
3032 "_blake2.blake2b.digest" => "Return the digest value as a bytes object.",
3033 "_blake2.blake2b.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
3034 "_blake2.blake2b.update" => "Update this hash object's state with the provided bytes-like object.",
3035 "_blake2.blake2s" => "Return a new BLAKE2s hash object.",
3036 "_blake2.blake2s.__delattr__" => "Implement delattr(self, name).",
3037 "_blake2.blake2s.__eq__" => "Return self==value.",
3038 "_blake2.blake2s.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3039 "_blake2.blake2s.__ge__" => "Return self>=value.",
3040 "_blake2.blake2s.__getattribute__" => "Return getattr(self, name).",
3041 "_blake2.blake2s.__getstate__" => "Helper for pickle.",
3042 "_blake2.blake2s.__gt__" => "Return self>value.",
3043 "_blake2.blake2s.__hash__" => "Return hash(self).",
3044 "_blake2.blake2s.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3045 "_blake2.blake2s.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3046 "_blake2.blake2s.__le__" => "Return self<=value.",
3047 "_blake2.blake2s.__lt__" => "Return self<value.",
3048 "_blake2.blake2s.__ne__" => "Return self!=value.",
3049 "_blake2.blake2s.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3050 "_blake2.blake2s.__reduce__" => "Helper for pickle.",
3051 "_blake2.blake2s.__reduce_ex__" => "Helper for pickle.",
3052 "_blake2.blake2s.__repr__" => "Return repr(self).",
3053 "_blake2.blake2s.__setattr__" => "Implement setattr(self, name, value).",
3054 "_blake2.blake2s.__sizeof__" => "Size of object in memory, in bytes.",
3055 "_blake2.blake2s.__str__" => "Return str(self).",
3056 "_blake2.blake2s.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3057 "_blake2.blake2s.copy" => "Return a copy of the hash object.",
3058 "_blake2.blake2s.digest" => "Return the digest value as a bytes object.",
3059 "_blake2.blake2s.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
3060 "_blake2.blake2s.update" => "Update this hash object's state with the provided bytes-like object.",
3061 "_bz2.BZ2Compressor" => "Create a compressor object for compressing data incrementally.\n\n compresslevel\n Compression level, as a number between 1 and 9.\n\nFor one-shot compression, use the compress() function instead.",
3062 "_bz2.BZ2Compressor.__delattr__" => "Implement delattr(self, name).",
3063 "_bz2.BZ2Compressor.__eq__" => "Return self==value.",
3064 "_bz2.BZ2Compressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3065 "_bz2.BZ2Compressor.__ge__" => "Return self>=value.",
3066 "_bz2.BZ2Compressor.__getattribute__" => "Return getattr(self, name).",
3067 "_bz2.BZ2Compressor.__getstate__" => "Helper for pickle.",
3068 "_bz2.BZ2Compressor.__gt__" => "Return self>value.",
3069 "_bz2.BZ2Compressor.__hash__" => "Return hash(self).",
3070 "_bz2.BZ2Compressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3071 "_bz2.BZ2Compressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3072 "_bz2.BZ2Compressor.__le__" => "Return self<=value.",
3073 "_bz2.BZ2Compressor.__lt__" => "Return self<value.",
3074 "_bz2.BZ2Compressor.__ne__" => "Return self!=value.",
3075 "_bz2.BZ2Compressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3076 "_bz2.BZ2Compressor.__reduce__" => "Helper for pickle.",
3077 "_bz2.BZ2Compressor.__reduce_ex__" => "Helper for pickle.",
3078 "_bz2.BZ2Compressor.__repr__" => "Return repr(self).",
3079 "_bz2.BZ2Compressor.__setattr__" => "Implement setattr(self, name, value).",
3080 "_bz2.BZ2Compressor.__sizeof__" => "Size of object in memory, in bytes.",
3081 "_bz2.BZ2Compressor.__str__" => "Return str(self).",
3082 "_bz2.BZ2Compressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3083 "_bz2.BZ2Compressor.compress" => "Provide data to the compressor object.\n\nReturns a chunk of compressed data if possible, or b'' otherwise.\n\nWhen you have finished providing data to the compressor, call the\nflush() method to finish the compression process.",
3084 "_bz2.BZ2Compressor.flush" => "Finish the compression process.\n\nReturns the compressed data left in internal buffers.\n\nThe compressor object may not be used after this method is called.",
3085 "_bz2.BZ2Decompressor" => "Create a decompressor object for decompressing data incrementally.\n\nFor one-shot decompression, use the decompress() function instead.",
3086 "_bz2.BZ2Decompressor.__delattr__" => "Implement delattr(self, name).",
3087 "_bz2.BZ2Decompressor.__eq__" => "Return self==value.",
3088 "_bz2.BZ2Decompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3089 "_bz2.BZ2Decompressor.__ge__" => "Return self>=value.",
3090 "_bz2.BZ2Decompressor.__getattribute__" => "Return getattr(self, name).",
3091 "_bz2.BZ2Decompressor.__getstate__" => "Helper for pickle.",
3092 "_bz2.BZ2Decompressor.__gt__" => "Return self>value.",
3093 "_bz2.BZ2Decompressor.__hash__" => "Return hash(self).",
3094 "_bz2.BZ2Decompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3095 "_bz2.BZ2Decompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3096 "_bz2.BZ2Decompressor.__le__" => "Return self<=value.",
3097 "_bz2.BZ2Decompressor.__lt__" => "Return self<value.",
3098 "_bz2.BZ2Decompressor.__ne__" => "Return self!=value.",
3099 "_bz2.BZ2Decompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3100 "_bz2.BZ2Decompressor.__reduce__" => "Helper for pickle.",
3101 "_bz2.BZ2Decompressor.__reduce_ex__" => "Helper for pickle.",
3102 "_bz2.BZ2Decompressor.__repr__" => "Return repr(self).",
3103 "_bz2.BZ2Decompressor.__setattr__" => "Implement setattr(self, name, value).",
3104 "_bz2.BZ2Decompressor.__sizeof__" => "Size of object in memory, in bytes.",
3105 "_bz2.BZ2Decompressor.__str__" => "Return str(self).",
3106 "_bz2.BZ2Decompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3107 "_bz2.BZ2Decompressor.decompress" => "Decompress *data*, returning uncompressed data as bytes.\n\nIf *max_length* is nonnegative, returns at most *max_length* bytes of\ndecompressed data. If this limit is reached and further output can be\nproduced, *self.needs_input* will be set to ``False``. In this case, the next\ncall to *decompress()* may provide *data* as b'' to obtain more of the output.\n\nIf all of the input data was decompressed and returned (either because this\nwas less than *max_length* bytes, or because *max_length* was negative),\n*self.needs_input* will be set to True.\n\nAttempting to decompress data after the end of stream is reached raises an\nEOFError. Any data found after the end of the stream is ignored and saved in\nthe unused_data attribute.",
3108 "_bz2.BZ2Decompressor.eof" => "True if the end-of-stream marker has been reached.",
3109 "_bz2.BZ2Decompressor.needs_input" => "True if more input is needed before more decompressed data can be produced.",
3110 "_bz2.BZ2Decompressor.unused_data" => "Data found after the end of the compressed stream.",
3111 "_codecs._unregister_error" => "Un-register the specified error handler for the error handling `errors'.\n\nOnly custom error handlers can be un-registered. An exception is raised\nif the error handling is a built-in one (e.g., 'strict'), or if an error\noccurs.\n\nOtherwise, this returns True if a custom handler has been successfully\nun-registered, and False if no custom handler for the specified error\nhandling exists.",
3112 "_codecs.decode" => "Decodes obj using the codec registered for encoding.\n\nDefault encoding is 'utf-8'. errors may be given to set a\ndifferent error handling scheme. Default is 'strict' meaning that encoding\nerrors raise a ValueError. Other possible values are 'ignore', 'replace'\nand 'backslashreplace' as well as any other name registered with\ncodecs.register_error that can handle ValueErrors.",
3113 "_codecs.encode" => "Encodes obj using the codec registered for encoding.\n\nThe default encoding is 'utf-8'. errors may be given to set a\ndifferent error handling scheme. Default is 'strict' meaning that encoding\nerrors raise a ValueError. Other possible values are 'ignore', 'replace'\nand 'backslashreplace' as well as any other name registered with\ncodecs.register_error that can handle ValueErrors.",
3114 "_codecs.lookup" => "Looks up a codec tuple in the Python codec registry and returns a CodecInfo object.",
3115 "_codecs.lookup_error" => "lookup_error(errors) -> handler\n\nReturn the error handler for the specified error handling name or raise a\nLookupError, if no handler exists under this name.",
3116 "_codecs.register" => "Register a codec search function.\n\nSearch functions are expected to take one argument, the encoding name in\nall lower case letters, and either return None, or a tuple of functions\n(encoder, decoder, stream_reader, stream_writer) (or a CodecInfo object).",
3117 "_codecs.register_error" => "Register the specified error handler under the name errors.\n\nhandler must be a callable object, that will be called with an exception\ninstance containing information about the location of the encoding/decoding\nerror and must return a (replacement, new position) tuple.",
3118 "_codecs.unregister" => "Unregister a codec search function and clear the registry's cache.\n\nIf the search function is not registered, do nothing.",
3119 "_collections" => "High performance data structures.\n- deque: ordered collection accessible from endpoints only\n- defaultdict: dict subclass with a default value factory",
3120 "_collections.OrderedDict" => "Dictionary that remembers insertion order",
3121 "_collections.OrderedDict.__class_getitem__" => "See PEP 585",
3122 "_collections.OrderedDict.__contains__" => "True if the dictionary has the specified key, else False.",
3123 "_collections.OrderedDict.__delattr__" => "Implement delattr(self, name).",
3124 "_collections.OrderedDict.__delitem__" => "Delete self[key].",
3125 "_collections.OrderedDict.__eq__" => "Return self==value.",
3126 "_collections.OrderedDict.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3127 "_collections.OrderedDict.__ge__" => "Return self>=value.",
3128 "_collections.OrderedDict.__getattribute__" => "Return getattr(self, name).",
3129 "_collections.OrderedDict.__getitem__" => "Return self[key].",
3130 "_collections.OrderedDict.__getstate__" => "Helper for pickle.",
3131 "_collections.OrderedDict.__gt__" => "Return self>value.",
3132 "_collections.OrderedDict.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3133 "_collections.OrderedDict.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3134 "_collections.OrderedDict.__ior__" => "Return self|=value.",
3135 "_collections.OrderedDict.__iter__" => "Implement iter(self).",
3136 "_collections.OrderedDict.__le__" => "Return self<=value.",
3137 "_collections.OrderedDict.__len__" => "Return len(self).",
3138 "_collections.OrderedDict.__lt__" => "Return self<value.",
3139 "_collections.OrderedDict.__ne__" => "Return self!=value.",
3140 "_collections.OrderedDict.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3141 "_collections.OrderedDict.__or__" => "Return self|value.",
3142 "_collections.OrderedDict.__reduce__" => "Return state information for pickling",
3143 "_collections.OrderedDict.__reduce_ex__" => "Helper for pickle.",
3144 "_collections.OrderedDict.__repr__" => "Return repr(self).",
3145 "_collections.OrderedDict.__reversed__" => "od.__reversed__() <==> reversed(od)",
3146 "_collections.OrderedDict.__ror__" => "Return value|self.",
3147 "_collections.OrderedDict.__setattr__" => "Implement setattr(self, name, value).",
3148 "_collections.OrderedDict.__setitem__" => "Set self[key] to value.",
3149 "_collections.OrderedDict.__str__" => "Return str(self).",
3150 "_collections.OrderedDict.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3151 "_collections.OrderedDict.clear" => "Remove all items from ordered dict.",
3152 "_collections.OrderedDict.copy" => "A shallow copy of ordered dict.",
3153 "_collections.OrderedDict.fromkeys" => "Create a new ordered dictionary with keys from iterable and values set to value.",
3154 "_collections.OrderedDict.get" => "Return the value for key if key is in the dictionary, else default.",
3155 "_collections.OrderedDict.move_to_end" => "Move an existing element to the end (or beginning if last is false).\n\nRaise KeyError if the element does not exist.",
3156 "_collections.OrderedDict.pop" => "od.pop(key[,default]) -> v, remove specified key and return the corresponding value.\n\nIf the key is not found, return the default if given; otherwise,\nraise a KeyError.",
3157 "_collections.OrderedDict.popitem" => "Remove and return a (key, value) pair from the dictionary.\n\nPairs are returned in LIFO order if last is true or FIFO order if false.",
3158 "_collections.OrderedDict.setdefault" => "Insert key with a value of default if key is not in the dictionary.\n\nReturn the value for key if key is in the dictionary, else default.",
3159 "_collections._count_elements" => "Count elements in the iterable, updating the mapping",
3160 "_collections._deque_iterator.__delattr__" => "Implement delattr(self, name).",
3161 "_collections._deque_iterator.__eq__" => "Return self==value.",
3162 "_collections._deque_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3163 "_collections._deque_iterator.__ge__" => "Return self>=value.",
3164 "_collections._deque_iterator.__getattribute__" => "Return getattr(self, name).",
3165 "_collections._deque_iterator.__getstate__" => "Helper for pickle.",
3166 "_collections._deque_iterator.__gt__" => "Return self>value.",
3167 "_collections._deque_iterator.__hash__" => "Return hash(self).",
3168 "_collections._deque_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3169 "_collections._deque_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3170 "_collections._deque_iterator.__iter__" => "Implement iter(self).",
3171 "_collections._deque_iterator.__le__" => "Return self<=value.",
3172 "_collections._deque_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
3173 "_collections._deque_iterator.__lt__" => "Return self<value.",
3174 "_collections._deque_iterator.__ne__" => "Return self!=value.",
3175 "_collections._deque_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3176 "_collections._deque_iterator.__next__" => "Implement next(self).",
3177 "_collections._deque_iterator.__reduce__" => "Return state information for pickling.",
3178 "_collections._deque_iterator.__reduce_ex__" => "Helper for pickle.",
3179 "_collections._deque_iterator.__repr__" => "Return repr(self).",
3180 "_collections._deque_iterator.__setattr__" => "Implement setattr(self, name, value).",
3181 "_collections._deque_iterator.__sizeof__" => "Size of object in memory, in bytes.",
3182 "_collections._deque_iterator.__str__" => "Return str(self).",
3183 "_collections._deque_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3184 "_collections._deque_reverse_iterator.__delattr__" => "Implement delattr(self, name).",
3185 "_collections._deque_reverse_iterator.__eq__" => "Return self==value.",
3186 "_collections._deque_reverse_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3187 "_collections._deque_reverse_iterator.__ge__" => "Return self>=value.",
3188 "_collections._deque_reverse_iterator.__getattribute__" => "Return getattr(self, name).",
3189 "_collections._deque_reverse_iterator.__getstate__" => "Helper for pickle.",
3190 "_collections._deque_reverse_iterator.__gt__" => "Return self>value.",
3191 "_collections._deque_reverse_iterator.__hash__" => "Return hash(self).",
3192 "_collections._deque_reverse_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3193 "_collections._deque_reverse_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3194 "_collections._deque_reverse_iterator.__iter__" => "Implement iter(self).",
3195 "_collections._deque_reverse_iterator.__le__" => "Return self<=value.",
3196 "_collections._deque_reverse_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
3197 "_collections._deque_reverse_iterator.__lt__" => "Return self<value.",
3198 "_collections._deque_reverse_iterator.__ne__" => "Return self!=value.",
3199 "_collections._deque_reverse_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3200 "_collections._deque_reverse_iterator.__next__" => "Implement next(self).",
3201 "_collections._deque_reverse_iterator.__reduce__" => "Return state information for pickling.",
3202 "_collections._deque_reverse_iterator.__reduce_ex__" => "Helper for pickle.",
3203 "_collections._deque_reverse_iterator.__repr__" => "Return repr(self).",
3204 "_collections._deque_reverse_iterator.__setattr__" => "Implement setattr(self, name, value).",
3205 "_collections._deque_reverse_iterator.__sizeof__" => "Size of object in memory, in bytes.",
3206 "_collections._deque_reverse_iterator.__str__" => "Return str(self).",
3207 "_collections._deque_reverse_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3208 "_collections._tuplegetter.__delattr__" => "Implement delattr(self, name).",
3209 "_collections._tuplegetter.__delete__" => "Delete an attribute of instance.",
3210 "_collections._tuplegetter.__eq__" => "Return self==value.",
3211 "_collections._tuplegetter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3212 "_collections._tuplegetter.__ge__" => "Return self>=value.",
3213 "_collections._tuplegetter.__get__" => "Return an attribute of instance, which is of type owner.",
3214 "_collections._tuplegetter.__getattribute__" => "Return getattr(self, name).",
3215 "_collections._tuplegetter.__getstate__" => "Helper for pickle.",
3216 "_collections._tuplegetter.__gt__" => "Return self>value.",
3217 "_collections._tuplegetter.__hash__" => "Return hash(self).",
3218 "_collections._tuplegetter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3219 "_collections._tuplegetter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3220 "_collections._tuplegetter.__le__" => "Return self<=value.",
3221 "_collections._tuplegetter.__lt__" => "Return self<value.",
3222 "_collections._tuplegetter.__ne__" => "Return self!=value.",
3223 "_collections._tuplegetter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3224 "_collections._tuplegetter.__reduce_ex__" => "Helper for pickle.",
3225 "_collections._tuplegetter.__repr__" => "Return repr(self).",
3226 "_collections._tuplegetter.__set__" => "Set an attribute of instance to value.",
3227 "_collections._tuplegetter.__setattr__" => "Implement setattr(self, name, value).",
3228 "_collections._tuplegetter.__sizeof__" => "Size of object in memory, in bytes.",
3229 "_collections._tuplegetter.__str__" => "Return str(self).",
3230 "_collections._tuplegetter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3231 "_collections.defaultdict" => "defaultdict(default_factory=None, /, [...]) --> dict with default factory\n\nThe default factory is called without arguments to produce\na new value when a key is not present, in __getitem__ only.\nA defaultdict compares equal to a dict with the same items.\nAll remaining arguments are treated the same as if they were\npassed to the dict constructor, including keyword arguments.",
3232 "_collections.defaultdict.__class_getitem__" => "See PEP 585",
3233 "_collections.defaultdict.__contains__" => "True if the dictionary has the specified key, else False.",
3234 "_collections.defaultdict.__copy__" => "D.copy() -> a shallow copy of D.",
3235 "_collections.defaultdict.__delattr__" => "Implement delattr(self, name).",
3236 "_collections.defaultdict.__delitem__" => "Delete self[key].",
3237 "_collections.defaultdict.__eq__" => "Return self==value.",
3238 "_collections.defaultdict.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3239 "_collections.defaultdict.__ge__" => "Return self>=value.",
3240 "_collections.defaultdict.__getattribute__" => "Return getattr(self, name).",
3241 "_collections.defaultdict.__getitem__" => "Return self[key].",
3242 "_collections.defaultdict.__getstate__" => "Helper for pickle.",
3243 "_collections.defaultdict.__gt__" => "Return self>value.",
3244 "_collections.defaultdict.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3245 "_collections.defaultdict.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3246 "_collections.defaultdict.__ior__" => "Return self|=value.",
3247 "_collections.defaultdict.__iter__" => "Implement iter(self).",
3248 "_collections.defaultdict.__le__" => "Return self<=value.",
3249 "_collections.defaultdict.__len__" => "Return len(self).",
3250 "_collections.defaultdict.__lt__" => "Return self<value.",
3251 "_collections.defaultdict.__missing__" => "__missing__(key) # Called by __getitem__ for missing key; pseudo-code:\n if self.default_factory is None: raise KeyError((key,))\n self[key] = value = self.default_factory()\n return value",
3252 "_collections.defaultdict.__ne__" => "Return self!=value.",
3253 "_collections.defaultdict.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3254 "_collections.defaultdict.__or__" => "Return self|value.",
3255 "_collections.defaultdict.__reduce__" => "Return state information for pickling.",
3256 "_collections.defaultdict.__reduce_ex__" => "Helper for pickle.",
3257 "_collections.defaultdict.__repr__" => "Return repr(self).",
3258 "_collections.defaultdict.__reversed__" => "Return a reverse iterator over the dict keys.",
3259 "_collections.defaultdict.__ror__" => "Return value|self.",
3260 "_collections.defaultdict.__setattr__" => "Implement setattr(self, name, value).",
3261 "_collections.defaultdict.__setitem__" => "Set self[key] to value.",
3262 "_collections.defaultdict.__sizeof__" => "Return the size of the dict in memory, in bytes.",
3263 "_collections.defaultdict.__str__" => "Return str(self).",
3264 "_collections.defaultdict.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3265 "_collections.defaultdict.clear" => "Remove all items from the dict.",
3266 "_collections.defaultdict.copy" => "D.copy() -> a shallow copy of D.",
3267 "_collections.defaultdict.default_factory" => "Factory for default value called by __missing__().",
3268 "_collections.defaultdict.fromkeys" => "Create a new dictionary with keys from iterable and values set to value.",
3269 "_collections.defaultdict.get" => "Return the value for key if key is in the dictionary, else default.",
3270 "_collections.defaultdict.items" => "Return a set-like object providing a view on the dict's items.",
3271 "_collections.defaultdict.keys" => "Return a set-like object providing a view on the dict's keys.",
3272 "_collections.defaultdict.pop" => "D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n\nIf the key is not found, return the default if given; otherwise,\nraise a KeyError.",
3273 "_collections.defaultdict.popitem" => "Remove and return a (key, value) pair as a 2-tuple.\n\nPairs are returned in LIFO (last-in, first-out) order.\nRaises KeyError if the dict is empty.",
3274 "_collections.defaultdict.setdefault" => "Insert key with a value of default if key is not in the dictionary.\n\nReturn the value for key if key is in the dictionary, else default.",
3275 "_collections.defaultdict.update" => "D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.\nIf E is present and has a .keys() method, then does: for k in E.keys(): D[k] = E[k]\nIf E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v\nIn either case, this is followed by: for k in F: D[k] = F[k]",
3276 "_collections.defaultdict.values" => "Return an object providing a view on the dict's values.",
3277 "_collections.deque" => "A list-like sequence optimized for data accesses near its endpoints.",
3278 "_collections.deque.__add__" => "Return self+value.",
3279 "_collections.deque.__class_getitem__" => "See PEP 585",
3280 "_collections.deque.__contains__" => "Return bool(key in self).",
3281 "_collections.deque.__copy__" => "Return a shallow copy of a deque.",
3282 "_collections.deque.__delattr__" => "Implement delattr(self, name).",
3283 "_collections.deque.__delitem__" => "Delete self[key].",
3284 "_collections.deque.__eq__" => "Return self==value.",
3285 "_collections.deque.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3286 "_collections.deque.__ge__" => "Return self>=value.",
3287 "_collections.deque.__getattribute__" => "Return getattr(self, name).",
3288 "_collections.deque.__getitem__" => "Return self[key].",
3289 "_collections.deque.__getstate__" => "Helper for pickle.",
3290 "_collections.deque.__gt__" => "Return self>value.",
3291 "_collections.deque.__iadd__" => "Implement self+=value.",
3292 "_collections.deque.__imul__" => "Implement self*=value.",
3293 "_collections.deque.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3294 "_collections.deque.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3295 "_collections.deque.__iter__" => "Implement iter(self).",
3296 "_collections.deque.__le__" => "Return self<=value.",
3297 "_collections.deque.__len__" => "Return len(self).",
3298 "_collections.deque.__lt__" => "Return self<value.",
3299 "_collections.deque.__mul__" => "Return self*value.",
3300 "_collections.deque.__ne__" => "Return self!=value.",
3301 "_collections.deque.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3302 "_collections.deque.__reduce__" => "Return state information for pickling.",
3303 "_collections.deque.__reduce_ex__" => "Helper for pickle.",
3304 "_collections.deque.__repr__" => "Return repr(self).",
3305 "_collections.deque.__reversed__" => "Return a reverse iterator over the deque.",
3306 "_collections.deque.__rmul__" => "Return value*self.",
3307 "_collections.deque.__setattr__" => "Implement setattr(self, name, value).",
3308 "_collections.deque.__setitem__" => "Set self[key] to value.",
3309 "_collections.deque.__sizeof__" => "Return the size of the deque in memory, in bytes.",
3310 "_collections.deque.__str__" => "Return str(self).",
3311 "_collections.deque.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3312 "_collections.deque.append" => "Add an element to the right side of the deque.",
3313 "_collections.deque.appendleft" => "Add an element to the left side of the deque.",
3314 "_collections.deque.clear" => "Remove all elements from the deque.",
3315 "_collections.deque.copy" => "Return a shallow copy of a deque.",
3316 "_collections.deque.count" => "Return number of occurrences of value.",
3317 "_collections.deque.extend" => "Extend the right side of the deque with elements from the iterable.",
3318 "_collections.deque.extendleft" => "Extend the left side of the deque with elements from the iterable.",
3319 "_collections.deque.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
3320 "_collections.deque.insert" => "Insert value before index.",
3321 "_collections.deque.maxlen" => "maximum size of a deque or None if unbounded",
3322 "_collections.deque.pop" => "Remove and return the rightmost element.",
3323 "_collections.deque.popleft" => "Remove and return the leftmost element.",
3324 "_collections.deque.remove" => "Remove first occurrence of value.",
3325 "_collections.deque.reverse" => "Reverse *IN PLACE*.",
3326 "_collections.deque.rotate" => "Rotate the deque n steps to the right. If n is negative, rotates left.",
3327 "_contextvars" => "Context Variables",
3328 "_contextvars.Context.__contains__" => "Return bool(key in self).",
3329 "_contextvars.Context.__delattr__" => "Implement delattr(self, name).",
3330 "_contextvars.Context.__eq__" => "Return self==value.",
3331 "_contextvars.Context.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3332 "_contextvars.Context.__ge__" => "Return self>=value.",
3333 "_contextvars.Context.__getattribute__" => "Return getattr(self, name).",
3334 "_contextvars.Context.__getitem__" => "Return self[key].",
3335 "_contextvars.Context.__getstate__" => "Helper for pickle.",
3336 "_contextvars.Context.__gt__" => "Return self>value.",
3337 "_contextvars.Context.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3338 "_contextvars.Context.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3339 "_contextvars.Context.__iter__" => "Implement iter(self).",
3340 "_contextvars.Context.__le__" => "Return self<=value.",
3341 "_contextvars.Context.__len__" => "Return len(self).",
3342 "_contextvars.Context.__lt__" => "Return self<value.",
3343 "_contextvars.Context.__ne__" => "Return self!=value.",
3344 "_contextvars.Context.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3345 "_contextvars.Context.__reduce__" => "Helper for pickle.",
3346 "_contextvars.Context.__reduce_ex__" => "Helper for pickle.",
3347 "_contextvars.Context.__repr__" => "Return repr(self).",
3348 "_contextvars.Context.__setattr__" => "Implement setattr(self, name, value).",
3349 "_contextvars.Context.__sizeof__" => "Size of object in memory, in bytes.",
3350 "_contextvars.Context.__str__" => "Return str(self).",
3351 "_contextvars.Context.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3352 "_contextvars.Context.copy" => "Return a shallow copy of the context object.",
3353 "_contextvars.Context.get" => "Return the value for `key` if `key` has the value in the context object.\n\nIf `key` does not exist, return `default`. If `default` is not given,\nreturn None.",
3354 "_contextvars.Context.items" => "Return all variables and their values in the context object.\n\nThe result is returned as a list of 2-tuples (variable, value).",
3355 "_contextvars.Context.keys" => "Return a list of all variables in the context object.",
3356 "_contextvars.Context.values" => "Return a list of all variables' values in the context object.",
3357 "_contextvars.ContextVar.__class_getitem__" => "See PEP 585",
3358 "_contextvars.ContextVar.__delattr__" => "Implement delattr(self, name).",
3359 "_contextvars.ContextVar.__eq__" => "Return self==value.",
3360 "_contextvars.ContextVar.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3361 "_contextvars.ContextVar.__ge__" => "Return self>=value.",
3362 "_contextvars.ContextVar.__getattribute__" => "Return getattr(self, name).",
3363 "_contextvars.ContextVar.__getstate__" => "Helper for pickle.",
3364 "_contextvars.ContextVar.__gt__" => "Return self>value.",
3365 "_contextvars.ContextVar.__hash__" => "Return hash(self).",
3366 "_contextvars.ContextVar.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3367 "_contextvars.ContextVar.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3368 "_contextvars.ContextVar.__le__" => "Return self<=value.",
3369 "_contextvars.ContextVar.__lt__" => "Return self<value.",
3370 "_contextvars.ContextVar.__ne__" => "Return self!=value.",
3371 "_contextvars.ContextVar.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3372 "_contextvars.ContextVar.__reduce__" => "Helper for pickle.",
3373 "_contextvars.ContextVar.__reduce_ex__" => "Helper for pickle.",
3374 "_contextvars.ContextVar.__repr__" => "Return repr(self).",
3375 "_contextvars.ContextVar.__setattr__" => "Implement setattr(self, name, value).",
3376 "_contextvars.ContextVar.__sizeof__" => "Size of object in memory, in bytes.",
3377 "_contextvars.ContextVar.__str__" => "Return str(self).",
3378 "_contextvars.ContextVar.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3379 "_contextvars.ContextVar.get" => "Return a value for the context variable for the current context.\n\nIf there is no value for the variable in the current context, the method will:\n * return the value of the default argument of the method, if provided; or\n * return the default value for the context variable, if it was created\n with one; or\n * raise a LookupError.",
3380 "_contextvars.ContextVar.reset" => "Reset the context variable.\n\nThe variable is reset to the value it had before the `ContextVar.set()` that\ncreated the token was used.",
3381 "_contextvars.ContextVar.set" => "Call to set a new value for the context variable in the current context.\n\nThe required value argument is the new value for the context variable.\n\nReturns a Token object that can be used to restore the variable to its previous\nvalue via the `ContextVar.reset()` method.",
3382 "_contextvars.Token.__class_getitem__" => "See PEP 585",
3383 "_contextvars.Token.__delattr__" => "Implement delattr(self, name).",
3384 "_contextvars.Token.__enter__" => "Enter into Token context manager.",
3385 "_contextvars.Token.__eq__" => "Return self==value.",
3386 "_contextvars.Token.__exit__" => "Exit from Token context manager, restore the linked ContextVar.",
3387 "_contextvars.Token.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3388 "_contextvars.Token.__ge__" => "Return self>=value.",
3389 "_contextvars.Token.__getattribute__" => "Return getattr(self, name).",
3390 "_contextvars.Token.__getstate__" => "Helper for pickle.",
3391 "_contextvars.Token.__gt__" => "Return self>value.",
3392 "_contextvars.Token.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3393 "_contextvars.Token.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3394 "_contextvars.Token.__le__" => "Return self<=value.",
3395 "_contextvars.Token.__lt__" => "Return self<value.",
3396 "_contextvars.Token.__ne__" => "Return self!=value.",
3397 "_contextvars.Token.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3398 "_contextvars.Token.__reduce__" => "Helper for pickle.",
3399 "_contextvars.Token.__reduce_ex__" => "Helper for pickle.",
3400 "_contextvars.Token.__repr__" => "Return repr(self).",
3401 "_contextvars.Token.__setattr__" => "Implement setattr(self, name, value).",
3402 "_contextvars.Token.__sizeof__" => "Size of object in memory, in bytes.",
3403 "_contextvars.Token.__str__" => "Return str(self).",
3404 "_contextvars.Token.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3405 "_csv" => "CSV parsing and writing.",
3406 "_csv.Dialect" => "CSV dialect\n\nThe Dialect type records CSV parsing and generation options.",
3407 "_csv.Dialect.__delattr__" => "Implement delattr(self, name).",
3408 "_csv.Dialect.__eq__" => "Return self==value.",
3409 "_csv.Dialect.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3410 "_csv.Dialect.__ge__" => "Return self>=value.",
3411 "_csv.Dialect.__getattribute__" => "Return getattr(self, name).",
3412 "_csv.Dialect.__getstate__" => "Helper for pickle.",
3413 "_csv.Dialect.__gt__" => "Return self>value.",
3414 "_csv.Dialect.__hash__" => "Return hash(self).",
3415 "_csv.Dialect.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3416 "_csv.Dialect.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3417 "_csv.Dialect.__le__" => "Return self<=value.",
3418 "_csv.Dialect.__lt__" => "Return self<value.",
3419 "_csv.Dialect.__ne__" => "Return self!=value.",
3420 "_csv.Dialect.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3421 "_csv.Dialect.__reduce__" => "raises an exception to avoid pickling",
3422 "_csv.Dialect.__reduce_ex__" => "raises an exception to avoid pickling",
3423 "_csv.Dialect.__repr__" => "Return repr(self).",
3424 "_csv.Dialect.__setattr__" => "Implement setattr(self, name, value).",
3425 "_csv.Dialect.__sizeof__" => "Size of object in memory, in bytes.",
3426 "_csv.Dialect.__str__" => "Return str(self).",
3427 "_csv.Dialect.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3428 "_csv.Error.__delattr__" => "Implement delattr(self, name).",
3429 "_csv.Error.__eq__" => "Return self==value.",
3430 "_csv.Error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3431 "_csv.Error.__ge__" => "Return self>=value.",
3432 "_csv.Error.__getattribute__" => "Return getattr(self, name).",
3433 "_csv.Error.__getstate__" => "Helper for pickle.",
3434 "_csv.Error.__gt__" => "Return self>value.",
3435 "_csv.Error.__hash__" => "Return hash(self).",
3436 "_csv.Error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3437 "_csv.Error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3438 "_csv.Error.__le__" => "Return self<=value.",
3439 "_csv.Error.__lt__" => "Return self<value.",
3440 "_csv.Error.__ne__" => "Return self!=value.",
3441 "_csv.Error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3442 "_csv.Error.__reduce_ex__" => "Helper for pickle.",
3443 "_csv.Error.__repr__" => "Return repr(self).",
3444 "_csv.Error.__setattr__" => "Implement setattr(self, name, value).",
3445 "_csv.Error.__sizeof__" => "Size of object in memory, in bytes.",
3446 "_csv.Error.__str__" => "Return str(self).",
3447 "_csv.Error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3448 "_csv.Error.add_note" => "Add a note to the exception",
3449 "_csv.Error.with_traceback" => "Set self.__traceback__ to tb and return self.",
3450 "_csv.Reader" => "CSV reader\n\nReader objects are responsible for reading and parsing tabular data\nin CSV format.",
3451 "_csv.Reader.__delattr__" => "Implement delattr(self, name).",
3452 "_csv.Reader.__eq__" => "Return self==value.",
3453 "_csv.Reader.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3454 "_csv.Reader.__ge__" => "Return self>=value.",
3455 "_csv.Reader.__getattribute__" => "Return getattr(self, name).",
3456 "_csv.Reader.__getstate__" => "Helper for pickle.",
3457 "_csv.Reader.__gt__" => "Return self>value.",
3458 "_csv.Reader.__hash__" => "Return hash(self).",
3459 "_csv.Reader.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3460 "_csv.Reader.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3461 "_csv.Reader.__iter__" => "Implement iter(self).",
3462 "_csv.Reader.__le__" => "Return self<=value.",
3463 "_csv.Reader.__lt__" => "Return self<value.",
3464 "_csv.Reader.__ne__" => "Return self!=value.",
3465 "_csv.Reader.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3466 "_csv.Reader.__next__" => "Implement next(self).",
3467 "_csv.Reader.__reduce__" => "Helper for pickle.",
3468 "_csv.Reader.__reduce_ex__" => "Helper for pickle.",
3469 "_csv.Reader.__repr__" => "Return repr(self).",
3470 "_csv.Reader.__setattr__" => "Implement setattr(self, name, value).",
3471 "_csv.Reader.__sizeof__" => "Size of object in memory, in bytes.",
3472 "_csv.Reader.__str__" => "Return str(self).",
3473 "_csv.Reader.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3474 "_csv.Writer" => "CSV writer\n\nWriter objects are responsible for generating tabular data\nin CSV format from sequence input.",
3475 "_csv.Writer.__delattr__" => "Implement delattr(self, name).",
3476 "_csv.Writer.__eq__" => "Return self==value.",
3477 "_csv.Writer.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3478 "_csv.Writer.__ge__" => "Return self>=value.",
3479 "_csv.Writer.__getattribute__" => "Return getattr(self, name).",
3480 "_csv.Writer.__getstate__" => "Helper for pickle.",
3481 "_csv.Writer.__gt__" => "Return self>value.",
3482 "_csv.Writer.__hash__" => "Return hash(self).",
3483 "_csv.Writer.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3484 "_csv.Writer.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3485 "_csv.Writer.__le__" => "Return self<=value.",
3486 "_csv.Writer.__lt__" => "Return self<value.",
3487 "_csv.Writer.__ne__" => "Return self!=value.",
3488 "_csv.Writer.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3489 "_csv.Writer.__reduce__" => "Helper for pickle.",
3490 "_csv.Writer.__reduce_ex__" => "Helper for pickle.",
3491 "_csv.Writer.__repr__" => "Return repr(self).",
3492 "_csv.Writer.__setattr__" => "Implement setattr(self, name, value).",
3493 "_csv.Writer.__sizeof__" => "Size of object in memory, in bytes.",
3494 "_csv.Writer.__str__" => "Return str(self).",
3495 "_csv.Writer.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3496 "_csv.Writer.writerow" => "Construct and write a CSV record from an iterable of fields.\n\nNon-string elements will be converted to string.",
3497 "_csv.Writer.writerows" => "Construct and write a series of iterables to a csv file.\n\nNon-string elements will be converted to string.",
3498 "_csv.field_size_limit" => "Sets an upper limit on parsed fields.\n\nReturns old limit. If limit is not given, no new limit is set and\nthe old limit is returned",
3499 "_csv.get_dialect" => "Return the dialect instance associated with name.",
3500 "_csv.list_dialects" => "Return a list of all known dialect names.",
3501 "_csv.reader" => "Return a reader object that will process lines from the given iterable.\n\nThe \"iterable\" argument can be any object that returns a line\nof input for each iteration, such as a file object or a list. The\noptional \"dialect\" argument defines a CSV dialect. The function\nalso accepts optional keyword arguments which override settings\nprovided by the dialect.\n\nThe returned object is an iterator. Each iteration returns a row\nof the CSV file (which can span multiple input lines).",
3502 "_csv.register_dialect" => "Create a mapping from a string name to a CVS dialect.\n\nThe optional \"dialect\" argument specifies the base dialect instance\nor the name of the registered dialect. The function also accepts\noptional keyword arguments which override settings provided by the\ndialect.",
3503 "_csv.unregister_dialect" => "Delete the name/dialect mapping associated with a string name.",
3504 "_csv.writer" => "Return a writer object that will write user data on the given file object.\n\nThe \"fileobj\" argument can be any object that supports the file API.\nThe optional \"dialect\" argument defines a CSV dialect. The function\nalso accepts optional keyword arguments which override settings\nprovided by the dialect.",
3505 "_ctypes" => "Create and manipulate C compatible data types in Python.",
3506 "_ctypes.ArgumentError.__delattr__" => "Implement delattr(self, name).",
3507 "_ctypes.ArgumentError.__eq__" => "Return self==value.",
3508 "_ctypes.ArgumentError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3509 "_ctypes.ArgumentError.__ge__" => "Return self>=value.",
3510 "_ctypes.ArgumentError.__getattribute__" => "Return getattr(self, name).",
3511 "_ctypes.ArgumentError.__getstate__" => "Helper for pickle.",
3512 "_ctypes.ArgumentError.__gt__" => "Return self>value.",
3513 "_ctypes.ArgumentError.__hash__" => "Return hash(self).",
3514 "_ctypes.ArgumentError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3515 "_ctypes.ArgumentError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3516 "_ctypes.ArgumentError.__le__" => "Return self<=value.",
3517 "_ctypes.ArgumentError.__lt__" => "Return self<value.",
3518 "_ctypes.ArgumentError.__ne__" => "Return self!=value.",
3519 "_ctypes.ArgumentError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3520 "_ctypes.ArgumentError.__reduce_ex__" => "Helper for pickle.",
3521 "_ctypes.ArgumentError.__repr__" => "Return repr(self).",
3522 "_ctypes.ArgumentError.__setattr__" => "Implement setattr(self, name, value).",
3523 "_ctypes.ArgumentError.__sizeof__" => "Size of object in memory, in bytes.",
3524 "_ctypes.ArgumentError.__str__" => "Return str(self).",
3525 "_ctypes.ArgumentError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3526 "_ctypes.ArgumentError.__weakref__" => "list of weak references to the object",
3527 "_ctypes.ArgumentError.add_note" => "Add a note to the exception",
3528 "_ctypes.ArgumentError.with_traceback" => "Set self.__traceback__ to tb and return self.",
3529 "_ctypes.Array" => "Abstract base class for arrays.\n\nThe recommended way to create concrete array types is by multiplying any\nctypes data type with a non-negative integer. Alternatively, you can subclass\nthis type and define _length_ and _type_ class variables. Array elements can\nbe read and written using standard subscript and slice accesses for slice\nreads, the resulting object is not itself an Array.",
3530 "_ctypes.CField" => "Structure/Union member",
3531 "_ctypes.CField.__delattr__" => "Implement delattr(self, name).",
3532 "_ctypes.CField.__delete__" => "Delete an attribute of instance.",
3533 "_ctypes.CField.__eq__" => "Return self==value.",
3534 "_ctypes.CField.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3535 "_ctypes.CField.__ge__" => "Return self>=value.",
3536 "_ctypes.CField.__get__" => "Return an attribute of instance, which is of type owner.",
3537 "_ctypes.CField.__getattribute__" => "Return getattr(self, name).",
3538 "_ctypes.CField.__getstate__" => "Helper for pickle.",
3539 "_ctypes.CField.__gt__" => "Return self>value.",
3540 "_ctypes.CField.__hash__" => "Return hash(self).",
3541 "_ctypes.CField.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3542 "_ctypes.CField.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3543 "_ctypes.CField.__le__" => "Return self<=value.",
3544 "_ctypes.CField.__lt__" => "Return self<value.",
3545 "_ctypes.CField.__ne__" => "Return self!=value.",
3546 "_ctypes.CField.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3547 "_ctypes.CField.__reduce__" => "Helper for pickle.",
3548 "_ctypes.CField.__reduce_ex__" => "Helper for pickle.",
3549 "_ctypes.CField.__repr__" => "Return repr(self).",
3550 "_ctypes.CField.__set__" => "Set an attribute of instance to value.",
3551 "_ctypes.CField.__setattr__" => "Implement setattr(self, name, value).",
3552 "_ctypes.CField.__sizeof__" => "Size of object in memory, in bytes.",
3553 "_ctypes.CField.__str__" => "Return str(self).",
3554 "_ctypes.CField.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3555 "_ctypes.CField.bit_offset" => "additional offset in bits (relative to byte_offset); zero for non-bitfields",
3556 "_ctypes.CField.bit_size" => "size of this field in bits",
3557 "_ctypes.CField.byte_offset" => "offset in bytes of this field. For bitfields: excludes bit_offset.",
3558 "_ctypes.CField.byte_size" => "size of this field in bytes",
3559 "_ctypes.CField.is_anonymous" => "true if this field is anonymous",
3560 "_ctypes.CField.is_bitfield" => "true if this is a bitfield",
3561 "_ctypes.CField.name" => "name of this field",
3562 "_ctypes.CField.offset" => "offset in bytes of this field (same as byte_offset)",
3563 "_ctypes.CField.size" => "size in bytes of this field. For bitfields, this is a legacy packed value; use byte_size instead",
3564 "_ctypes.CField.type" => "type of this field",
3565 "_ctypes.CFuncPtr" => "Function Pointer",
3566 "_ctypes.COMError" => "Raised when a COM method call failed.",
3567 "_ctypes.COMError.__delattr__" => "Implement delattr(self, name).",
3568 "_ctypes.COMError.__eq__" => "Return self==value.",
3569 "_ctypes.COMError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3570 "_ctypes.COMError.__ge__" => "Return self>=value.",
3571 "_ctypes.COMError.__getattribute__" => "Return getattr(self, name).",
3572 "_ctypes.COMError.__getstate__" => "Helper for pickle.",
3573 "_ctypes.COMError.__gt__" => "Return self>value.",
3574 "_ctypes.COMError.__hash__" => "Return hash(self).",
3575 "_ctypes.COMError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3576 "_ctypes.COMError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3577 "_ctypes.COMError.__le__" => "Return self<=value.",
3578 "_ctypes.COMError.__lt__" => "Return self<value.",
3579 "_ctypes.COMError.__ne__" => "Return self!=value.",
3580 "_ctypes.COMError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3581 "_ctypes.COMError.__reduce_ex__" => "Helper for pickle.",
3582 "_ctypes.COMError.__repr__" => "Return repr(self).",
3583 "_ctypes.COMError.__setattr__" => "Implement setattr(self, name, value).",
3584 "_ctypes.COMError.__sizeof__" => "Size of object in memory, in bytes.",
3585 "_ctypes.COMError.__str__" => "Return str(self).",
3586 "_ctypes.COMError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3587 "_ctypes.COMError.add_note" => "Add a note to the exception",
3588 "_ctypes.COMError.with_traceback" => "Set self.__traceback__ to tb and return self.",
3589 "_ctypes.CopyComPointer" => "CopyComPointer(src, dst) -> HRESULT value",
3590 "_ctypes.FormatError" => "FormatError([integer]) -> string\n\nConvert a win32 error code into a string. If the error code is not\ngiven, the return value of a call to GetLastError() is used.",
3591 "_ctypes.FreeLibrary" => "FreeLibrary(handle) -> void\n\nFree the handle of an executable previously loaded by LoadLibrary.",
3592 "_ctypes.LoadLibrary" => "LoadLibrary(name, load_flags) -> handle\n\nLoad an executable (usually a DLL), and return a handle to it.\nThe handle may be used to locate exported functions in this\nmodule. load_flags are as defined for LoadLibraryEx in the\nWindows API.",
3593 "_ctypes.Structure" => "Structure base class",
3594 "_ctypes.Union" => "Union base class",
3595 "_ctypes._Pointer" => "XXX to be provided",
3596 "_ctypes._SimpleCData" => "XXX to be provided",
3597 "_ctypes._dyld_shared_cache_contains_path" => "check if path is in the shared cache",
3598 "_ctypes.addressof" => "Return the address of the C instance internal buffer",
3599 "_ctypes.alignment" => "alignment(C type) -> integer\nalignment(C instance) -> integer\nReturn the alignment requirements of a C instance",
3600 "_ctypes.buffer_info" => "Return buffer interface information",
3601 "_ctypes.byref" => "Return a pointer lookalike to a C instance, only usable as function argument.",
3602 "_ctypes.dlclose" => "dlclose a library",
3603 "_ctypes.dlopen" => "dlopen(name, flag={RTLD_GLOBAL|RTLD_LOCAL}) open a shared library",
3604 "_ctypes.dlsym" => "find symbol in shared library",
3605 "_ctypes.sizeof" => "Return the size in bytes of a C instance.",
3606 "_curses.assume_default_colors" => "Allow use of default values for colors on terminals supporting this feature.\n\nAssign terminal default foreground/background colors to color number -1.\nChange the definition of the color-pair 0 to (fg, bg).\n\nUse this to support transparency in your application.",
3607 "_curses.baudrate" => "Return the output speed of the terminal in bits per second.",
3608 "_curses.beep" => "Emit a short attention sound.",
3609 "_curses.can_change_color" => "Return True if the programmer can change the colors displayed by the terminal.",
3610 "_curses.cbreak" => "Enter cbreak mode.\n\n flag\n If false, the effect is the same as calling nocbreak().\n\nIn cbreak mode (sometimes called \"rare\" mode) normal tty line buffering is\nturned off and characters are available to be read one by one. However,\nunlike raw mode, special characters (interrupt, quit, suspend, and flow\ncontrol) retain their effects on the tty driver and calling program.\nCalling first raw() then cbreak() leaves the terminal in cbreak mode.",
3611 "_curses.color_content" => "Return the red, green, and blue (RGB) components of the specified color.\n\n color_number\n The number of the color (0 - (COLORS-1)).\n\nA 3-tuple is returned, containing the R, G, B values for the given color,\nwhich will be between 0 (no component) and 1000 (maximum amount of component).",
3612 "_curses.color_pair" => "Return the attribute value for displaying text in the specified color.\n\n pair_number\n The number of the color pair.\n\nThis attribute value can be combined with A_STANDOUT, A_REVERSE, and the\nother A_* attributes. pair_number() is the counterpart to this function.",
3613 "_curses.curs_set" => "Set the cursor state.\n\n visibility\n 0 for invisible, 1 for normal visible, or 2 for very visible.\n\nIf the terminal supports the visibility requested, the previous cursor\nstate is returned; otherwise, an exception is raised. On many terminals,\nthe \"visible\" mode is an underline cursor and the \"very visible\" mode is\na block cursor.",
3614 "_curses.def_prog_mode" => "Save the current terminal mode as the \"program\" mode.\n\nThe \"program\" mode is the mode when the running program is using curses.\n\nSubsequent calls to reset_prog_mode() will restore this mode.",
3615 "_curses.def_shell_mode" => "Save the current terminal mode as the \"shell\" mode.\n\nThe \"shell\" mode is the mode when the running program is not using curses.\n\nSubsequent calls to reset_shell_mode() will restore this mode.",
3616 "_curses.delay_output" => "Insert a pause in output.\n\n ms\n Duration in milliseconds.",
3617 "_curses.doupdate" => "Update the physical screen to match the virtual screen.",
3618 "_curses.echo" => "Enter echo mode.\n\n flag\n If false, the effect is the same as calling noecho().\n\nIn echo mode, each character input is echoed to the screen as it is entered.",
3619 "_curses.endwin" => "De-initialize the library, and return terminal to normal status.",
3620 "_curses.erasechar" => "Return the user's current erase character.",
3621 "_curses.error.__delattr__" => "Implement delattr(self, name).",
3622 "_curses.error.__eq__" => "Return self==value.",
3623 "_curses.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3624 "_curses.error.__ge__" => "Return self>=value.",
3625 "_curses.error.__getattribute__" => "Return getattr(self, name).",
3626 "_curses.error.__getstate__" => "Helper for pickle.",
3627 "_curses.error.__gt__" => "Return self>value.",
3628 "_curses.error.__hash__" => "Return hash(self).",
3629 "_curses.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3630 "_curses.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3631 "_curses.error.__le__" => "Return self<=value.",
3632 "_curses.error.__lt__" => "Return self<value.",
3633 "_curses.error.__ne__" => "Return self!=value.",
3634 "_curses.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3635 "_curses.error.__reduce_ex__" => "Helper for pickle.",
3636 "_curses.error.__repr__" => "Return repr(self).",
3637 "_curses.error.__setattr__" => "Implement setattr(self, name, value).",
3638 "_curses.error.__sizeof__" => "Size of object in memory, in bytes.",
3639 "_curses.error.__str__" => "Return str(self).",
3640 "_curses.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3641 "_curses.error.__weakref__" => "list of weak references to the object",
3642 "_curses.error.add_note" => "Add a note to the exception",
3643 "_curses.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
3644 "_curses.flash" => "Flash the screen.\n\nThat is, change it to reverse-video and then change it back in a short interval.",
3645 "_curses.flushinp" => "Flush all input buffers.\n\nThis throws away any typeahead that has been typed by the user and has not\nyet been processed by the program.",
3646 "_curses.get_escdelay" => "Gets the curses ESCDELAY setting.\n\nGets the number of milliseconds to wait after reading an escape character,\nto distinguish between an individual escape character entered on the\nkeyboard from escape sequences sent by cursor and function keys.",
3647 "_curses.get_tabsize" => "Gets the curses TABSIZE setting.\n\nGets the number of columns used by the curses library when converting a tab\ncharacter to spaces as it adds the tab to a window.",
3648 "_curses.getmouse" => "Retrieve the queued mouse event.\n\nAfter getch() returns KEY_MOUSE to signal a mouse event, this function\nreturns a 5-tuple (id, x, y, z, bstate).",
3649 "_curses.getsyx" => "Return the current coordinates of the virtual screen cursor.\n\nReturn a (y, x) tuple. If leaveok is currently true, return (-1, -1).",
3650 "_curses.getwin" => "Read window related data stored in the file by an earlier putwin() call.\n\nThe routine then creates and initializes a new window using that data,\nreturning the new window object.",
3651 "_curses.halfdelay" => "Enter half-delay mode.\n\n tenths\n Maximal blocking delay in tenths of seconds (1 - 255).\n\nUse nocbreak() to leave half-delay mode.",
3652 "_curses.has_colors" => "Return True if the terminal can display colors; otherwise, return False.",
3653 "_curses.has_extended_color_support" => "Return True if the module supports extended colors; otherwise, return False.\n\nExtended color support allows more than 256 color-pairs for terminals\nthat support more than 16 colors (e.g. xterm-256color).",
3654 "_curses.has_ic" => "Return True if the terminal has insert- and delete-character capabilities.",
3655 "_curses.has_il" => "Return True if the terminal has insert- and delete-line capabilities.",
3656 "_curses.has_key" => "Return True if the current terminal type recognizes a key with that value.\n\n key\n Key number.",
3657 "_curses.init_color" => "Change the definition of a color.\n\n color_number\n The number of the color to be changed (0 - (COLORS-1)).\n r\n Red component (0 - 1000).\n g\n Green component (0 - 1000).\n b\n Blue component (0 - 1000).\n\nWhen init_color() is used, all occurrences of that color on the screen\nimmediately change to the new definition. This function is a no-op on\nmost terminals; it is active only if can_change_color() returns true.",
3658 "_curses.init_pair" => "Change the definition of a color-pair.\n\n pair_number\n The number of the color-pair to be changed (1 - (COLOR_PAIRS-1)).\n fg\n Foreground color number (-1 - (COLORS-1)).\n bg\n Background color number (-1 - (COLORS-1)).\n\nIf the color-pair was previously initialized, the screen is refreshed and\nall occurrences of that color-pair are changed to the new definition.",
3659 "_curses.initscr" => "Initialize the library.\n\nReturn a WindowObject which represents the whole screen.",
3660 "_curses.is_term_resized" => "Return True if resize_term() would modify the window structure, False otherwise.\n\n nlines\n Height.\n ncols\n Width.",
3661 "_curses.isendwin" => "Return True if endwin() has been called.",
3662 "_curses.keyname" => "Return the name of specified key.\n\n key\n Key number.",
3663 "_curses.killchar" => "Return the user's current line kill character.",
3664 "_curses.longname" => "Return the terminfo long name field describing the current terminal.\n\nThe maximum length of a verbose description is 128 characters. It is defined\nonly after the call to initscr().",
3665 "_curses.meta" => "Enable/disable meta keys.\n\nIf yes is True, allow 8-bit characters to be input. If yes is False,\nallow only 7-bit characters.",
3666 "_curses.mouseinterval" => "Set and retrieve the maximum time between press and release in a click.\n\n interval\n Time in milliseconds.\n\nSet the maximum time that can elapse between press and release events in\norder for them to be recognized as a click, and return the previous interval\nvalue.",
3667 "_curses.mousemask" => "Set the mouse events to be reported, and return a tuple (availmask, oldmask).\n\nReturn a tuple (availmask, oldmask). availmask indicates which of the\nspecified mouse events can be reported; on complete failure it returns 0.\noldmask is the previous value of the given window's mouse event mask.\nIf this function is never called, no mouse events are ever reported.",
3668 "_curses.napms" => "Sleep for specified time.\n\n ms\n Duration in milliseconds.",
3669 "_curses.newpad" => "Create and return a pointer to a new pad data structure.\n\n nlines\n Height.\n ncols\n Width.",
3670 "_curses.newwin" => "newwin(nlines, ncols, [begin_y=0, begin_x=0])\nReturn a new window.\n\n nlines\n Height.\n ncols\n Width.\n begin_y\n Top side y-coordinate.\n begin_x\n Left side x-coordinate.\n\nBy default, the window will extend from the specified position to the lower\nright corner of the screen.",
3671 "_curses.nl" => "Enter newline mode.\n\n flag\n If false, the effect is the same as calling nonl().\n\nThis mode translates the return key into newline on input, and translates\nnewline into return and line-feed on output. Newline mode is initially on.",
3672 "_curses.nocbreak" => "Leave cbreak mode.\n\nReturn to normal \"cooked\" mode with line buffering.",
3673 "_curses.noecho" => "Leave echo mode.\n\nEchoing of input characters is turned off.",
3674 "_curses.nonl" => "Leave newline mode.\n\nDisable translation of return into newline on input, and disable low-level\ntranslation of newline into newline/return on output.",
3675 "_curses.noqiflush" => "Disable queue flushing.\n\nWhen queue flushing is disabled, normal flush of input and output queues\nassociated with the INTR, QUIT and SUSP characters will not be done.",
3676 "_curses.noraw" => "Leave raw mode.\n\nReturn to normal \"cooked\" mode with line buffering.",
3677 "_curses.pair_content" => "Return a tuple (fg, bg) containing the colors for the requested color pair.\n\n pair_number\n The number of the color pair (0 - (COLOR_PAIRS-1)).",
3678 "_curses.pair_number" => "Return the number of the color-pair set by the specified attribute value.\n\ncolor_pair() is the counterpart to this function.",
3679 "_curses.putp" => "Emit the value of a specified terminfo capability for the current terminal.\n\nNote that the output of putp() always goes to standard output.",
3680 "_curses.qiflush" => "Enable queue flushing.\n\n flag\n If false, the effect is the same as calling noqiflush().\n\nIf queue flushing is enabled, all output in the display driver queue\nwill be flushed when the INTR, QUIT and SUSP characters are read.",
3681 "_curses.raw" => "Enter raw mode.\n\n flag\n If false, the effect is the same as calling noraw().\n\nIn raw mode, normal line buffering and processing of interrupt, quit,\nsuspend, and flow control keys are turned off; characters are presented to\ncurses input functions one by one.",
3682 "_curses.reset_prog_mode" => "Restore the terminal to \"program\" mode, as previously saved by def_prog_mode().",
3683 "_curses.reset_shell_mode" => "Restore the terminal to \"shell\" mode, as previously saved by def_shell_mode().",
3684 "_curses.resetty" => "Restore terminal mode.",
3685 "_curses.resize_term" => "Backend function used by resizeterm(), performing most of the work.\n\n nlines\n Height.\n ncols\n Width.\n\nWhen resizing the windows, resize_term() blank-fills the areas that are\nextended. The calling application should fill in these areas with appropriate\ndata. The resize_term() function attempts to resize all windows. However,\ndue to the calling convention of pads, it is not possible to resize these\nwithout additional interaction with the application.",
3686 "_curses.resizeterm" => "Resize the standard and current windows to the specified dimensions.\n\n nlines\n Height.\n ncols\n Width.\n\nAdjusts other bookkeeping data used by the curses library that record the\nwindow dimensions (in particular the SIGWINCH handler).",
3687 "_curses.savetty" => "Save terminal mode.",
3688 "_curses.set_escdelay" => "Sets the curses ESCDELAY setting.\n\n ms\n length of the delay in milliseconds.\n\nSets the number of milliseconds to wait after reading an escape character,\nto distinguish between an individual escape character entered on the\nkeyboard from escape sequences sent by cursor and function keys.",
3689 "_curses.set_tabsize" => "Sets the curses TABSIZE setting.\n\n size\n rendered cell width of a tab character.\n\nSets the number of columns used by the curses library when converting a tab\ncharacter to spaces as it adds the tab to a window.",
3690 "_curses.setsyx" => "Set the virtual screen cursor.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n\nIf y and x are both -1, then leaveok is set.",
3691 "_curses.setupterm" => "Initialize the terminal.\n\n term\n Terminal name.\n If omitted, the value of the TERM environment variable will be used.\n fd\n File descriptor to which any initialization sequences will be sent.\n If not supplied, the file descriptor for sys.stdout will be used.",
3692 "_curses.start_color" => "Initializes eight basic colors and global variables COLORS and COLOR_PAIRS.\n\nMust be called if the programmer wants to use colors, and before any other\ncolor manipulation routine is called. It is good practice to call this\nroutine right after initscr().\n\nIt also restores the colors on the terminal to the values they had when the\nterminal was just turned on.",
3693 "_curses.termattrs" => "Return a logical OR of all video attributes supported by the terminal.",
3694 "_curses.termname" => "Return the value of the environment variable TERM, truncated to 14 characters.",
3695 "_curses.tigetflag" => "Return the value of the Boolean capability.\n\n capname\n The terminfo capability name.\n\nThe value -1 is returned if capname is not a Boolean capability, or 0 if\nit is canceled or absent from the terminal description.",
3696 "_curses.tigetnum" => "Return the value of the numeric capability.\n\n capname\n The terminfo capability name.\n\nThe value -2 is returned if capname is not a numeric capability, or -1 if\nit is canceled or absent from the terminal description.",
3697 "_curses.tigetstr" => "Return the value of the string capability.\n\n capname\n The terminfo capability name.\n\nNone is returned if capname is not a string capability, or is canceled or\nabsent from the terminal description.",
3698 "_curses.tparm" => "Instantiate the specified byte string with the supplied parameters.\n\n str\n Parameterized byte string obtained from the terminfo database.",
3699 "_curses.typeahead" => "Specify that the file descriptor fd be used for typeahead checking.\n\n fd\n File descriptor.\n\nIf fd is -1, then no typeahead checking is done.",
3700 "_curses.unctrl" => "Return a string which is a printable representation of the character ch.\n\nControl characters are displayed as a caret followed by the character,\nfor example as ^C. Printing characters are left as they are.",
3701 "_curses.unget_wch" => "Push ch so the next get_wch() will return it.",
3702 "_curses.ungetch" => "Push ch so the next getch() will return it.",
3703 "_curses.ungetmouse" => "Push a KEY_MOUSE event onto the input queue.\n\nThe following getmouse() will return the given state data.",
3704 "_curses.use_default_colors" => "Equivalent to assume_default_colors(-1, -1).",
3705 "_curses.use_env" => "Use environment variables LINES and COLUMNS.\n\nIf used, this function should be called before initscr() or newterm() are\ncalled.\n\nWhen flag is False, the values of lines and columns specified in the terminfo\ndatabase will be used, even if environment variables LINES and COLUMNS (used\nby default) are set, or if curses is running in a window (in which case\ndefault behavior would be to use the window size if LINES and COLUMNS are\nnot set).",
3706 "_curses.window.__delattr__" => "Implement delattr(self, name).",
3707 "_curses.window.__eq__" => "Return self==value.",
3708 "_curses.window.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3709 "_curses.window.__ge__" => "Return self>=value.",
3710 "_curses.window.__getattribute__" => "Return getattr(self, name).",
3711 "_curses.window.__getstate__" => "Helper for pickle.",
3712 "_curses.window.__gt__" => "Return self>value.",
3713 "_curses.window.__hash__" => "Return hash(self).",
3714 "_curses.window.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3715 "_curses.window.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3716 "_curses.window.__le__" => "Return self<=value.",
3717 "_curses.window.__lt__" => "Return self<value.",
3718 "_curses.window.__ne__" => "Return self!=value.",
3719 "_curses.window.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3720 "_curses.window.__reduce__" => "Helper for pickle.",
3721 "_curses.window.__reduce_ex__" => "Helper for pickle.",
3722 "_curses.window.__repr__" => "Return repr(self).",
3723 "_curses.window.__setattr__" => "Implement setattr(self, name, value).",
3724 "_curses.window.__sizeof__" => "Size of object in memory, in bytes.",
3725 "_curses.window.__str__" => "Return str(self).",
3726 "_curses.window.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3727 "_curses.window.addch" => "addch([y, x,] ch, [attr=_curses.A_NORMAL])\nPaint the character.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n ch\n Character to add.\n attr\n Attributes for the character.\n\nPaint character ch at (y, x) with attributes attr,\noverwriting any character previously painted at that location.\nBy default, the character position and attributes are the\ncurrent settings for the window object.",
3728 "_curses.window.addnstr" => "addnstr([y, x,] str, n, [attr])\nPaint at most n characters of the string.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n str\n String to add.\n n\n Maximal number of characters.\n attr\n Attributes for characters.\n\nPaint at most n characters of the string str at (y, x) with\nattributes attr, overwriting anything previously on the display.\nBy default, the character position and attributes are the\ncurrent settings for the window object.",
3729 "_curses.window.addstr" => "addstr([y, x,] str, [attr])\nPaint the string.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n str\n String to add.\n attr\n Attributes for characters.\n\nPaint the string str at (y, x) with attributes attr,\noverwriting anything previously on the display.\nBy default, the character position and attributes are the\ncurrent settings for the window object.",
3730 "_curses.window.attroff" => "Remove attribute attr from the \"background\" set.",
3731 "_curses.window.attron" => "Add attribute attr to the \"background\" set.",
3732 "_curses.window.attrset" => "Set the \"background\" set of attributes.",
3733 "_curses.window.bkgd" => "Set the background property of the window.\n\n ch\n Background character.\n attr\n Background attributes.",
3734 "_curses.window.bkgdset" => "Set the window's background.\n\n ch\n Background character.\n attr\n Background attributes.",
3735 "_curses.window.border" => "Draw a border around the edges of the window.\n\n ls\n Left side.\n rs\n Right side.\n ts\n Top side.\n bs\n Bottom side.\n tl\n Upper-left corner.\n tr\n Upper-right corner.\n bl\n Bottom-left corner.\n br\n Bottom-right corner.\n\nEach parameter specifies the character to use for a specific part of the\nborder. The characters can be specified as integers or as one-character\nstrings. A 0 value for any parameter will cause the default character to be\nused for that parameter.",
3736 "_curses.window.box" => "box([verch=0, horch=0])\nDraw a border around the edges of the window.\n\n verch\n Left and right side.\n horch\n Top and bottom side.\n\nSimilar to border(), but both ls and rs are verch and both ts and bs are\nhorch. The default corner characters are always used by this function.",
3737 "_curses.window.chgat" => "chgat([y, x,] [n=-1,] attr)\nSet the attributes of characters.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n n\n Number of characters.\n attr\n Attributes for characters.\n\nSet the attributes of num characters at the current cursor position, or at\nposition (y, x) if supplied. If no value of num is given or num = -1, the\nattribute will be set on all the characters to the end of the line. This\nfunction does not move the cursor. The changed line will be touched using\nthe touchline() method so that the contents will be redisplayed by the next\nwindow refresh.",
3738 "_curses.window.delch" => "delch([y, x])\nDelete any character at (y, x).\n\n y\n Y-coordinate.\n x\n X-coordinate.",
3739 "_curses.window.derwin" => "derwin([nlines=0, ncols=0,] begin_y, begin_x)\nCreate a sub-window (window-relative coordinates).\n\n nlines\n Height.\n ncols\n Width.\n begin_y\n Top side y-coordinate.\n begin_x\n Left side x-coordinate.\n\nderwin() is the same as calling subwin(), except that begin_y and begin_x\nare relative to the origin of the window, rather than relative to the entire\nscreen.",
3740 "_curses.window.echochar" => "Add character ch with attribute attr, and refresh.\n\n ch\n Character to add.\n attr\n Attributes for the character.",
3741 "_curses.window.enclose" => "Return True if the screen-relative coordinates are enclosed by the window.\n\n y\n Y-coordinate.\n x\n X-coordinate.",
3742 "_curses.window.encoding" => "the typecode character used to create the array",
3743 "_curses.window.get_wch" => "get_wch([y, x])\nGet a wide character from terminal keyboard.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n\nReturn a character for most keys, or an integer for function keys,\nkeypad keys, and other special keys.",
3744 "_curses.window.getbkgd" => "Return the window's current background character/attribute pair.",
3745 "_curses.window.getch" => "getch([y, x])\nGet a character code from terminal keyboard.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n\nThe integer returned does not have to be in ASCII range: function keys,\nkeypad keys and so on return numbers higher than 256. In no-delay mode, -1\nis returned if there is no input, else getch() waits until a key is pressed.",
3746 "_curses.window.getkey" => "getkey([y, x])\nGet a character (string) from terminal keyboard.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n\nReturning a string instead of an integer, as getch() does. Function keys,\nkeypad keys and other special keys return a multibyte string containing the\nkey name. In no-delay mode, an exception is raised if there is no input.",
3747 "_curses.window.getstr" => "getstr([[y, x,] n=2047])\nRead a string from the user, with primitive line editing capacity.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n n\n Maximal number of characters.",
3748 "_curses.window.hline" => "hline([y, x,] ch, n, [attr=_curses.A_NORMAL])\nDisplay a horizontal line.\n\n y\n Starting Y-coordinate.\n x\n Starting X-coordinate.\n ch\n Character to draw.\n n\n Line length.\n attr\n Attributes for the characters.",
3749 "_curses.window.inch" => "inch([y, x])\nReturn the character at the given position in the window.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n\nThe bottom 8 bits are the character proper, and upper bits are the attributes.",
3750 "_curses.window.insch" => "insch([y, x,] ch, [attr=_curses.A_NORMAL])\nInsert a character before the current or specified position.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n ch\n Character to insert.\n attr\n Attributes for the character.\n\nAll characters to the right of the cursor are shifted one position right, with\nthe rightmost characters on the line being lost.",
3751 "_curses.window.insnstr" => "insnstr([y, x,] str, n, [attr])\nInsert at most n characters of the string.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n str\n String to insert.\n n\n Maximal number of characters.\n attr\n Attributes for characters.\n\nInsert a character string (as many characters as will fit on the line)\nbefore the character under the cursor, up to n characters. If n is zero\nor negative, the entire string is inserted. All characters to the right\nof the cursor are shifted right, with the rightmost characters on the line\nbeing lost. The cursor position does not change (after moving to y, x, if\nspecified).",
3752 "_curses.window.insstr" => "insstr([y, x,] str, [attr])\nInsert the string before the current or specified position.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n str\n String to insert.\n attr\n Attributes for characters.\n\nInsert a character string (as many characters as will fit on the line)\nbefore the character under the cursor. All characters to the right of\nthe cursor are shifted right, with the rightmost characters on the line\nbeing lost. The cursor position does not change (after moving to y, x,\nif specified).",
3753 "_curses.window.instr" => "instr([y, x,] n=2047)\nReturn a string of characters, extracted from the window.\n\n y\n Y-coordinate.\n x\n X-coordinate.\n n\n Maximal number of characters.\n\nReturn a string of characters, extracted from the window starting at the\ncurrent cursor position, or at y, x if specified. Attributes are stripped\nfrom the characters. If n is specified, instr() returns a string at most\nn characters long (exclusive of the trailing NUL).",
3754 "_curses.window.is_linetouched" => "Return True if the specified line was modified, otherwise return False.\n\n line\n Line number.\n\nRaise a curses.error exception if line is not valid for the given window.",
3755 "_curses.window.noutrefresh" => "noutrefresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol])\nMark for refresh but wait.\n\nThis function updates the data structure representing the desired state of the\nwindow, but does not force an update of the physical screen. To accomplish\nthat, call doupdate().",
3756 "_curses.window.overlay" => "overlay(destwin, [sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol])\nOverlay the window on top of destwin.\n\nThe windows need not be the same size, only the overlapping region is copied.\nThis copy is non-destructive, which means that the current background\ncharacter does not overwrite the old contents of destwin.\n\nTo get fine-grained control over the copied region, the second form of\noverlay() can be used. sminrow and smincol are the upper-left coordinates\nof the source window, and the other variables mark a rectangle in the\ndestination window.",
3757 "_curses.window.overwrite" => "overwrite(destwin, [sminrow, smincol, dminrow, dmincol, dmaxrow,\n dmaxcol])\nOverwrite the window on top of destwin.\n\nThe windows need not be the same size, in which case only the overlapping\nregion is copied. This copy is destructive, which means that the current\nbackground character overwrites the old contents of destwin.\n\nTo get fine-grained control over the copied region, the second form of\noverwrite() can be used. sminrow and smincol are the upper-left coordinates\nof the source window, the other variables mark a rectangle in the destination\nwindow.",
3758 "_curses.window.putwin" => "Write all data associated with the window into the provided file object.\n\nThis information can be later retrieved using the getwin() function.",
3759 "_curses.window.redrawln" => "Mark the specified lines corrupted.\n\n beg\n Starting line number.\n num\n The number of lines.\n\nThey should be completely redrawn on the next refresh() call.",
3760 "_curses.window.refresh" => "refresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol])\nUpdate the display immediately.\n\nSynchronize actual screen with previous drawing/deleting methods.\nThe 6 optional arguments can only be specified when the window is a pad\ncreated with newpad(). The additional parameters are needed to indicate\nwhat part of the pad and screen are involved. pminrow and pmincol specify\nthe upper left-hand corner of the rectangle to be displayed in the pad.\nsminrow, smincol, smaxrow, and smaxcol specify the edges of the rectangle to\nbe displayed on the screen. The lower right-hand corner of the rectangle to\nbe displayed in the pad is calculated from the screen coordinates, since the\nrectangles must be the same size. Both rectangles must be entirely contained\nwithin their respective structures. Negative values of pminrow, pmincol,\nsminrow, or smincol are treated as if they were zero.",
3761 "_curses.window.scroll" => "scroll([lines=1])\nScroll the screen or scrolling region.\n\n lines\n Number of lines to scroll.\n\nScroll upward if the argument is positive and downward if it is negative.",
3762 "_curses.window.setscrreg" => "Define a software scrolling region.\n\n top\n First line number.\n bottom\n Last line number.\n\nAll scrolling actions will take place in this region.",
3763 "_curses.window.subpad" => "subwin([nlines=0, ncols=0,] begin_y, begin_x)\nCreate a sub-window (screen-relative coordinates).\n\n nlines\n Height.\n ncols\n Width.\n begin_y\n Top side y-coordinate.\n begin_x\n Left side x-coordinate.\n\nBy default, the sub-window will extend from the specified position to the\nlower right corner of the window.",
3764 "_curses.window.subwin" => "subwin([nlines=0, ncols=0,] begin_y, begin_x)\nCreate a sub-window (screen-relative coordinates).\n\n nlines\n Height.\n ncols\n Width.\n begin_y\n Top side y-coordinate.\n begin_x\n Left side x-coordinate.\n\nBy default, the sub-window will extend from the specified position to the\nlower right corner of the window.",
3765 "_curses.window.touchline" => "touchline(start, count, [changed=True])\nPretend count lines have been changed, starting with line start.\n\nIf changed is supplied, it specifies whether the affected lines are marked\nas having been changed (changed=True) or unchanged (changed=False).",
3766 "_curses.window.vline" => "vline([y, x,] ch, n, [attr=_curses.A_NORMAL])\nDisplay a vertical line.\n\n y\n Starting Y-coordinate.\n x\n Starting X-coordinate.\n ch\n Character to draw.\n n\n Line length.\n attr\n Attributes for the character.",
3767 "_curses_panel.bottom_panel" => "Return the bottom panel in the panel stack.",
3768 "_curses_panel.error.__delattr__" => "Implement delattr(self, name).",
3769 "_curses_panel.error.__eq__" => "Return self==value.",
3770 "_curses_panel.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3771 "_curses_panel.error.__ge__" => "Return self>=value.",
3772 "_curses_panel.error.__getattribute__" => "Return getattr(self, name).",
3773 "_curses_panel.error.__getstate__" => "Helper for pickle.",
3774 "_curses_panel.error.__gt__" => "Return self>value.",
3775 "_curses_panel.error.__hash__" => "Return hash(self).",
3776 "_curses_panel.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3777 "_curses_panel.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3778 "_curses_panel.error.__le__" => "Return self<=value.",
3779 "_curses_panel.error.__lt__" => "Return self<value.",
3780 "_curses_panel.error.__ne__" => "Return self!=value.",
3781 "_curses_panel.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3782 "_curses_panel.error.__reduce_ex__" => "Helper for pickle.",
3783 "_curses_panel.error.__repr__" => "Return repr(self).",
3784 "_curses_panel.error.__setattr__" => "Implement setattr(self, name, value).",
3785 "_curses_panel.error.__sizeof__" => "Size of object in memory, in bytes.",
3786 "_curses_panel.error.__str__" => "Return str(self).",
3787 "_curses_panel.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3788 "_curses_panel.error.__weakref__" => "list of weak references to the object",
3789 "_curses_panel.error.add_note" => "Add a note to the exception",
3790 "_curses_panel.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
3791 "_curses_panel.new_panel" => "Return a panel object, associating it with the given window win.",
3792 "_curses_panel.panel.__delattr__" => "Implement delattr(self, name).",
3793 "_curses_panel.panel.__eq__" => "Return self==value.",
3794 "_curses_panel.panel.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3795 "_curses_panel.panel.__ge__" => "Return self>=value.",
3796 "_curses_panel.panel.__getattribute__" => "Return getattr(self, name).",
3797 "_curses_panel.panel.__getstate__" => "Helper for pickle.",
3798 "_curses_panel.panel.__gt__" => "Return self>value.",
3799 "_curses_panel.panel.__hash__" => "Return hash(self).",
3800 "_curses_panel.panel.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3801 "_curses_panel.panel.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3802 "_curses_panel.panel.__le__" => "Return self<=value.",
3803 "_curses_panel.panel.__lt__" => "Return self<value.",
3804 "_curses_panel.panel.__ne__" => "Return self!=value.",
3805 "_curses_panel.panel.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3806 "_curses_panel.panel.__reduce__" => "Helper for pickle.",
3807 "_curses_panel.panel.__reduce_ex__" => "Helper for pickle.",
3808 "_curses_panel.panel.__repr__" => "Return repr(self).",
3809 "_curses_panel.panel.__setattr__" => "Implement setattr(self, name, value).",
3810 "_curses_panel.panel.__sizeof__" => "Size of object in memory, in bytes.",
3811 "_curses_panel.panel.__str__" => "Return str(self).",
3812 "_curses_panel.panel.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3813 "_curses_panel.panel.above" => "Return the panel above the current panel.",
3814 "_curses_panel.panel.below" => "Return the panel below the current panel.",
3815 "_curses_panel.panel.bottom" => "Push the panel to the bottom of the stack.",
3816 "_curses_panel.panel.hidden" => "Return True if the panel is hidden (not visible), False otherwise.",
3817 "_curses_panel.panel.hide" => "Hide the panel.\n\nThis does not delete the object, it just makes the window on screen invisible.",
3818 "_curses_panel.panel.move" => "Move the panel to the screen coordinates (y, x).",
3819 "_curses_panel.panel.replace" => "Change the window associated with the panel to the window win.",
3820 "_curses_panel.panel.set_userptr" => "Set the panel's user pointer to obj.",
3821 "_curses_panel.panel.show" => "Display the panel (which might have been hidden).",
3822 "_curses_panel.panel.top" => "Push panel to the top of the stack.",
3823 "_curses_panel.panel.userptr" => "Return the user pointer for the panel.",
3824 "_curses_panel.panel.window" => "Return the window object associated with the panel.",
3825 "_curses_panel.top_panel" => "Return the top panel in the panel stack.",
3826 "_curses_panel.update_panels" => "Updates the virtual screen after changes in the panel stack.\n\nThis does not call curses.doupdate(), so you'll have to do this yourself.",
3827 "_datetime" => "Fast implementation of the datetime module.",
3828 "_datetime.date" => "date(year, month, day) --> date object",
3829 "_datetime.date.__add__" => "Return self+value.",
3830 "_datetime.date.__delattr__" => "Implement delattr(self, name).",
3831 "_datetime.date.__eq__" => "Return self==value.",
3832 "_datetime.date.__format__" => "Formats self with strftime.",
3833 "_datetime.date.__ge__" => "Return self>=value.",
3834 "_datetime.date.__getattribute__" => "Return getattr(self, name).",
3835 "_datetime.date.__getstate__" => "Helper for pickle.",
3836 "_datetime.date.__gt__" => "Return self>value.",
3837 "_datetime.date.__hash__" => "Return hash(self).",
3838 "_datetime.date.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3839 "_datetime.date.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3840 "_datetime.date.__le__" => "Return self<=value.",
3841 "_datetime.date.__lt__" => "Return self<value.",
3842 "_datetime.date.__ne__" => "Return self!=value.",
3843 "_datetime.date.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3844 "_datetime.date.__radd__" => "Return value+self.",
3845 "_datetime.date.__reduce__" => "__reduce__() -> (cls, state)",
3846 "_datetime.date.__reduce_ex__" => "Helper for pickle.",
3847 "_datetime.date.__replace__" => "The same as replace().",
3848 "_datetime.date.__repr__" => "Return repr(self).",
3849 "_datetime.date.__rsub__" => "Return value-self.",
3850 "_datetime.date.__setattr__" => "Implement setattr(self, name, value).",
3851 "_datetime.date.__sizeof__" => "Size of object in memory, in bytes.",
3852 "_datetime.date.__str__" => "Return str(self).",
3853 "_datetime.date.__sub__" => "Return self-value.",
3854 "_datetime.date.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3855 "_datetime.date.ctime" => "Return ctime() style string.",
3856 "_datetime.date.fromisocalendar" => "int, int, int -> Construct a date from the ISO year, week number and weekday.\n\nThis is the inverse of the date.isocalendar() function",
3857 "_datetime.date.fromisoformat" => "str -> Construct a date from a string in ISO 8601 format.",
3858 "_datetime.date.fromordinal" => "int -> date corresponding to a proleptic Gregorian ordinal.",
3859 "_datetime.date.fromtimestamp" => "Create a date from a POSIX timestamp.\n\nThe timestamp is a number, e.g. created via time.time(), that is interpreted\nas local time.",
3860 "_datetime.date.isocalendar" => "Return a named tuple containing ISO year, week number, and weekday.",
3861 "_datetime.date.isoformat" => "Return string in ISO 8601 format, YYYY-MM-DD.",
3862 "_datetime.date.isoweekday" => "Return the day of the week represented by the date.\nMonday == 1 ... Sunday == 7",
3863 "_datetime.date.replace" => "Return date with new specified fields.",
3864 "_datetime.date.strftime" => "format -> strftime() style string.",
3865 "_datetime.date.strptime" => "string, format -> new date parsed from a string (like time.strptime()).",
3866 "_datetime.date.timetuple" => "Return time tuple, compatible with time.localtime().",
3867 "_datetime.date.today" => "Current date or datetime: same as self.__class__.fromtimestamp(time.time()).",
3868 "_datetime.date.toordinal" => "Return proleptic Gregorian ordinal. January 1 of year 1 is day 1.",
3869 "_datetime.date.weekday" => "Return the day of the week represented by the date.\nMonday == 0 ... Sunday == 6",
3870 "_datetime.datetime" => "datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])\n\nThe year, month and day arguments are required. tzinfo may be None, or an\ninstance of a tzinfo subclass. The remaining arguments may be ints.",
3871 "_datetime.datetime.__add__" => "Return self+value.",
3872 "_datetime.datetime.__delattr__" => "Implement delattr(self, name).",
3873 "_datetime.datetime.__eq__" => "Return self==value.",
3874 "_datetime.datetime.__format__" => "Formats self with strftime.",
3875 "_datetime.datetime.__ge__" => "Return self>=value.",
3876 "_datetime.datetime.__getattribute__" => "Return getattr(self, name).",
3877 "_datetime.datetime.__getstate__" => "Helper for pickle.",
3878 "_datetime.datetime.__gt__" => "Return self>value.",
3879 "_datetime.datetime.__hash__" => "Return hash(self).",
3880 "_datetime.datetime.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3881 "_datetime.datetime.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3882 "_datetime.datetime.__le__" => "Return self<=value.",
3883 "_datetime.datetime.__lt__" => "Return self<value.",
3884 "_datetime.datetime.__ne__" => "Return self!=value.",
3885 "_datetime.datetime.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3886 "_datetime.datetime.__radd__" => "Return value+self.",
3887 "_datetime.datetime.__reduce__" => "__reduce__() -> (cls, state)",
3888 "_datetime.datetime.__reduce_ex__" => "__reduce_ex__(proto) -> (cls, state)",
3889 "_datetime.datetime.__replace__" => "The same as replace().",
3890 "_datetime.datetime.__repr__" => "Return repr(self).",
3891 "_datetime.datetime.__rsub__" => "Return value-self.",
3892 "_datetime.datetime.__setattr__" => "Implement setattr(self, name, value).",
3893 "_datetime.datetime.__sizeof__" => "Size of object in memory, in bytes.",
3894 "_datetime.datetime.__str__" => "Return str(self).",
3895 "_datetime.datetime.__sub__" => "Return self-value.",
3896 "_datetime.datetime.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3897 "_datetime.datetime.astimezone" => "tz -> convert to local time in new timezone tz",
3898 "_datetime.datetime.combine" => "date, time -> datetime with same date and time fields",
3899 "_datetime.datetime.ctime" => "Return ctime() style string.",
3900 "_datetime.datetime.date" => "Return date object with same year, month and day.",
3901 "_datetime.datetime.dst" => "Return self.tzinfo.dst(self).",
3902 "_datetime.datetime.fromisocalendar" => "int, int, int -> Construct a date from the ISO year, week number and weekday.\n\nThis is the inverse of the date.isocalendar() function",
3903 "_datetime.datetime.fromisoformat" => "string -> datetime from a string in most ISO 8601 formats",
3904 "_datetime.datetime.fromordinal" => "int -> date corresponding to a proleptic Gregorian ordinal.",
3905 "_datetime.datetime.fromtimestamp" => "timestamp[, tz] -> tz's local time from POSIX timestamp.",
3906 "_datetime.datetime.isocalendar" => "Return a named tuple containing ISO year, week number, and weekday.",
3907 "_datetime.datetime.isoformat" => "[sep] -> string in ISO 8601 format, YYYY-MM-DDT[HH[:MM[:SS[.mmm[uuu]]]]][+HH:MM].\nsep is used to separate the year from the time, and defaults to 'T'.\nThe optional argument timespec specifies the number of additional terms\nof the time to include. Valid options are 'auto', 'hours', 'minutes',\n'seconds', 'milliseconds' and 'microseconds'.",
3908 "_datetime.datetime.isoweekday" => "Return the day of the week represented by the date.\nMonday == 1 ... Sunday == 7",
3909 "_datetime.datetime.now" => "Returns new datetime object representing current time local to tz.\n\n tz\n Timezone object.\n\nIf no tz is specified, uses local timezone.",
3910 "_datetime.datetime.replace" => "Return datetime with new specified fields.",
3911 "_datetime.datetime.strftime" => "format -> strftime() style string.",
3912 "_datetime.datetime.strptime" => "string, format -> new datetime parsed from a string (like time.strptime()).",
3913 "_datetime.datetime.time" => "Return time object with same time but with tzinfo=None.",
3914 "_datetime.datetime.timestamp" => "Return POSIX timestamp as float.",
3915 "_datetime.datetime.timetuple" => "Return time tuple, compatible with time.localtime().",
3916 "_datetime.datetime.timetz" => "Return time object with same time and tzinfo.",
3917 "_datetime.datetime.today" => "Current date or datetime: same as self.__class__.fromtimestamp(time.time()).",
3918 "_datetime.datetime.toordinal" => "Return proleptic Gregorian ordinal. January 1 of year 1 is day 1.",
3919 "_datetime.datetime.tzname" => "Return self.tzinfo.tzname(self).",
3920 "_datetime.datetime.utcfromtimestamp" => "Construct a naive UTC datetime from a POSIX timestamp.",
3921 "_datetime.datetime.utcnow" => "Return a new datetime representing UTC day and time.",
3922 "_datetime.datetime.utcoffset" => "Return self.tzinfo.utcoffset(self).",
3923 "_datetime.datetime.utctimetuple" => "Return UTC time tuple, compatible with time.localtime().",
3924 "_datetime.datetime.weekday" => "Return the day of the week represented by the date.\nMonday == 0 ... Sunday == 6",
3925 "_datetime.time" => "time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object\n\nAll arguments are optional. tzinfo may be None, or an instance of\na tzinfo subclass. The remaining arguments may be ints.",
3926 "_datetime.time.__delattr__" => "Implement delattr(self, name).",
3927 "_datetime.time.__eq__" => "Return self==value.",
3928 "_datetime.time.__format__" => "Formats self with strftime.",
3929 "_datetime.time.__ge__" => "Return self>=value.",
3930 "_datetime.time.__getattribute__" => "Return getattr(self, name).",
3931 "_datetime.time.__getstate__" => "Helper for pickle.",
3932 "_datetime.time.__gt__" => "Return self>value.",
3933 "_datetime.time.__hash__" => "Return hash(self).",
3934 "_datetime.time.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3935 "_datetime.time.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3936 "_datetime.time.__le__" => "Return self<=value.",
3937 "_datetime.time.__lt__" => "Return self<value.",
3938 "_datetime.time.__ne__" => "Return self!=value.",
3939 "_datetime.time.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3940 "_datetime.time.__reduce__" => "__reduce__() -> (cls, state)",
3941 "_datetime.time.__reduce_ex__" => "__reduce_ex__(proto) -> (cls, state)",
3942 "_datetime.time.__replace__" => "The same as replace().",
3943 "_datetime.time.__repr__" => "Return repr(self).",
3944 "_datetime.time.__setattr__" => "Implement setattr(self, name, value).",
3945 "_datetime.time.__sizeof__" => "Size of object in memory, in bytes.",
3946 "_datetime.time.__str__" => "Return str(self).",
3947 "_datetime.time.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3948 "_datetime.time.dst" => "Return self.tzinfo.dst(self).",
3949 "_datetime.time.fromisoformat" => "string -> time from a string in ISO 8601 format",
3950 "_datetime.time.isoformat" => "Return string in ISO 8601 format, [HH[:MM[:SS[.mmm[uuu]]]]][+HH:MM].\n\nThe optional argument timespec specifies the number of additional terms\nof the time to include. Valid options are 'auto', 'hours', 'minutes',\n'seconds', 'milliseconds' and 'microseconds'.",
3951 "_datetime.time.replace" => "Return time with new specified fields.",
3952 "_datetime.time.strftime" => "format -> strftime() style string.",
3953 "_datetime.time.strptime" => "string, format -> new time parsed from a string (like time.strptime()).",
3954 "_datetime.time.tzname" => "Return self.tzinfo.tzname(self).",
3955 "_datetime.time.utcoffset" => "Return self.tzinfo.utcoffset(self).",
3956 "_datetime.timedelta" => "Difference between two datetime values.\n\ntimedelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)\n\nAll arguments are optional and default to 0.\nArguments may be integers or floats, and may be positive or negative.",
3957 "_datetime.timedelta.__abs__" => "abs(self)",
3958 "_datetime.timedelta.__add__" => "Return self+value.",
3959 "_datetime.timedelta.__bool__" => "True if self else False",
3960 "_datetime.timedelta.__delattr__" => "Implement delattr(self, name).",
3961 "_datetime.timedelta.__divmod__" => "Return divmod(self, value).",
3962 "_datetime.timedelta.__eq__" => "Return self==value.",
3963 "_datetime.timedelta.__floordiv__" => "Return self//value.",
3964 "_datetime.timedelta.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
3965 "_datetime.timedelta.__ge__" => "Return self>=value.",
3966 "_datetime.timedelta.__getattribute__" => "Return getattr(self, name).",
3967 "_datetime.timedelta.__getstate__" => "Helper for pickle.",
3968 "_datetime.timedelta.__gt__" => "Return self>value.",
3969 "_datetime.timedelta.__hash__" => "Return hash(self).",
3970 "_datetime.timedelta.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
3971 "_datetime.timedelta.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
3972 "_datetime.timedelta.__le__" => "Return self<=value.",
3973 "_datetime.timedelta.__lt__" => "Return self<value.",
3974 "_datetime.timedelta.__mod__" => "Return self%value.",
3975 "_datetime.timedelta.__mul__" => "Return self*value.",
3976 "_datetime.timedelta.__ne__" => "Return self!=value.",
3977 "_datetime.timedelta.__neg__" => "-self",
3978 "_datetime.timedelta.__new__" => "Create and return a new object. See help(type) for accurate signature.",
3979 "_datetime.timedelta.__pos__" => "+self",
3980 "_datetime.timedelta.__radd__" => "Return value+self.",
3981 "_datetime.timedelta.__rdivmod__" => "Return divmod(value, self).",
3982 "_datetime.timedelta.__reduce__" => "__reduce__() -> (cls, state)",
3983 "_datetime.timedelta.__reduce_ex__" => "Helper for pickle.",
3984 "_datetime.timedelta.__repr__" => "Return repr(self).",
3985 "_datetime.timedelta.__rfloordiv__" => "Return value//self.",
3986 "_datetime.timedelta.__rmod__" => "Return value%self.",
3987 "_datetime.timedelta.__rmul__" => "Return value*self.",
3988 "_datetime.timedelta.__rsub__" => "Return value-self.",
3989 "_datetime.timedelta.__rtruediv__" => "Return value/self.",
3990 "_datetime.timedelta.__setattr__" => "Implement setattr(self, name, value).",
3991 "_datetime.timedelta.__sizeof__" => "Size of object in memory, in bytes.",
3992 "_datetime.timedelta.__str__" => "Return str(self).",
3993 "_datetime.timedelta.__sub__" => "Return self-value.",
3994 "_datetime.timedelta.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
3995 "_datetime.timedelta.__truediv__" => "Return self/value.",
3996 "_datetime.timedelta.days" => "Number of days.",
3997 "_datetime.timedelta.microseconds" => "Number of microseconds (>= 0 and less than 1 second).",
3998 "_datetime.timedelta.seconds" => "Number of seconds (>= 0 and less than 1 day).",
3999 "_datetime.timedelta.total_seconds" => "Total seconds in the duration.",
4000 "_datetime.timezone" => "Fixed offset from UTC implementation of tzinfo.",
4001 "_datetime.timezone.__delattr__" => "Implement delattr(self, name).",
4002 "_datetime.timezone.__eq__" => "Return self==value.",
4003 "_datetime.timezone.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4004 "_datetime.timezone.__ge__" => "Return self>=value.",
4005 "_datetime.timezone.__getattribute__" => "Return getattr(self, name).",
4006 "_datetime.timezone.__getinitargs__" => "pickle support",
4007 "_datetime.timezone.__getstate__" => "Helper for pickle.",
4008 "_datetime.timezone.__gt__" => "Return self>value.",
4009 "_datetime.timezone.__hash__" => "Return hash(self).",
4010 "_datetime.timezone.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4011 "_datetime.timezone.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4012 "_datetime.timezone.__le__" => "Return self<=value.",
4013 "_datetime.timezone.__lt__" => "Return self<value.",
4014 "_datetime.timezone.__ne__" => "Return self!=value.",
4015 "_datetime.timezone.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4016 "_datetime.timezone.__reduce__" => "-> (cls, state)",
4017 "_datetime.timezone.__reduce_ex__" => "Helper for pickle.",
4018 "_datetime.timezone.__repr__" => "Return repr(self).",
4019 "_datetime.timezone.__setattr__" => "Implement setattr(self, name, value).",
4020 "_datetime.timezone.__sizeof__" => "Size of object in memory, in bytes.",
4021 "_datetime.timezone.__str__" => "Return str(self).",
4022 "_datetime.timezone.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4023 "_datetime.timezone.dst" => "Return None.",
4024 "_datetime.timezone.fromutc" => "datetime in UTC -> datetime in local time.",
4025 "_datetime.timezone.tzname" => "If name is specified when timezone is created, returns the name. Otherwise returns offset as 'UTC(+|-)HH:MM'.",
4026 "_datetime.timezone.utcoffset" => "Return fixed offset.",
4027 "_datetime.tzinfo" => "Abstract base class for time zone info objects.",
4028 "_datetime.tzinfo.__delattr__" => "Implement delattr(self, name).",
4029 "_datetime.tzinfo.__eq__" => "Return self==value.",
4030 "_datetime.tzinfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4031 "_datetime.tzinfo.__ge__" => "Return self>=value.",
4032 "_datetime.tzinfo.__getattribute__" => "Return getattr(self, name).",
4033 "_datetime.tzinfo.__getstate__" => "Helper for pickle.",
4034 "_datetime.tzinfo.__gt__" => "Return self>value.",
4035 "_datetime.tzinfo.__hash__" => "Return hash(self).",
4036 "_datetime.tzinfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4037 "_datetime.tzinfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4038 "_datetime.tzinfo.__le__" => "Return self<=value.",
4039 "_datetime.tzinfo.__lt__" => "Return self<value.",
4040 "_datetime.tzinfo.__ne__" => "Return self!=value.",
4041 "_datetime.tzinfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4042 "_datetime.tzinfo.__reduce__" => "-> (cls, state)",
4043 "_datetime.tzinfo.__reduce_ex__" => "Helper for pickle.",
4044 "_datetime.tzinfo.__repr__" => "Return repr(self).",
4045 "_datetime.tzinfo.__setattr__" => "Implement setattr(self, name, value).",
4046 "_datetime.tzinfo.__sizeof__" => "Size of object in memory, in bytes.",
4047 "_datetime.tzinfo.__str__" => "Return str(self).",
4048 "_datetime.tzinfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4049 "_datetime.tzinfo.dst" => "datetime -> DST offset as timedelta positive east of UTC.",
4050 "_datetime.tzinfo.fromutc" => "datetime in UTC -> datetime in local time.",
4051 "_datetime.tzinfo.tzname" => "datetime -> string name of time zone.",
4052 "_datetime.tzinfo.utcoffset" => "datetime -> timedelta showing offset from UTC, negative values indicating West of UTC",
4053 "_dbm.error.__delattr__" => "Implement delattr(self, name).",
4054 "_dbm.error.__eq__" => "Return self==value.",
4055 "_dbm.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4056 "_dbm.error.__ge__" => "Return self>=value.",
4057 "_dbm.error.__getattribute__" => "Return getattr(self, name).",
4058 "_dbm.error.__getstate__" => "Helper for pickle.",
4059 "_dbm.error.__gt__" => "Return self>value.",
4060 "_dbm.error.__hash__" => "Return hash(self).",
4061 "_dbm.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4062 "_dbm.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4063 "_dbm.error.__le__" => "Return self<=value.",
4064 "_dbm.error.__lt__" => "Return self<value.",
4065 "_dbm.error.__ne__" => "Return self!=value.",
4066 "_dbm.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4067 "_dbm.error.__reduce_ex__" => "Helper for pickle.",
4068 "_dbm.error.__repr__" => "Return repr(self).",
4069 "_dbm.error.__setattr__" => "Implement setattr(self, name, value).",
4070 "_dbm.error.__sizeof__" => "Size of object in memory, in bytes.",
4071 "_dbm.error.__str__" => "Return str(self).",
4072 "_dbm.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4073 "_dbm.error.__weakref__" => "list of weak references to the object",
4074 "_dbm.error.add_note" => "Add a note to the exception",
4075 "_dbm.error.errno" => "POSIX exception code",
4076 "_dbm.error.filename" => "exception filename",
4077 "_dbm.error.filename2" => "second exception filename",
4078 "_dbm.error.strerror" => "exception strerror",
4079 "_dbm.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
4080 "_dbm.open" => "Return a database object.\n\n filename\n The filename to open.\n flags\n How to open the file. \"r\" for reading, \"w\" for writing, etc.\n mode\n If creating a new file, the mode bits for the new file\n (e.g. os.O_RDWR).",
4081 "_decimal" => "C decimal arithmetic module",
4082 "_decimal.Clamped.__delattr__" => "Implement delattr(self, name).",
4083 "_decimal.Clamped.__eq__" => "Return self==value.",
4084 "_decimal.Clamped.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4085 "_decimal.Clamped.__ge__" => "Return self>=value.",
4086 "_decimal.Clamped.__getattribute__" => "Return getattr(self, name).",
4087 "_decimal.Clamped.__getstate__" => "Helper for pickle.",
4088 "_decimal.Clamped.__gt__" => "Return self>value.",
4089 "_decimal.Clamped.__hash__" => "Return hash(self).",
4090 "_decimal.Clamped.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4091 "_decimal.Clamped.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4092 "_decimal.Clamped.__le__" => "Return self<=value.",
4093 "_decimal.Clamped.__lt__" => "Return self<value.",
4094 "_decimal.Clamped.__ne__" => "Return self!=value.",
4095 "_decimal.Clamped.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4096 "_decimal.Clamped.__reduce_ex__" => "Helper for pickle.",
4097 "_decimal.Clamped.__repr__" => "Return repr(self).",
4098 "_decimal.Clamped.__setattr__" => "Implement setattr(self, name, value).",
4099 "_decimal.Clamped.__sizeof__" => "Size of object in memory, in bytes.",
4100 "_decimal.Clamped.__str__" => "Return str(self).",
4101 "_decimal.Clamped.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4102 "_decimal.Clamped.__weakref__" => "list of weak references to the object",
4103 "_decimal.Clamped.add_note" => "Add a note to the exception",
4104 "_decimal.Clamped.with_traceback" => "Set self.__traceback__ to tb and return self.",
4105 "_decimal.Context" => "The context affects almost all operations and controls rounding,\nOver/Underflow, raising of exceptions and much more. A new context\ncan be constructed as follows:\n\n >>> c = Context(prec=28, Emin=-425000000, Emax=425000000,\n ... rounding=ROUND_HALF_EVEN, capitals=1, clamp=1,\n ... traps=[InvalidOperation, DivisionByZero, Overflow],\n ... flags=[])\n >>>",
4106 "_decimal.Context.Etiny" => "Return a value equal to Emin - prec + 1, which is the minimum exponent value\nfor subnormal results. When underflow occurs, the exponent is set to Etiny.",
4107 "_decimal.Context.Etop" => "Return a value equal to Emax - prec + 1. This is the maximum exponent\nif the _clamp field of the context is set to 1 (IEEE clamp mode). Etop()\nmust not be negative.",
4108 "_decimal.Context.__delattr__" => "Implement delattr(self, name).",
4109 "_decimal.Context.__eq__" => "Return self==value.",
4110 "_decimal.Context.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4111 "_decimal.Context.__ge__" => "Return self>=value.",
4112 "_decimal.Context.__getattribute__" => "Return getattr(self, name).",
4113 "_decimal.Context.__getstate__" => "Helper for pickle.",
4114 "_decimal.Context.__gt__" => "Return self>value.",
4115 "_decimal.Context.__hash__" => "Return hash(self).",
4116 "_decimal.Context.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4117 "_decimal.Context.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4118 "_decimal.Context.__le__" => "Return self<=value.",
4119 "_decimal.Context.__lt__" => "Return self<value.",
4120 "_decimal.Context.__ne__" => "Return self!=value.",
4121 "_decimal.Context.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4122 "_decimal.Context.__reduce_ex__" => "Helper for pickle.",
4123 "_decimal.Context.__repr__" => "Return repr(self).",
4124 "_decimal.Context.__setattr__" => "Implement setattr(self, name, value).",
4125 "_decimal.Context.__sizeof__" => "Size of object in memory, in bytes.",
4126 "_decimal.Context.__str__" => "Return str(self).",
4127 "_decimal.Context.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4128 "_decimal.Context.abs" => "Return the absolute value of x.",
4129 "_decimal.Context.add" => "Return the sum of x and y.",
4130 "_decimal.Context.canonical" => "Return a new instance of x.",
4131 "_decimal.Context.clear_flags" => "Reset all flags to False.",
4132 "_decimal.Context.clear_traps" => "Set all traps to False.",
4133 "_decimal.Context.compare" => "Compare x and y numerically.",
4134 "_decimal.Context.compare_signal" => "Compare x and y numerically. All NaNs signal.",
4135 "_decimal.Context.compare_total" => "Compare x and y using their abstract representation.",
4136 "_decimal.Context.compare_total_mag" => "Compare x and y using their abstract representation, ignoring sign.",
4137 "_decimal.Context.copy" => "Return a duplicate of the context with all flags cleared.",
4138 "_decimal.Context.copy_abs" => "Return a copy of x with the sign set to 0.",
4139 "_decimal.Context.copy_decimal" => "Return a copy of Decimal x.",
4140 "_decimal.Context.copy_negate" => "Return a copy of x with the sign inverted.",
4141 "_decimal.Context.copy_sign" => "Copy the sign from y to x.",
4142 "_decimal.Context.create_decimal" => "Create a new Decimal instance from num, using self as the context. Unlike the\nDecimal constructor, this function observes the context limits.",
4143 "_decimal.Context.create_decimal_from_float" => "Create a new Decimal instance from float f. Unlike the Decimal.from_float()\nclass method, this function observes the context limits.",
4144 "_decimal.Context.divide" => "Return x divided by y.",
4145 "_decimal.Context.divide_int" => "Return x divided by y, truncated to an integer.",
4146 "_decimal.Context.divmod" => "Return quotient and remainder of the division x / y.",
4147 "_decimal.Context.exp" => "Return e ** x.",
4148 "_decimal.Context.fma" => "Return x multiplied by y, plus z.",
4149 "_decimal.Context.is_canonical" => "Return True if x is canonical, False otherwise.",
4150 "_decimal.Context.is_finite" => "Return True if x is finite, False otherwise.",
4151 "_decimal.Context.is_infinite" => "Return True if x is infinite, False otherwise.",
4152 "_decimal.Context.is_nan" => "Return True if x is a qNaN or sNaN, False otherwise.",
4153 "_decimal.Context.is_normal" => "Return True if x is a normal number, False otherwise.",
4154 "_decimal.Context.is_qnan" => "Return True if x is a quiet NaN, False otherwise.",
4155 "_decimal.Context.is_signed" => "Return True if x is negative, False otherwise.",
4156 "_decimal.Context.is_snan" => "Return True if x is a signaling NaN, False otherwise.",
4157 "_decimal.Context.is_subnormal" => "Return True if x is subnormal, False otherwise.",
4158 "_decimal.Context.is_zero" => "Return True if x is a zero, False otherwise.",
4159 "_decimal.Context.ln" => "Return the natural (base e) logarithm of x.",
4160 "_decimal.Context.log10" => "Return the base 10 logarithm of x.",
4161 "_decimal.Context.logb" => "Return the exponent of the magnitude of the operand's MSD.",
4162 "_decimal.Context.logical_and" => "Applies the logical operation 'and' between each operand's digits.\n\nThe operands must be both logical numbers.\n\n >>> ExtendedContext.logical_and(Decimal('0'), Decimal('0'))\n Decimal('0')\n >>> ExtendedContext.logical_and(Decimal('0'), Decimal('1'))\n Decimal('0')\n >>> ExtendedContext.logical_and(Decimal('1'), Decimal('0'))\n Decimal('0')\n >>> ExtendedContext.logical_and(Decimal('1'), Decimal('1'))\n Decimal('1')\n >>> ExtendedContext.logical_and(Decimal('1100'), Decimal('1010'))\n Decimal('1000')\n >>> ExtendedContext.logical_and(Decimal('1111'), Decimal('10'))\n Decimal('10')\n >>> ExtendedContext.logical_and(110, 1101)\n Decimal('100')\n >>> ExtendedContext.logical_and(Decimal(110), 1101)\n Decimal('100')\n >>> ExtendedContext.logical_and(110, Decimal(1101))\n Decimal('100')",
4163 "_decimal.Context.logical_invert" => "Invert all the digits in the operand.\n\nThe operand must be a logical number.\n\n >>> ExtendedContext.logical_invert(Decimal('0'))\n Decimal('111111111')\n >>> ExtendedContext.logical_invert(Decimal('1'))\n Decimal('111111110')\n >>> ExtendedContext.logical_invert(Decimal('111111111'))\n Decimal('0')\n >>> ExtendedContext.logical_invert(Decimal('101010101'))\n Decimal('10101010')\n >>> ExtendedContext.logical_invert(1101)\n Decimal('111110010')",
4164 "_decimal.Context.logical_or" => "Applies the logical operation 'or' between each operand's digits.\n\nThe operands must be both logical numbers.\n\n >>> ExtendedContext.logical_or(Decimal('0'), Decimal('0'))\n Decimal('0')\n >>> ExtendedContext.logical_or(Decimal('0'), Decimal('1'))\n Decimal('1')\n >>> ExtendedContext.logical_or(Decimal('1'), Decimal('0'))\n Decimal('1')\n >>> ExtendedContext.logical_or(Decimal('1'), Decimal('1'))\n Decimal('1')\n >>> ExtendedContext.logical_or(Decimal('1100'), Decimal('1010'))\n Decimal('1110')\n >>> ExtendedContext.logical_or(Decimal('1110'), Decimal('10'))\n Decimal('1110')\n >>> ExtendedContext.logical_or(110, 1101)\n Decimal('1111')\n >>> ExtendedContext.logical_or(Decimal(110), 1101)\n Decimal('1111')\n >>> ExtendedContext.logical_or(110, Decimal(1101))\n Decimal('1111')",
4165 "_decimal.Context.logical_xor" => "Applies the logical operation 'xor' between each operand's digits.\n\nThe operands must be both logical numbers.\n\n >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))\n Decimal('0')\n >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))\n Decimal('1')\n >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))\n Decimal('1')\n >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))\n Decimal('0')\n >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))\n Decimal('110')\n >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))\n Decimal('1101')\n >>> ExtendedContext.logical_xor(110, 1101)\n Decimal('1011')\n >>> ExtendedContext.logical_xor(Decimal(110), 1101)\n Decimal('1011')\n >>> ExtendedContext.logical_xor(110, Decimal(1101))\n Decimal('1011')",
4166 "_decimal.Context.max" => "Compare the values numerically and return the maximum.",
4167 "_decimal.Context.max_mag" => "Compare the values numerically with their sign ignored.",
4168 "_decimal.Context.min" => "Compare the values numerically and return the minimum.",
4169 "_decimal.Context.min_mag" => "Compare the values numerically with their sign ignored.",
4170 "_decimal.Context.minus" => "Minus corresponds to the unary prefix minus operator in Python, but applies\nthe context to the result.",
4171 "_decimal.Context.multiply" => "Return the product of x and y.",
4172 "_decimal.Context.next_minus" => "Return the largest representable number smaller than x.",
4173 "_decimal.Context.next_plus" => "Return the smallest representable number larger than x.",
4174 "_decimal.Context.next_toward" => "Return the number closest to x, in the direction towards y.",
4175 "_decimal.Context.normalize" => "Reduce x to its simplest form. Alias for reduce(x).",
4176 "_decimal.Context.number_class" => "Return an indication of the class of x.",
4177 "_decimal.Context.plus" => "Plus corresponds to the unary prefix plus operator in Python, but applies\nthe context to the result.",
4178 "_decimal.Context.power" => "Compute a**b. If 'a' is negative, then 'b' must be integral. The result\nwill be inexact unless 'a' is integral and the result is finite and can\nbe expressed exactly in 'precision' digits. In the Python version the\nresult is always correctly rounded, in the C version the result is almost\nalways correctly rounded.\n\nIf modulo is given, compute (a**b) % modulo. The following restrictions\nhold:\n\n * all three arguments must be integral\n * 'b' must be nonnegative\n * at least one of 'a' or 'b' must be nonzero\n * modulo must be nonzero and less than 10**prec in absolute value",
4179 "_decimal.Context.quantize" => "Return a value equal to x (rounded), having the exponent of y.",
4180 "_decimal.Context.radix" => "Return 10.",
4181 "_decimal.Context.remainder" => "Return the remainder from integer division. The sign of the result,\nif non-zero, is the same as that of the original dividend.",
4182 "_decimal.Context.remainder_near" => "Return x - y * n, where n is the integer nearest the exact value of x / y\n(if the result is 0 then its sign will be the sign of x).",
4183 "_decimal.Context.rotate" => "Return a copy of x, rotated by y places.",
4184 "_decimal.Context.same_quantum" => "Return True if the two operands have the same exponent.",
4185 "_decimal.Context.scaleb" => "Return the first operand after adding the second value to its exp.",
4186 "_decimal.Context.shift" => "Return a copy of x, shifted by y places.",
4187 "_decimal.Context.sqrt" => "Square root of a non-negative number to context precision.",
4188 "_decimal.Context.subtract" => "Return the difference between x and y.",
4189 "_decimal.Context.to_eng_string" => "Convert a number to a string, using engineering notation.",
4190 "_decimal.Context.to_integral" => "Identical to to_integral_value(x).",
4191 "_decimal.Context.to_integral_exact" => "Round to an integer. Signal if the result is rounded or inexact.",
4192 "_decimal.Context.to_integral_value" => "Round to an integer.",
4193 "_decimal.Context.to_sci_string" => "Convert a number to a string using scientific notation.",
4194 "_decimal.ConversionSyntax.__delattr__" => "Implement delattr(self, name).",
4195 "_decimal.ConversionSyntax.__eq__" => "Return self==value.",
4196 "_decimal.ConversionSyntax.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4197 "_decimal.ConversionSyntax.__ge__" => "Return self>=value.",
4198 "_decimal.ConversionSyntax.__getattribute__" => "Return getattr(self, name).",
4199 "_decimal.ConversionSyntax.__getstate__" => "Helper for pickle.",
4200 "_decimal.ConversionSyntax.__gt__" => "Return self>value.",
4201 "_decimal.ConversionSyntax.__hash__" => "Return hash(self).",
4202 "_decimal.ConversionSyntax.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4203 "_decimal.ConversionSyntax.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4204 "_decimal.ConversionSyntax.__le__" => "Return self<=value.",
4205 "_decimal.ConversionSyntax.__lt__" => "Return self<value.",
4206 "_decimal.ConversionSyntax.__ne__" => "Return self!=value.",
4207 "_decimal.ConversionSyntax.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4208 "_decimal.ConversionSyntax.__reduce_ex__" => "Helper for pickle.",
4209 "_decimal.ConversionSyntax.__repr__" => "Return repr(self).",
4210 "_decimal.ConversionSyntax.__setattr__" => "Implement setattr(self, name, value).",
4211 "_decimal.ConversionSyntax.__sizeof__" => "Size of object in memory, in bytes.",
4212 "_decimal.ConversionSyntax.__str__" => "Return str(self).",
4213 "_decimal.ConversionSyntax.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4214 "_decimal.ConversionSyntax.__weakref__" => "list of weak references to the object",
4215 "_decimal.ConversionSyntax.add_note" => "Add a note to the exception",
4216 "_decimal.ConversionSyntax.with_traceback" => "Set self.__traceback__ to tb and return self.",
4217 "_decimal.Decimal" => "Construct a new Decimal object. 'value' can be an integer, string, tuple,\nor another Decimal object. If no value is given, return Decimal('0'). The\ncontext does not affect the conversion and is only passed to determine if\nthe InvalidOperation trap is active.",
4218 "_decimal.Decimal.__abs__" => "abs(self)",
4219 "_decimal.Decimal.__add__" => "Return self+value.",
4220 "_decimal.Decimal.__bool__" => "True if self else False",
4221 "_decimal.Decimal.__delattr__" => "Implement delattr(self, name).",
4222 "_decimal.Decimal.__divmod__" => "Return divmod(self, value).",
4223 "_decimal.Decimal.__eq__" => "Return self==value.",
4224 "_decimal.Decimal.__float__" => "float(self)",
4225 "_decimal.Decimal.__floordiv__" => "Return self//value.",
4226 "_decimal.Decimal.__ge__" => "Return self>=value.",
4227 "_decimal.Decimal.__getattribute__" => "Return getattr(self, name).",
4228 "_decimal.Decimal.__getstate__" => "Helper for pickle.",
4229 "_decimal.Decimal.__gt__" => "Return self>value.",
4230 "_decimal.Decimal.__hash__" => "Return hash(self).",
4231 "_decimal.Decimal.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4232 "_decimal.Decimal.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4233 "_decimal.Decimal.__int__" => "int(self)",
4234 "_decimal.Decimal.__le__" => "Return self<=value.",
4235 "_decimal.Decimal.__lt__" => "Return self<value.",
4236 "_decimal.Decimal.__mod__" => "Return self%value.",
4237 "_decimal.Decimal.__mul__" => "Return self*value.",
4238 "_decimal.Decimal.__ne__" => "Return self!=value.",
4239 "_decimal.Decimal.__neg__" => "-self",
4240 "_decimal.Decimal.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4241 "_decimal.Decimal.__pos__" => "+self",
4242 "_decimal.Decimal.__pow__" => "Return pow(self, value, mod).",
4243 "_decimal.Decimal.__radd__" => "Return value+self.",
4244 "_decimal.Decimal.__rdivmod__" => "Return divmod(value, self).",
4245 "_decimal.Decimal.__reduce_ex__" => "Helper for pickle.",
4246 "_decimal.Decimal.__repr__" => "Return repr(self).",
4247 "_decimal.Decimal.__rfloordiv__" => "Return value//self.",
4248 "_decimal.Decimal.__rmod__" => "Return value%self.",
4249 "_decimal.Decimal.__rmul__" => "Return value*self.",
4250 "_decimal.Decimal.__rpow__" => "Return pow(value, self, mod).",
4251 "_decimal.Decimal.__rsub__" => "Return value-self.",
4252 "_decimal.Decimal.__rtruediv__" => "Return value/self.",
4253 "_decimal.Decimal.__setattr__" => "Implement setattr(self, name, value).",
4254 "_decimal.Decimal.__str__" => "Return str(self).",
4255 "_decimal.Decimal.__sub__" => "Return self-value.",
4256 "_decimal.Decimal.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4257 "_decimal.Decimal.__truediv__" => "Return self/value.",
4258 "_decimal.Decimal.adjusted" => "Return the adjusted exponent of the number. Defined as exp + digits - 1.",
4259 "_decimal.Decimal.as_integer_ratio" => "Decimal.as_integer_ratio() -> (int, int)\n\nReturn a pair of integers, whose ratio is exactly equal to the original\nDecimal and with a positive denominator. The ratio is in lowest terms.\nRaise OverflowError on infinities and a ValueError on NaNs.",
4260 "_decimal.Decimal.as_tuple" => "Return a tuple representation of the number.",
4261 "_decimal.Decimal.canonical" => "Return the canonical encoding of the argument. Currently, the encoding\nof a Decimal instance is always canonical, so this operation returns its\nargument unchanged.",
4262 "_decimal.Decimal.compare" => "Compare self to other. Return a decimal value:\n\n a or b is a NaN ==> Decimal('NaN')\n a < b ==> Decimal('-1')\n a == b ==> Decimal('0')\n a > b ==> Decimal('1')",
4263 "_decimal.Decimal.compare_signal" => "Identical to compare, except that all NaNs signal.",
4264 "_decimal.Decimal.compare_total" => "Compare two operands using their abstract representation rather than\ntheir numerical value. Similar to the compare() method, but the result\ngives a total ordering on Decimal instances. Two Decimal instances with\nthe same numeric value but different representations compare unequal\nin this ordering:\n\n >>> Decimal('12.0').compare_total(Decimal('12'))\n Decimal('-1')\n\nQuiet and signaling NaNs are also included in the total ordering. The result\nof this function is Decimal('0') if both operands have the same representation,\nDecimal('-1') if the first operand is lower in the total order than the second,\nand Decimal('1') if the first operand is higher in the total order than the\nsecond operand. See the specification for details of the total order.\n\nThis operation is unaffected by context and is quiet: no flags are changed\nand no rounding is performed. As an exception, the C version may raise\nInvalidOperation if the second operand cannot be converted exactly.",
4265 "_decimal.Decimal.compare_total_mag" => "Compare two operands using their abstract representation rather than their\nvalue as in compare_total(), but ignoring the sign of each operand.\n\nx.compare_total_mag(y) is equivalent to x.copy_abs().compare_total(y.copy_abs()).\n\nThis operation is unaffected by context and is quiet: no flags are changed\nand no rounding is performed. As an exception, the C version may raise\nInvalidOperation if the second operand cannot be converted exactly.",
4266 "_decimal.Decimal.conjugate" => "Return self.",
4267 "_decimal.Decimal.copy_abs" => "Return the absolute value of the argument. This operation is unaffected by\ncontext and is quiet: no flags are changed and no rounding is performed.",
4268 "_decimal.Decimal.copy_negate" => "Return the negation of the argument. This operation is unaffected by context\nand is quiet: no flags are changed and no rounding is performed.",
4269 "_decimal.Decimal.copy_sign" => "Return a copy of the first operand with the sign set to be the same as the\nsign of the second operand. For example:\n\n >>> Decimal('2.3').copy_sign(Decimal('-1.5'))\n Decimal('-2.3')\n\nThis operation is unaffected by context and is quiet: no flags are changed\nand no rounding is performed. As an exception, the C version may raise\nInvalidOperation if the second operand cannot be converted exactly.",
4270 "_decimal.Decimal.exp" => "Return the value of the (natural) exponential function e**x at the given\nnumber. The function always uses the ROUND_HALF_EVEN mode and the result\nis correctly rounded.",
4271 "_decimal.Decimal.fma" => "Fused multiply-add. Return self*other+third with no rounding of the\nintermediate product self*other.\n\n >>> Decimal(2).fma(3, 5)\n Decimal('11')",
4272 "_decimal.Decimal.from_float" => "Class method that converts a float to a decimal number, exactly.\nSince 0.1 is not exactly representable in binary floating point,\nDecimal.from_float(0.1) is not the same as Decimal('0.1').\n\n >>> Decimal.from_float(0.1)\n Decimal('0.1000000000000000055511151231257827021181583404541015625')\n >>> Decimal.from_float(float('nan'))\n Decimal('NaN')\n >>> Decimal.from_float(float('inf'))\n Decimal('Infinity')\n >>> Decimal.from_float(float('-inf'))\n Decimal('-Infinity')",
4273 "_decimal.Decimal.from_number" => "Class method that converts a real number to a decimal number, exactly.\n\n >>> Decimal.from_number(314) # int\n Decimal('314')\n >>> Decimal.from_number(0.1) # float\n Decimal('0.1000000000000000055511151231257827021181583404541015625')\n >>> Decimal.from_number(Decimal('3.14')) # another decimal instance\n Decimal('3.14')",
4274 "_decimal.Decimal.is_canonical" => "Return True if the argument is canonical and False otherwise. Currently,\na Decimal instance is always canonical, so this operation always returns\nTrue.",
4275 "_decimal.Decimal.is_finite" => "Return True if the argument is a finite number, and False if the argument\nis infinite or a NaN.",
4276 "_decimal.Decimal.is_infinite" => "Return True if the argument is either positive or negative infinity and\nFalse otherwise.",
4277 "_decimal.Decimal.is_nan" => "Return True if the argument is a (quiet or signaling) NaN and False\notherwise.",
4278 "_decimal.Decimal.is_normal" => "Return True if the argument is a normal finite non-zero number with an\nadjusted exponent greater than or equal to Emin. Return False if the\nargument is zero, subnormal, infinite or a NaN.",
4279 "_decimal.Decimal.is_qnan" => "Return True if the argument is a quiet NaN, and False otherwise.",
4280 "_decimal.Decimal.is_signed" => "Return True if the argument has a negative sign and False otherwise.\nNote that both zeros and NaNs can carry signs.",
4281 "_decimal.Decimal.is_snan" => "Return True if the argument is a signaling NaN and False otherwise.",
4282 "_decimal.Decimal.is_subnormal" => "Return True if the argument is subnormal, and False otherwise. A number is\nsubnormal if it is non-zero, finite, and has an adjusted exponent less\nthan Emin.",
4283 "_decimal.Decimal.is_zero" => "Return True if the argument is a (positive or negative) zero and False\notherwise.",
4284 "_decimal.Decimal.ln" => "Return the natural (base e) logarithm of the operand. The function always\nuses the ROUND_HALF_EVEN mode and the result is correctly rounded.",
4285 "_decimal.Decimal.log10" => "Return the base ten logarithm of the operand. The function always uses the\nROUND_HALF_EVEN mode and the result is correctly rounded.",
4286 "_decimal.Decimal.logb" => "For a non-zero number, return the adjusted exponent of the operand as a\nDecimal instance. If the operand is a zero, then Decimal('-Infinity') is\nreturned and the DivisionByZero condition is raised. If the operand is\nan infinity then Decimal('Infinity') is returned.",
4287 "_decimal.Decimal.logical_and" => "Applies an 'and' operation between self and other's digits.\n\nBoth self and other must be logical numbers.",
4288 "_decimal.Decimal.logical_invert" => "Invert all its digits.\n\nThe self must be logical number.",
4289 "_decimal.Decimal.logical_or" => "Applies an 'or' operation between self and other's digits.\n\nBoth self and other must be logical numbers.",
4290 "_decimal.Decimal.logical_xor" => "Applies an 'xor' operation between self and other's digits.\n\nBoth self and other must be logical numbers.",
4291 "_decimal.Decimal.max" => "Maximum of self and other. If one operand is a quiet NaN and the other is\nnumeric, the numeric operand is returned.",
4292 "_decimal.Decimal.max_mag" => "Similar to the max() method, but the comparison is done using the absolute\nvalues of the operands.",
4293 "_decimal.Decimal.min" => "Minimum of self and other. If one operand is a quiet NaN and the other is\nnumeric, the numeric operand is returned.",
4294 "_decimal.Decimal.min_mag" => "Similar to the min() method, but the comparison is done using the absolute\nvalues of the operands.",
4295 "_decimal.Decimal.next_minus" => "Return the largest number representable in the given context (or in the\ncurrent default context if no context is given) that is smaller than the\ngiven operand.",
4296 "_decimal.Decimal.next_plus" => "Return the smallest number representable in the given context (or in the\ncurrent default context if no context is given) that is larger than the\ngiven operand.",
4297 "_decimal.Decimal.next_toward" => "If the two operands are unequal, return the number closest to the first\noperand in the direction of the second operand. If both operands are\nnumerically equal, return a copy of the first operand with the sign set\nto be the same as the sign of the second operand.",
4298 "_decimal.Decimal.normalize" => "Normalize the number by stripping the rightmost trailing zeros and\nconverting any result equal to Decimal('0') to Decimal('0e0'). Used\nfor producing canonical values for members of an equivalence class.\nFor example, Decimal('32.100') and Decimal('0.321000e+2') both normalize\nto the equivalent value Decimal('32.1').",
4299 "_decimal.Decimal.number_class" => "Return a string describing the class of the operand. The returned value\nis one of the following ten strings:\n\n * '-Infinity', indicating that the operand is negative infinity.\n * '-Normal', indicating that the operand is a negative normal number.\n * '-Subnormal', indicating that the operand is negative and subnormal.\n * '-Zero', indicating that the operand is a negative zero.\n * '+Zero', indicating that the operand is a positive zero.\n * '+Subnormal', indicating that the operand is positive and subnormal.\n * '+Normal', indicating that the operand is a positive normal number.\n * '+Infinity', indicating that the operand is positive infinity.\n * 'NaN', indicating that the operand is a quiet NaN (Not a Number).\n * 'sNaN', indicating that the operand is a signaling NaN.",
4300 "_decimal.Decimal.quantize" => "Return a value equal to the first operand after rounding and having the\nexponent of the second operand.\n\n >>> Decimal('1.41421356').quantize(Decimal('1.000'))\n Decimal('1.414')\n\nUnlike other operations, if the length of the coefficient after the quantize\noperation would be greater than precision, then an InvalidOperation is signaled.\nThis guarantees that, unless there is an error condition, the quantized exponent\nis always equal to that of the right-hand operand.\n\nAlso unlike other operations, quantize never signals Underflow, even if the\nresult is subnormal and inexact.\n\nIf the exponent of the second operand is larger than that of the first, then\nrounding may be necessary. In this case, the rounding mode is determined by the\nrounding argument if given, else by the given context argument; if neither\nargument is given, the rounding mode of the current thread's context is used.",
4301 "_decimal.Decimal.radix" => "Return Decimal(10), the radix (base) in which the Decimal class does\nall its arithmetic. Included for compatibility with the specification.",
4302 "_decimal.Decimal.remainder_near" => "Return the remainder from dividing self by other. This differs from\nself % other in that the sign of the remainder is chosen so as to minimize\nits absolute value. More precisely, the return value is self - n * other\nwhere n is the integer nearest to the exact value of self / other, and\nif two integers are equally near then the even one is chosen.\n\nIf the result is zero then its sign will be the sign of self.",
4303 "_decimal.Decimal.rotate" => "Return the result of rotating the digits of the first operand by an amount\nspecified by the second operand. The second operand must be an integer in\nthe range -precision through precision. The absolute value of the second\noperand gives the number of places to rotate. If the second operand is\npositive then rotation is to the left; otherwise rotation is to the right.\nThe coefficient of the first operand is padded on the left with zeros to\nlength precision if necessary. The sign and exponent of the first operand are\nunchanged.",
4304 "_decimal.Decimal.same_quantum" => "Test whether self and other have the same exponent or whether both are NaN.\n\nThis operation is unaffected by context and is quiet: no flags are changed\nand no rounding is performed. As an exception, the C version may raise\nInvalidOperation if the second operand cannot be converted exactly.",
4305 "_decimal.Decimal.scaleb" => "Return the first operand with the exponent adjusted the second. Equivalently,\nreturn the first operand multiplied by 10**other. The second operand must be\nan integer.",
4306 "_decimal.Decimal.shift" => "Return the result of shifting the digits of the first operand by an amount\nspecified by the second operand. The second operand must be an integer in\nthe range -precision through precision. The absolute value of the second\noperand gives the number of places to shift. If the second operand is\npositive, then the shift is to the left; otherwise the shift is to the\nright. Digits shifted into the coefficient are zeros. The sign and exponent\nof the first operand are unchanged.",
4307 "_decimal.Decimal.sqrt" => "Return the square root of the argument to full precision. The result is\ncorrectly rounded using the ROUND_HALF_EVEN rounding mode.",
4308 "_decimal.Decimal.to_eng_string" => "Convert to an engineering-type string. Engineering notation has an exponent\nwhich is a multiple of 3, so there are up to 3 digits left of the decimal\nplace. For example, Decimal('123E+1') is converted to Decimal('1.23E+3').\n\nThe value of context.capitals determines whether the exponent sign is lower\nor upper case. Otherwise, the context does not affect the operation.",
4309 "_decimal.Decimal.to_integral" => "Identical to the to_integral_value() method. The to_integral() name has been\nkept for compatibility with older versions.",
4310 "_decimal.Decimal.to_integral_exact" => "Round to the nearest integer, signaling Inexact or Rounded as appropriate if\nrounding occurs. The rounding mode is determined by the rounding parameter\nif given, else by the given context. If neither parameter is given, then the\nrounding mode of the current default context is used.",
4311 "_decimal.Decimal.to_integral_value" => "Round to the nearest integer without signaling Inexact or Rounded. The\nrounding mode is determined by the rounding parameter if given, else by\nthe given context. If neither parameter is given, then the rounding mode\nof the current default context is used.",
4312 "_decimal.DecimalException.__delattr__" => "Implement delattr(self, name).",
4313 "_decimal.DecimalException.__eq__" => "Return self==value.",
4314 "_decimal.DecimalException.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4315 "_decimal.DecimalException.__ge__" => "Return self>=value.",
4316 "_decimal.DecimalException.__getattribute__" => "Return getattr(self, name).",
4317 "_decimal.DecimalException.__getstate__" => "Helper for pickle.",
4318 "_decimal.DecimalException.__gt__" => "Return self>value.",
4319 "_decimal.DecimalException.__hash__" => "Return hash(self).",
4320 "_decimal.DecimalException.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4321 "_decimal.DecimalException.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4322 "_decimal.DecimalException.__le__" => "Return self<=value.",
4323 "_decimal.DecimalException.__lt__" => "Return self<value.",
4324 "_decimal.DecimalException.__ne__" => "Return self!=value.",
4325 "_decimal.DecimalException.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4326 "_decimal.DecimalException.__reduce_ex__" => "Helper for pickle.",
4327 "_decimal.DecimalException.__repr__" => "Return repr(self).",
4328 "_decimal.DecimalException.__setattr__" => "Implement setattr(self, name, value).",
4329 "_decimal.DecimalException.__sizeof__" => "Size of object in memory, in bytes.",
4330 "_decimal.DecimalException.__str__" => "Return str(self).",
4331 "_decimal.DecimalException.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4332 "_decimal.DecimalException.__weakref__" => "list of weak references to the object",
4333 "_decimal.DecimalException.add_note" => "Add a note to the exception",
4334 "_decimal.DecimalException.with_traceback" => "Set self.__traceback__ to tb and return self.",
4335 "_decimal.DecimalTuple" => "DecimalTuple(sign, digits, exponent)",
4336 "_decimal.DecimalTuple.__add__" => "Return self+value.",
4337 "_decimal.DecimalTuple.__class_getitem__" => "See PEP 585",
4338 "_decimal.DecimalTuple.__contains__" => "Return bool(key in self).",
4339 "_decimal.DecimalTuple.__delattr__" => "Implement delattr(self, name).",
4340 "_decimal.DecimalTuple.__eq__" => "Return self==value.",
4341 "_decimal.DecimalTuple.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4342 "_decimal.DecimalTuple.__ge__" => "Return self>=value.",
4343 "_decimal.DecimalTuple.__getattribute__" => "Return getattr(self, name).",
4344 "_decimal.DecimalTuple.__getitem__" => "Return self[key].",
4345 "_decimal.DecimalTuple.__getnewargs__" => "Return self as a plain tuple. Used by copy and pickle.",
4346 "_decimal.DecimalTuple.__getstate__" => "Helper for pickle.",
4347 "_decimal.DecimalTuple.__gt__" => "Return self>value.",
4348 "_decimal.DecimalTuple.__hash__" => "Return hash(self).",
4349 "_decimal.DecimalTuple.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4350 "_decimal.DecimalTuple.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4351 "_decimal.DecimalTuple.__iter__" => "Implement iter(self).",
4352 "_decimal.DecimalTuple.__le__" => "Return self<=value.",
4353 "_decimal.DecimalTuple.__len__" => "Return len(self).",
4354 "_decimal.DecimalTuple.__lt__" => "Return self<value.",
4355 "_decimal.DecimalTuple.__mul__" => "Return self*value.",
4356 "_decimal.DecimalTuple.__ne__" => "Return self!=value.",
4357 "_decimal.DecimalTuple.__new__" => "Create new instance of DecimalTuple(sign, digits, exponent)",
4358 "_decimal.DecimalTuple.__reduce__" => "Helper for pickle.",
4359 "_decimal.DecimalTuple.__reduce_ex__" => "Helper for pickle.",
4360 "_decimal.DecimalTuple.__replace__" => "Return a new DecimalTuple object replacing specified fields with new values",
4361 "_decimal.DecimalTuple.__repr__" => "Return a nicely formatted representation string",
4362 "_decimal.DecimalTuple.__rmul__" => "Return value*self.",
4363 "_decimal.DecimalTuple.__setattr__" => "Implement setattr(self, name, value).",
4364 "_decimal.DecimalTuple.__sizeof__" => "Size of object in memory, in bytes.",
4365 "_decimal.DecimalTuple.__str__" => "Return str(self).",
4366 "_decimal.DecimalTuple.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4367 "_decimal.DecimalTuple._asdict" => "Return a new dict which maps field names to their values.",
4368 "_decimal.DecimalTuple._make" => "Make a new DecimalTuple object from a sequence or iterable",
4369 "_decimal.DecimalTuple._replace" => "Return a new DecimalTuple object replacing specified fields with new values",
4370 "_decimal.DecimalTuple.count" => "Return number of occurrences of value.",
4371 "_decimal.DecimalTuple.digits" => "Alias for field number 1",
4372 "_decimal.DecimalTuple.exponent" => "Alias for field number 2",
4373 "_decimal.DecimalTuple.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
4374 "_decimal.DecimalTuple.sign" => "Alias for field number 0",
4375 "_decimal.DivisionByZero.__delattr__" => "Implement delattr(self, name).",
4376 "_decimal.DivisionByZero.__eq__" => "Return self==value.",
4377 "_decimal.DivisionByZero.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4378 "_decimal.DivisionByZero.__ge__" => "Return self>=value.",
4379 "_decimal.DivisionByZero.__getattribute__" => "Return getattr(self, name).",
4380 "_decimal.DivisionByZero.__getstate__" => "Helper for pickle.",
4381 "_decimal.DivisionByZero.__gt__" => "Return self>value.",
4382 "_decimal.DivisionByZero.__hash__" => "Return hash(self).",
4383 "_decimal.DivisionByZero.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4384 "_decimal.DivisionByZero.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4385 "_decimal.DivisionByZero.__le__" => "Return self<=value.",
4386 "_decimal.DivisionByZero.__lt__" => "Return self<value.",
4387 "_decimal.DivisionByZero.__ne__" => "Return self!=value.",
4388 "_decimal.DivisionByZero.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4389 "_decimal.DivisionByZero.__reduce_ex__" => "Helper for pickle.",
4390 "_decimal.DivisionByZero.__repr__" => "Return repr(self).",
4391 "_decimal.DivisionByZero.__setattr__" => "Implement setattr(self, name, value).",
4392 "_decimal.DivisionByZero.__sizeof__" => "Size of object in memory, in bytes.",
4393 "_decimal.DivisionByZero.__str__" => "Return str(self).",
4394 "_decimal.DivisionByZero.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4395 "_decimal.DivisionByZero.__weakref__" => "list of weak references to the object",
4396 "_decimal.DivisionByZero.add_note" => "Add a note to the exception",
4397 "_decimal.DivisionByZero.with_traceback" => "Set self.__traceback__ to tb and return self.",
4398 "_decimal.DivisionImpossible.__delattr__" => "Implement delattr(self, name).",
4399 "_decimal.DivisionImpossible.__eq__" => "Return self==value.",
4400 "_decimal.DivisionImpossible.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4401 "_decimal.DivisionImpossible.__ge__" => "Return self>=value.",
4402 "_decimal.DivisionImpossible.__getattribute__" => "Return getattr(self, name).",
4403 "_decimal.DivisionImpossible.__getstate__" => "Helper for pickle.",
4404 "_decimal.DivisionImpossible.__gt__" => "Return self>value.",
4405 "_decimal.DivisionImpossible.__hash__" => "Return hash(self).",
4406 "_decimal.DivisionImpossible.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4407 "_decimal.DivisionImpossible.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4408 "_decimal.DivisionImpossible.__le__" => "Return self<=value.",
4409 "_decimal.DivisionImpossible.__lt__" => "Return self<value.",
4410 "_decimal.DivisionImpossible.__ne__" => "Return self!=value.",
4411 "_decimal.DivisionImpossible.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4412 "_decimal.DivisionImpossible.__reduce_ex__" => "Helper for pickle.",
4413 "_decimal.DivisionImpossible.__repr__" => "Return repr(self).",
4414 "_decimal.DivisionImpossible.__setattr__" => "Implement setattr(self, name, value).",
4415 "_decimal.DivisionImpossible.__sizeof__" => "Size of object in memory, in bytes.",
4416 "_decimal.DivisionImpossible.__str__" => "Return str(self).",
4417 "_decimal.DivisionImpossible.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4418 "_decimal.DivisionImpossible.__weakref__" => "list of weak references to the object",
4419 "_decimal.DivisionImpossible.add_note" => "Add a note to the exception",
4420 "_decimal.DivisionImpossible.with_traceback" => "Set self.__traceback__ to tb and return self.",
4421 "_decimal.DivisionUndefined.__delattr__" => "Implement delattr(self, name).",
4422 "_decimal.DivisionUndefined.__eq__" => "Return self==value.",
4423 "_decimal.DivisionUndefined.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4424 "_decimal.DivisionUndefined.__ge__" => "Return self>=value.",
4425 "_decimal.DivisionUndefined.__getattribute__" => "Return getattr(self, name).",
4426 "_decimal.DivisionUndefined.__getstate__" => "Helper for pickle.",
4427 "_decimal.DivisionUndefined.__gt__" => "Return self>value.",
4428 "_decimal.DivisionUndefined.__hash__" => "Return hash(self).",
4429 "_decimal.DivisionUndefined.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4430 "_decimal.DivisionUndefined.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4431 "_decimal.DivisionUndefined.__le__" => "Return self<=value.",
4432 "_decimal.DivisionUndefined.__lt__" => "Return self<value.",
4433 "_decimal.DivisionUndefined.__ne__" => "Return self!=value.",
4434 "_decimal.DivisionUndefined.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4435 "_decimal.DivisionUndefined.__reduce_ex__" => "Helper for pickle.",
4436 "_decimal.DivisionUndefined.__repr__" => "Return repr(self).",
4437 "_decimal.DivisionUndefined.__setattr__" => "Implement setattr(self, name, value).",
4438 "_decimal.DivisionUndefined.__sizeof__" => "Size of object in memory, in bytes.",
4439 "_decimal.DivisionUndefined.__str__" => "Return str(self).",
4440 "_decimal.DivisionUndefined.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4441 "_decimal.DivisionUndefined.__weakref__" => "list of weak references to the object",
4442 "_decimal.DivisionUndefined.add_note" => "Add a note to the exception",
4443 "_decimal.DivisionUndefined.with_traceback" => "Set self.__traceback__ to tb and return self.",
4444 "_decimal.FloatOperation.__delattr__" => "Implement delattr(self, name).",
4445 "_decimal.FloatOperation.__eq__" => "Return self==value.",
4446 "_decimal.FloatOperation.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4447 "_decimal.FloatOperation.__ge__" => "Return self>=value.",
4448 "_decimal.FloatOperation.__getattribute__" => "Return getattr(self, name).",
4449 "_decimal.FloatOperation.__getstate__" => "Helper for pickle.",
4450 "_decimal.FloatOperation.__gt__" => "Return self>value.",
4451 "_decimal.FloatOperation.__hash__" => "Return hash(self).",
4452 "_decimal.FloatOperation.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4453 "_decimal.FloatOperation.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4454 "_decimal.FloatOperation.__le__" => "Return self<=value.",
4455 "_decimal.FloatOperation.__lt__" => "Return self<value.",
4456 "_decimal.FloatOperation.__ne__" => "Return self!=value.",
4457 "_decimal.FloatOperation.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4458 "_decimal.FloatOperation.__reduce_ex__" => "Helper for pickle.",
4459 "_decimal.FloatOperation.__repr__" => "Return repr(self).",
4460 "_decimal.FloatOperation.__setattr__" => "Implement setattr(self, name, value).",
4461 "_decimal.FloatOperation.__sizeof__" => "Size of object in memory, in bytes.",
4462 "_decimal.FloatOperation.__str__" => "Return str(self).",
4463 "_decimal.FloatOperation.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4464 "_decimal.FloatOperation.__weakref__" => "list of weak references to the object",
4465 "_decimal.FloatOperation.add_note" => "Add a note to the exception",
4466 "_decimal.FloatOperation.with_traceback" => "Set self.__traceback__ to tb and return self.",
4467 "_decimal.IEEEContext" => "Return a context object initialized to the proper values for one of the\nIEEE interchange formats. The argument must be a multiple of 32 and less\nthan IEEE_CONTEXT_MAX_BITS.",
4468 "_decimal.Inexact.__delattr__" => "Implement delattr(self, name).",
4469 "_decimal.Inexact.__eq__" => "Return self==value.",
4470 "_decimal.Inexact.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4471 "_decimal.Inexact.__ge__" => "Return self>=value.",
4472 "_decimal.Inexact.__getattribute__" => "Return getattr(self, name).",
4473 "_decimal.Inexact.__getstate__" => "Helper for pickle.",
4474 "_decimal.Inexact.__gt__" => "Return self>value.",
4475 "_decimal.Inexact.__hash__" => "Return hash(self).",
4476 "_decimal.Inexact.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4477 "_decimal.Inexact.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4478 "_decimal.Inexact.__le__" => "Return self<=value.",
4479 "_decimal.Inexact.__lt__" => "Return self<value.",
4480 "_decimal.Inexact.__ne__" => "Return self!=value.",
4481 "_decimal.Inexact.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4482 "_decimal.Inexact.__reduce_ex__" => "Helper for pickle.",
4483 "_decimal.Inexact.__repr__" => "Return repr(self).",
4484 "_decimal.Inexact.__setattr__" => "Implement setattr(self, name, value).",
4485 "_decimal.Inexact.__sizeof__" => "Size of object in memory, in bytes.",
4486 "_decimal.Inexact.__str__" => "Return str(self).",
4487 "_decimal.Inexact.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4488 "_decimal.Inexact.__weakref__" => "list of weak references to the object",
4489 "_decimal.Inexact.add_note" => "Add a note to the exception",
4490 "_decimal.Inexact.with_traceback" => "Set self.__traceback__ to tb and return self.",
4491 "_decimal.InvalidContext.__delattr__" => "Implement delattr(self, name).",
4492 "_decimal.InvalidContext.__eq__" => "Return self==value.",
4493 "_decimal.InvalidContext.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4494 "_decimal.InvalidContext.__ge__" => "Return self>=value.",
4495 "_decimal.InvalidContext.__getattribute__" => "Return getattr(self, name).",
4496 "_decimal.InvalidContext.__getstate__" => "Helper for pickle.",
4497 "_decimal.InvalidContext.__gt__" => "Return self>value.",
4498 "_decimal.InvalidContext.__hash__" => "Return hash(self).",
4499 "_decimal.InvalidContext.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4500 "_decimal.InvalidContext.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4501 "_decimal.InvalidContext.__le__" => "Return self<=value.",
4502 "_decimal.InvalidContext.__lt__" => "Return self<value.",
4503 "_decimal.InvalidContext.__ne__" => "Return self!=value.",
4504 "_decimal.InvalidContext.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4505 "_decimal.InvalidContext.__reduce_ex__" => "Helper for pickle.",
4506 "_decimal.InvalidContext.__repr__" => "Return repr(self).",
4507 "_decimal.InvalidContext.__setattr__" => "Implement setattr(self, name, value).",
4508 "_decimal.InvalidContext.__sizeof__" => "Size of object in memory, in bytes.",
4509 "_decimal.InvalidContext.__str__" => "Return str(self).",
4510 "_decimal.InvalidContext.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4511 "_decimal.InvalidContext.__weakref__" => "list of weak references to the object",
4512 "_decimal.InvalidContext.add_note" => "Add a note to the exception",
4513 "_decimal.InvalidContext.with_traceback" => "Set self.__traceback__ to tb and return self.",
4514 "_decimal.InvalidOperation.__delattr__" => "Implement delattr(self, name).",
4515 "_decimal.InvalidOperation.__eq__" => "Return self==value.",
4516 "_decimal.InvalidOperation.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4517 "_decimal.InvalidOperation.__ge__" => "Return self>=value.",
4518 "_decimal.InvalidOperation.__getattribute__" => "Return getattr(self, name).",
4519 "_decimal.InvalidOperation.__getstate__" => "Helper for pickle.",
4520 "_decimal.InvalidOperation.__gt__" => "Return self>value.",
4521 "_decimal.InvalidOperation.__hash__" => "Return hash(self).",
4522 "_decimal.InvalidOperation.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4523 "_decimal.InvalidOperation.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4524 "_decimal.InvalidOperation.__le__" => "Return self<=value.",
4525 "_decimal.InvalidOperation.__lt__" => "Return self<value.",
4526 "_decimal.InvalidOperation.__ne__" => "Return self!=value.",
4527 "_decimal.InvalidOperation.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4528 "_decimal.InvalidOperation.__reduce_ex__" => "Helper for pickle.",
4529 "_decimal.InvalidOperation.__repr__" => "Return repr(self).",
4530 "_decimal.InvalidOperation.__setattr__" => "Implement setattr(self, name, value).",
4531 "_decimal.InvalidOperation.__sizeof__" => "Size of object in memory, in bytes.",
4532 "_decimal.InvalidOperation.__str__" => "Return str(self).",
4533 "_decimal.InvalidOperation.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4534 "_decimal.InvalidOperation.__weakref__" => "list of weak references to the object",
4535 "_decimal.InvalidOperation.add_note" => "Add a note to the exception",
4536 "_decimal.InvalidOperation.with_traceback" => "Set self.__traceback__ to tb and return self.",
4537 "_decimal.Overflow.__delattr__" => "Implement delattr(self, name).",
4538 "_decimal.Overflow.__eq__" => "Return self==value.",
4539 "_decimal.Overflow.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4540 "_decimal.Overflow.__ge__" => "Return self>=value.",
4541 "_decimal.Overflow.__getattribute__" => "Return getattr(self, name).",
4542 "_decimal.Overflow.__getstate__" => "Helper for pickle.",
4543 "_decimal.Overflow.__gt__" => "Return self>value.",
4544 "_decimal.Overflow.__hash__" => "Return hash(self).",
4545 "_decimal.Overflow.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4546 "_decimal.Overflow.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4547 "_decimal.Overflow.__le__" => "Return self<=value.",
4548 "_decimal.Overflow.__lt__" => "Return self<value.",
4549 "_decimal.Overflow.__ne__" => "Return self!=value.",
4550 "_decimal.Overflow.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4551 "_decimal.Overflow.__reduce_ex__" => "Helper for pickle.",
4552 "_decimal.Overflow.__repr__" => "Return repr(self).",
4553 "_decimal.Overflow.__setattr__" => "Implement setattr(self, name, value).",
4554 "_decimal.Overflow.__sizeof__" => "Size of object in memory, in bytes.",
4555 "_decimal.Overflow.__str__" => "Return str(self).",
4556 "_decimal.Overflow.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4557 "_decimal.Overflow.__weakref__" => "list of weak references to the object",
4558 "_decimal.Overflow.add_note" => "Add a note to the exception",
4559 "_decimal.Overflow.with_traceback" => "Set self.__traceback__ to tb and return self.",
4560 "_decimal.Rounded.__delattr__" => "Implement delattr(self, name).",
4561 "_decimal.Rounded.__eq__" => "Return self==value.",
4562 "_decimal.Rounded.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4563 "_decimal.Rounded.__ge__" => "Return self>=value.",
4564 "_decimal.Rounded.__getattribute__" => "Return getattr(self, name).",
4565 "_decimal.Rounded.__getstate__" => "Helper for pickle.",
4566 "_decimal.Rounded.__gt__" => "Return self>value.",
4567 "_decimal.Rounded.__hash__" => "Return hash(self).",
4568 "_decimal.Rounded.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4569 "_decimal.Rounded.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4570 "_decimal.Rounded.__le__" => "Return self<=value.",
4571 "_decimal.Rounded.__lt__" => "Return self<value.",
4572 "_decimal.Rounded.__ne__" => "Return self!=value.",
4573 "_decimal.Rounded.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4574 "_decimal.Rounded.__reduce_ex__" => "Helper for pickle.",
4575 "_decimal.Rounded.__repr__" => "Return repr(self).",
4576 "_decimal.Rounded.__setattr__" => "Implement setattr(self, name, value).",
4577 "_decimal.Rounded.__sizeof__" => "Size of object in memory, in bytes.",
4578 "_decimal.Rounded.__str__" => "Return str(self).",
4579 "_decimal.Rounded.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4580 "_decimal.Rounded.__weakref__" => "list of weak references to the object",
4581 "_decimal.Rounded.add_note" => "Add a note to the exception",
4582 "_decimal.Rounded.with_traceback" => "Set self.__traceback__ to tb and return self.",
4583 "_decimal.Subnormal.__delattr__" => "Implement delattr(self, name).",
4584 "_decimal.Subnormal.__eq__" => "Return self==value.",
4585 "_decimal.Subnormal.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4586 "_decimal.Subnormal.__ge__" => "Return self>=value.",
4587 "_decimal.Subnormal.__getattribute__" => "Return getattr(self, name).",
4588 "_decimal.Subnormal.__getstate__" => "Helper for pickle.",
4589 "_decimal.Subnormal.__gt__" => "Return self>value.",
4590 "_decimal.Subnormal.__hash__" => "Return hash(self).",
4591 "_decimal.Subnormal.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4592 "_decimal.Subnormal.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4593 "_decimal.Subnormal.__le__" => "Return self<=value.",
4594 "_decimal.Subnormal.__lt__" => "Return self<value.",
4595 "_decimal.Subnormal.__ne__" => "Return self!=value.",
4596 "_decimal.Subnormal.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4597 "_decimal.Subnormal.__reduce_ex__" => "Helper for pickle.",
4598 "_decimal.Subnormal.__repr__" => "Return repr(self).",
4599 "_decimal.Subnormal.__setattr__" => "Implement setattr(self, name, value).",
4600 "_decimal.Subnormal.__sizeof__" => "Size of object in memory, in bytes.",
4601 "_decimal.Subnormal.__str__" => "Return str(self).",
4602 "_decimal.Subnormal.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4603 "_decimal.Subnormal.__weakref__" => "list of weak references to the object",
4604 "_decimal.Subnormal.add_note" => "Add a note to the exception",
4605 "_decimal.Subnormal.with_traceback" => "Set self.__traceback__ to tb and return self.",
4606 "_decimal.Underflow.__delattr__" => "Implement delattr(self, name).",
4607 "_decimal.Underflow.__eq__" => "Return self==value.",
4608 "_decimal.Underflow.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4609 "_decimal.Underflow.__ge__" => "Return self>=value.",
4610 "_decimal.Underflow.__getattribute__" => "Return getattr(self, name).",
4611 "_decimal.Underflow.__getstate__" => "Helper for pickle.",
4612 "_decimal.Underflow.__gt__" => "Return self>value.",
4613 "_decimal.Underflow.__hash__" => "Return hash(self).",
4614 "_decimal.Underflow.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4615 "_decimal.Underflow.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4616 "_decimal.Underflow.__le__" => "Return self<=value.",
4617 "_decimal.Underflow.__lt__" => "Return self<value.",
4618 "_decimal.Underflow.__ne__" => "Return self!=value.",
4619 "_decimal.Underflow.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4620 "_decimal.Underflow.__reduce_ex__" => "Helper for pickle.",
4621 "_decimal.Underflow.__repr__" => "Return repr(self).",
4622 "_decimal.Underflow.__setattr__" => "Implement setattr(self, name, value).",
4623 "_decimal.Underflow.__sizeof__" => "Size of object in memory, in bytes.",
4624 "_decimal.Underflow.__str__" => "Return str(self).",
4625 "_decimal.Underflow.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4626 "_decimal.Underflow.__weakref__" => "list of weak references to the object",
4627 "_decimal.Underflow.add_note" => "Add a note to the exception",
4628 "_decimal.Underflow.with_traceback" => "Set self.__traceback__ to tb and return self.",
4629 "_decimal.getcontext" => "Get the current default context.",
4630 "_decimal.localcontext" => "Return a context manager that will set the default context to a copy of ctx\non entry to the with-statement and restore the previous default context when\nexiting the with-statement. If no context is specified, a copy of the current\ndefault context is used.",
4631 "_decimal.setcontext" => "Set a new default context.",
4632 "_elementtree.Element.__bool__" => "True if self else False",
4633 "_elementtree.Element.__delattr__" => "Implement delattr(self, name).",
4634 "_elementtree.Element.__delitem__" => "Delete self[key].",
4635 "_elementtree.Element.__eq__" => "Return self==value.",
4636 "_elementtree.Element.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4637 "_elementtree.Element.__ge__" => "Return self>=value.",
4638 "_elementtree.Element.__getattribute__" => "Return getattr(self, name).",
4639 "_elementtree.Element.__getitem__" => "Return self[key].",
4640 "_elementtree.Element.__gt__" => "Return self>value.",
4641 "_elementtree.Element.__hash__" => "Return hash(self).",
4642 "_elementtree.Element.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4643 "_elementtree.Element.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4644 "_elementtree.Element.__le__" => "Return self<=value.",
4645 "_elementtree.Element.__len__" => "Return len(self).",
4646 "_elementtree.Element.__lt__" => "Return self<value.",
4647 "_elementtree.Element.__ne__" => "Return self!=value.",
4648 "_elementtree.Element.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4649 "_elementtree.Element.__reduce__" => "Helper for pickle.",
4650 "_elementtree.Element.__reduce_ex__" => "Helper for pickle.",
4651 "_elementtree.Element.__repr__" => "Return repr(self).",
4652 "_elementtree.Element.__setattr__" => "Implement setattr(self, name, value).",
4653 "_elementtree.Element.__setitem__" => "Set self[key] to value.",
4654 "_elementtree.Element.__str__" => "Return str(self).",
4655 "_elementtree.Element.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4656 "_elementtree.Element.attrib" => "A dictionary containing the element's attributes",
4657 "_elementtree.Element.tag" => "A string identifying what kind of data this element represents",
4658 "_elementtree.Element.tail" => "A string of text directly after the end tag, or None",
4659 "_elementtree.Element.text" => "A string of text directly after the start tag, or None",
4660 "_elementtree.ParseError.__delattr__" => "Implement delattr(self, name).",
4661 "_elementtree.ParseError.__eq__" => "Return self==value.",
4662 "_elementtree.ParseError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4663 "_elementtree.ParseError.__ge__" => "Return self>=value.",
4664 "_elementtree.ParseError.__getattribute__" => "Return getattr(self, name).",
4665 "_elementtree.ParseError.__getstate__" => "Helper for pickle.",
4666 "_elementtree.ParseError.__gt__" => "Return self>value.",
4667 "_elementtree.ParseError.__hash__" => "Return hash(self).",
4668 "_elementtree.ParseError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4669 "_elementtree.ParseError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4670 "_elementtree.ParseError.__le__" => "Return self<=value.",
4671 "_elementtree.ParseError.__lt__" => "Return self<value.",
4672 "_elementtree.ParseError.__ne__" => "Return self!=value.",
4673 "_elementtree.ParseError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4674 "_elementtree.ParseError.__reduce_ex__" => "Helper for pickle.",
4675 "_elementtree.ParseError.__repr__" => "Return repr(self).",
4676 "_elementtree.ParseError.__setattr__" => "Implement setattr(self, name, value).",
4677 "_elementtree.ParseError.__sizeof__" => "Size of object in memory, in bytes.",
4678 "_elementtree.ParseError.__str__" => "Return str(self).",
4679 "_elementtree.ParseError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4680 "_elementtree.ParseError.__weakref__" => "list of weak references to the object",
4681 "_elementtree.ParseError._metadata" => "exception private metadata",
4682 "_elementtree.ParseError.add_note" => "Add a note to the exception",
4683 "_elementtree.ParseError.end_lineno" => "exception end lineno",
4684 "_elementtree.ParseError.end_offset" => "exception end offset",
4685 "_elementtree.ParseError.filename" => "exception filename",
4686 "_elementtree.ParseError.lineno" => "exception lineno",
4687 "_elementtree.ParseError.msg" => "exception msg",
4688 "_elementtree.ParseError.offset" => "exception offset",
4689 "_elementtree.ParseError.print_file_and_line" => "exception print_file_and_line",
4690 "_elementtree.ParseError.text" => "exception text",
4691 "_elementtree.ParseError.with_traceback" => "Set self.__traceback__ to tb and return self.",
4692 "_elementtree.TreeBuilder.__delattr__" => "Implement delattr(self, name).",
4693 "_elementtree.TreeBuilder.__eq__" => "Return self==value.",
4694 "_elementtree.TreeBuilder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4695 "_elementtree.TreeBuilder.__ge__" => "Return self>=value.",
4696 "_elementtree.TreeBuilder.__getattribute__" => "Return getattr(self, name).",
4697 "_elementtree.TreeBuilder.__getstate__" => "Helper for pickle.",
4698 "_elementtree.TreeBuilder.__gt__" => "Return self>value.",
4699 "_elementtree.TreeBuilder.__hash__" => "Return hash(self).",
4700 "_elementtree.TreeBuilder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4701 "_elementtree.TreeBuilder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4702 "_elementtree.TreeBuilder.__le__" => "Return self<=value.",
4703 "_elementtree.TreeBuilder.__lt__" => "Return self<value.",
4704 "_elementtree.TreeBuilder.__ne__" => "Return self!=value.",
4705 "_elementtree.TreeBuilder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4706 "_elementtree.TreeBuilder.__reduce__" => "Helper for pickle.",
4707 "_elementtree.TreeBuilder.__reduce_ex__" => "Helper for pickle.",
4708 "_elementtree.TreeBuilder.__repr__" => "Return repr(self).",
4709 "_elementtree.TreeBuilder.__setattr__" => "Implement setattr(self, name, value).",
4710 "_elementtree.TreeBuilder.__sizeof__" => "Size of object in memory, in bytes.",
4711 "_elementtree.TreeBuilder.__str__" => "Return str(self).",
4712 "_elementtree.TreeBuilder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4713 "_elementtree.XMLParser.__delattr__" => "Implement delattr(self, name).",
4714 "_elementtree.XMLParser.__eq__" => "Return self==value.",
4715 "_elementtree.XMLParser.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4716 "_elementtree.XMLParser.__ge__" => "Return self>=value.",
4717 "_elementtree.XMLParser.__getattribute__" => "Return getattr(self, name).",
4718 "_elementtree.XMLParser.__getstate__" => "Helper for pickle.",
4719 "_elementtree.XMLParser.__gt__" => "Return self>value.",
4720 "_elementtree.XMLParser.__hash__" => "Return hash(self).",
4721 "_elementtree.XMLParser.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4722 "_elementtree.XMLParser.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4723 "_elementtree.XMLParser.__le__" => "Return self<=value.",
4724 "_elementtree.XMLParser.__lt__" => "Return self<value.",
4725 "_elementtree.XMLParser.__ne__" => "Return self!=value.",
4726 "_elementtree.XMLParser.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4727 "_elementtree.XMLParser.__reduce__" => "Helper for pickle.",
4728 "_elementtree.XMLParser.__reduce_ex__" => "Helper for pickle.",
4729 "_elementtree.XMLParser.__repr__" => "Return repr(self).",
4730 "_elementtree.XMLParser.__setattr__" => "Implement setattr(self, name, value).",
4731 "_elementtree.XMLParser.__sizeof__" => "Size of object in memory, in bytes.",
4732 "_elementtree.XMLParser.__str__" => "Return str(self).",
4733 "_elementtree.XMLParser.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4734 "_elementtree._set_factories" => "Change the factories used to create comments and processing instructions.\n\nFor internal use only.",
4735 "_functools" => "Tools that operate on functions.",
4736 "_functools._PlaceholderType" => "The type of the Placeholder singleton.\n\nUsed as a placeholder for partial arguments.",
4737 "_functools._PlaceholderType.__delattr__" => "Implement delattr(self, name).",
4738 "_functools._PlaceholderType.__eq__" => "Return self==value.",
4739 "_functools._PlaceholderType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4740 "_functools._PlaceholderType.__ge__" => "Return self>=value.",
4741 "_functools._PlaceholderType.__getattribute__" => "Return getattr(self, name).",
4742 "_functools._PlaceholderType.__getstate__" => "Helper for pickle.",
4743 "_functools._PlaceholderType.__gt__" => "Return self>value.",
4744 "_functools._PlaceholderType.__hash__" => "Return hash(self).",
4745 "_functools._PlaceholderType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4746 "_functools._PlaceholderType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4747 "_functools._PlaceholderType.__le__" => "Return self<=value.",
4748 "_functools._PlaceholderType.__lt__" => "Return self<value.",
4749 "_functools._PlaceholderType.__ne__" => "Return self!=value.",
4750 "_functools._PlaceholderType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4751 "_functools._PlaceholderType.__reduce_ex__" => "Helper for pickle.",
4752 "_functools._PlaceholderType.__repr__" => "Return repr(self).",
4753 "_functools._PlaceholderType.__setattr__" => "Implement setattr(self, name, value).",
4754 "_functools._PlaceholderType.__sizeof__" => "Size of object in memory, in bytes.",
4755 "_functools._PlaceholderType.__str__" => "Return str(self).",
4756 "_functools._PlaceholderType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4757 "_functools._lru_cache_wrapper" => "Create a cached callable that wraps another function.\n\nuser_function: the function being cached\n\nmaxsize: 0 for no caching\n None for unlimited cache size\n n for a bounded cache\n\ntyped: False cache f(3) and f(3.0) as identical calls\n True cache f(3) and f(3.0) as distinct calls\n\ncache_info_type: namedtuple class with the fields:\n hits misses currsize maxsize",
4758 "_functools._lru_cache_wrapper.__call__" => "Call self as a function.",
4759 "_functools._lru_cache_wrapper.__delattr__" => "Implement delattr(self, name).",
4760 "_functools._lru_cache_wrapper.__eq__" => "Return self==value.",
4761 "_functools._lru_cache_wrapper.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4762 "_functools._lru_cache_wrapper.__ge__" => "Return self>=value.",
4763 "_functools._lru_cache_wrapper.__get__" => "Return an attribute of instance, which is of type owner.",
4764 "_functools._lru_cache_wrapper.__getattribute__" => "Return getattr(self, name).",
4765 "_functools._lru_cache_wrapper.__getstate__" => "Helper for pickle.",
4766 "_functools._lru_cache_wrapper.__gt__" => "Return self>value.",
4767 "_functools._lru_cache_wrapper.__hash__" => "Return hash(self).",
4768 "_functools._lru_cache_wrapper.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4769 "_functools._lru_cache_wrapper.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4770 "_functools._lru_cache_wrapper.__le__" => "Return self<=value.",
4771 "_functools._lru_cache_wrapper.__lt__" => "Return self<value.",
4772 "_functools._lru_cache_wrapper.__ne__" => "Return self!=value.",
4773 "_functools._lru_cache_wrapper.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4774 "_functools._lru_cache_wrapper.__reduce_ex__" => "Helper for pickle.",
4775 "_functools._lru_cache_wrapper.__repr__" => "Return repr(self).",
4776 "_functools._lru_cache_wrapper.__setattr__" => "Implement setattr(self, name, value).",
4777 "_functools._lru_cache_wrapper.__sizeof__" => "Size of object in memory, in bytes.",
4778 "_functools._lru_cache_wrapper.__str__" => "Return str(self).",
4779 "_functools._lru_cache_wrapper.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4780 "_functools._lru_cache_wrapper.cache_clear" => "Clear the cache and cache statistics",
4781 "_functools._lru_cache_wrapper.cache_info" => "Report cache statistics",
4782 "_functools.cmp_to_key" => "Convert a cmp= function into a key= function.\n\n mycmp\n Function that compares two objects.",
4783 "_functools.partial" => "Create a new function with partial application of the given arguments\nand keywords.",
4784 "_functools.partial.__call__" => "Call self as a function.",
4785 "_functools.partial.__class_getitem__" => "See PEP 585",
4786 "_functools.partial.__delattr__" => "Implement delattr(self, name).",
4787 "_functools.partial.__eq__" => "Return self==value.",
4788 "_functools.partial.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4789 "_functools.partial.__ge__" => "Return self>=value.",
4790 "_functools.partial.__get__" => "Return an attribute of instance, which is of type owner.",
4791 "_functools.partial.__getattribute__" => "Return getattr(self, name).",
4792 "_functools.partial.__getstate__" => "Helper for pickle.",
4793 "_functools.partial.__gt__" => "Return self>value.",
4794 "_functools.partial.__hash__" => "Return hash(self).",
4795 "_functools.partial.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4796 "_functools.partial.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4797 "_functools.partial.__le__" => "Return self<=value.",
4798 "_functools.partial.__lt__" => "Return self<value.",
4799 "_functools.partial.__ne__" => "Return self!=value.",
4800 "_functools.partial.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4801 "_functools.partial.__reduce_ex__" => "Helper for pickle.",
4802 "_functools.partial.__repr__" => "Return repr(self).",
4803 "_functools.partial.__setattr__" => "Implement setattr(self, name, value).",
4804 "_functools.partial.__sizeof__" => "Size of object in memory, in bytes.",
4805 "_functools.partial.__str__" => "Return str(self).",
4806 "_functools.partial.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4807 "_functools.partial.args" => "tuple of arguments to future partial calls",
4808 "_functools.partial.func" => "function object to use in future partial calls",
4809 "_functools.partial.keywords" => "dictionary of keyword arguments to future partial calls",
4810 "_functools.reduce" => "Apply a function of two arguments cumulatively to the items of an iterable, from left to right.\n\nThis effectively reduces the iterable to a single value. If initial is present,\nit is placed before the items of the iterable in the calculation, and serves as\na default when the iterable is empty.\n\nFor example, reduce(lambda x, y: x+y, [1, 2, 3, 4, 5])\ncalculates ((((1 + 2) + 3) + 4) + 5).",
4811 "_gdbm" => "This module provides an interface to the GNU DBM (GDBM) library.\n\nThis module is quite similar to the dbm module, but uses GDBM instead to\nprovide some additional functionality. Please note that the file formats\ncreated by GDBM and dbm are incompatible.\n\nGDBM objects behave like mappings (dictionaries), except that keys and\nvalues are always immutable bytes-like objects or strings. Printing\na GDBM object doesn't print the keys and values, and the items() and\nvalues() methods are not supported.",
4812 "_gdbm.error.__delattr__" => "Implement delattr(self, name).",
4813 "_gdbm.error.__eq__" => "Return self==value.",
4814 "_gdbm.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4815 "_gdbm.error.__ge__" => "Return self>=value.",
4816 "_gdbm.error.__getattribute__" => "Return getattr(self, name).",
4817 "_gdbm.error.__getstate__" => "Helper for pickle.",
4818 "_gdbm.error.__gt__" => "Return self>value.",
4819 "_gdbm.error.__hash__" => "Return hash(self).",
4820 "_gdbm.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4821 "_gdbm.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4822 "_gdbm.error.__le__" => "Return self<=value.",
4823 "_gdbm.error.__lt__" => "Return self<value.",
4824 "_gdbm.error.__ne__" => "Return self!=value.",
4825 "_gdbm.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4826 "_gdbm.error.__reduce_ex__" => "Helper for pickle.",
4827 "_gdbm.error.__repr__" => "Return repr(self).",
4828 "_gdbm.error.__setattr__" => "Implement setattr(self, name, value).",
4829 "_gdbm.error.__sizeof__" => "Size of object in memory, in bytes.",
4830 "_gdbm.error.__str__" => "Return str(self).",
4831 "_gdbm.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4832 "_gdbm.error.__weakref__" => "list of weak references to the object",
4833 "_gdbm.error.add_note" => "Add a note to the exception",
4834 "_gdbm.error.errno" => "POSIX exception code",
4835 "_gdbm.error.filename" => "exception filename",
4836 "_gdbm.error.filename2" => "second exception filename",
4837 "_gdbm.error.strerror" => "exception strerror",
4838 "_gdbm.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
4839 "_gdbm.open" => "Open a dbm database and return a dbm object.\n\nThe filename argument is the name of the database file.\n\nThe optional flags argument can be 'r' (to open an existing database\nfor reading only -- default), 'w' (to open an existing database for\nreading and writing), 'c' (which creates the database if it doesn't\nexist), or 'n' (which always creates a new empty database).\n\nSome versions of gdbm support additional flags which must be\nappended to one of the flags described above. The module constant\n'open_flags' is a string of valid additional flags. The 'f' flag\nopens the database in fast mode; altered data will not automatically\nbe written to the disk after every change. This results in faster\nwrites to the database, but may result in an inconsistent database\nif the program crashes while the database is still open. Use the\nsync() method to force any unwritten data to be written to the disk.\nThe 's' flag causes all database operations to be synchronized to\ndisk. The 'u' flag disables locking of the database file.\n\nThe optional mode argument is the Unix mode of the file, used only\nwhen the database has to be created. It defaults to octal 0o666.",
4840 "_hashlib" => "OpenSSL interface for hashlib module",
4841 "_hashlib.HASH" => "A hash is an object used to calculate a checksum of a string of information.\n\nMethods:\n\nupdate() -- updates the current digest with an additional string\ndigest() -- return the current digest value\nhexdigest() -- return the current digest as a string of hexadecimal digits\ncopy() -- return a copy of the current hash object\n\nAttributes:\n\nname -- the hash algorithm being used by this object\ndigest_size -- number of bytes in this hashes output",
4842 "_hashlib.HASH.__delattr__" => "Implement delattr(self, name).",
4843 "_hashlib.HASH.__eq__" => "Return self==value.",
4844 "_hashlib.HASH.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4845 "_hashlib.HASH.__ge__" => "Return self>=value.",
4846 "_hashlib.HASH.__getattribute__" => "Return getattr(self, name).",
4847 "_hashlib.HASH.__getstate__" => "Helper for pickle.",
4848 "_hashlib.HASH.__gt__" => "Return self>value.",
4849 "_hashlib.HASH.__hash__" => "Return hash(self).",
4850 "_hashlib.HASH.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4851 "_hashlib.HASH.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4852 "_hashlib.HASH.__le__" => "Return self<=value.",
4853 "_hashlib.HASH.__lt__" => "Return self<value.",
4854 "_hashlib.HASH.__ne__" => "Return self!=value.",
4855 "_hashlib.HASH.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4856 "_hashlib.HASH.__reduce__" => "Helper for pickle.",
4857 "_hashlib.HASH.__reduce_ex__" => "Helper for pickle.",
4858 "_hashlib.HASH.__repr__" => "Return repr(self).",
4859 "_hashlib.HASH.__setattr__" => "Implement setattr(self, name, value).",
4860 "_hashlib.HASH.__sizeof__" => "Size of object in memory, in bytes.",
4861 "_hashlib.HASH.__str__" => "Return str(self).",
4862 "_hashlib.HASH.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4863 "_hashlib.HASH.copy" => "Return a copy of the hash object.",
4864 "_hashlib.HASH.digest" => "Return the digest value as a bytes object.",
4865 "_hashlib.HASH.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
4866 "_hashlib.HASH.update" => "Update this hash object's state with the provided string.",
4867 "_hashlib.HASHXOF" => "A hash is an object used to calculate a checksum of a string of information.\n\nMethods:\n\nupdate() -- updates the current digest with an additional string\ndigest(length) -- return the current digest value\nhexdigest(length) -- return the current digest as a string of hexadecimal digits\ncopy() -- return a copy of the current hash object\n\nAttributes:\n\nname -- the hash algorithm being used by this object\ndigest_size -- number of bytes in this hashes output",
4868 "_hashlib.HASHXOF.__delattr__" => "Implement delattr(self, name).",
4869 "_hashlib.HASHXOF.__eq__" => "Return self==value.",
4870 "_hashlib.HASHXOF.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4871 "_hashlib.HASHXOF.__ge__" => "Return self>=value.",
4872 "_hashlib.HASHXOF.__getattribute__" => "Return getattr(self, name).",
4873 "_hashlib.HASHXOF.__getstate__" => "Helper for pickle.",
4874 "_hashlib.HASHXOF.__gt__" => "Return self>value.",
4875 "_hashlib.HASHXOF.__hash__" => "Return hash(self).",
4876 "_hashlib.HASHXOF.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4877 "_hashlib.HASHXOF.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4878 "_hashlib.HASHXOF.__le__" => "Return self<=value.",
4879 "_hashlib.HASHXOF.__lt__" => "Return self<value.",
4880 "_hashlib.HASHXOF.__ne__" => "Return self!=value.",
4881 "_hashlib.HASHXOF.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4882 "_hashlib.HASHXOF.__reduce__" => "Helper for pickle.",
4883 "_hashlib.HASHXOF.__reduce_ex__" => "Helper for pickle.",
4884 "_hashlib.HASHXOF.__repr__" => "Return repr(self).",
4885 "_hashlib.HASHXOF.__setattr__" => "Implement setattr(self, name, value).",
4886 "_hashlib.HASHXOF.__sizeof__" => "Size of object in memory, in bytes.",
4887 "_hashlib.HASHXOF.__str__" => "Return str(self).",
4888 "_hashlib.HASHXOF.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4889 "_hashlib.HASHXOF.copy" => "Return a copy of the hash object.",
4890 "_hashlib.HASHXOF.digest" => "Return the digest value as a bytes object.",
4891 "_hashlib.HASHXOF.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
4892 "_hashlib.HASHXOF.update" => "Update this hash object's state with the provided string.",
4893 "_hashlib.HMAC" => "The object used to calculate HMAC of a message.\n\nMethods:\n\nupdate() -- updates the current digest with an additional string\ndigest() -- return the current digest value\nhexdigest() -- return the current digest as a string of hexadecimal digits\ncopy() -- return a copy of the current hash object\n\nAttributes:\n\nname -- the name, including the hash algorithm used by this object\ndigest_size -- number of bytes in digest() output",
4894 "_hashlib.HMAC.__delattr__" => "Implement delattr(self, name).",
4895 "_hashlib.HMAC.__eq__" => "Return self==value.",
4896 "_hashlib.HMAC.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4897 "_hashlib.HMAC.__ge__" => "Return self>=value.",
4898 "_hashlib.HMAC.__getattribute__" => "Return getattr(self, name).",
4899 "_hashlib.HMAC.__getstate__" => "Helper for pickle.",
4900 "_hashlib.HMAC.__gt__" => "Return self>value.",
4901 "_hashlib.HMAC.__hash__" => "Return hash(self).",
4902 "_hashlib.HMAC.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4903 "_hashlib.HMAC.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4904 "_hashlib.HMAC.__le__" => "Return self<=value.",
4905 "_hashlib.HMAC.__lt__" => "Return self<value.",
4906 "_hashlib.HMAC.__ne__" => "Return self!=value.",
4907 "_hashlib.HMAC.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4908 "_hashlib.HMAC.__reduce__" => "Helper for pickle.",
4909 "_hashlib.HMAC.__reduce_ex__" => "Helper for pickle.",
4910 "_hashlib.HMAC.__repr__" => "Return repr(self).",
4911 "_hashlib.HMAC.__setattr__" => "Implement setattr(self, name, value).",
4912 "_hashlib.HMAC.__sizeof__" => "Size of object in memory, in bytes.",
4913 "_hashlib.HMAC.__str__" => "Return str(self).",
4914 "_hashlib.HMAC.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4915 "_hashlib.HMAC.copy" => "Return a copy (\"clone\") of the HMAC object.",
4916 "_hashlib.HMAC.digest" => "Return the digest of the bytes passed to the update() method so far.",
4917 "_hashlib.HMAC.hexdigest" => "Return hexadecimal digest of the bytes passed to the update() method so far.\n\nThis may be used to exchange the value safely in email or other non-binary\nenvironments.",
4918 "_hashlib.HMAC.update" => "Update the HMAC object with msg.",
4919 "_hashlib.UnsupportedDigestmodError.__delattr__" => "Implement delattr(self, name).",
4920 "_hashlib.UnsupportedDigestmodError.__eq__" => "Return self==value.",
4921 "_hashlib.UnsupportedDigestmodError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4922 "_hashlib.UnsupportedDigestmodError.__ge__" => "Return self>=value.",
4923 "_hashlib.UnsupportedDigestmodError.__getattribute__" => "Return getattr(self, name).",
4924 "_hashlib.UnsupportedDigestmodError.__getstate__" => "Helper for pickle.",
4925 "_hashlib.UnsupportedDigestmodError.__gt__" => "Return self>value.",
4926 "_hashlib.UnsupportedDigestmodError.__hash__" => "Return hash(self).",
4927 "_hashlib.UnsupportedDigestmodError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4928 "_hashlib.UnsupportedDigestmodError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4929 "_hashlib.UnsupportedDigestmodError.__le__" => "Return self<=value.",
4930 "_hashlib.UnsupportedDigestmodError.__lt__" => "Return self<value.",
4931 "_hashlib.UnsupportedDigestmodError.__ne__" => "Return self!=value.",
4932 "_hashlib.UnsupportedDigestmodError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4933 "_hashlib.UnsupportedDigestmodError.__reduce_ex__" => "Helper for pickle.",
4934 "_hashlib.UnsupportedDigestmodError.__repr__" => "Return repr(self).",
4935 "_hashlib.UnsupportedDigestmodError.__setattr__" => "Implement setattr(self, name, value).",
4936 "_hashlib.UnsupportedDigestmodError.__sizeof__" => "Size of object in memory, in bytes.",
4937 "_hashlib.UnsupportedDigestmodError.__str__" => "Return str(self).",
4938 "_hashlib.UnsupportedDigestmodError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4939 "_hashlib.UnsupportedDigestmodError.__weakref__" => "list of weak references to the object",
4940 "_hashlib.UnsupportedDigestmodError.add_note" => "Add a note to the exception",
4941 "_hashlib.UnsupportedDigestmodError.with_traceback" => "Set self.__traceback__ to tb and return self.",
4942 "_hashlib.compare_digest" => "Return 'a == b'.\n\nThis function uses an approach designed to prevent\ntiming analysis, making it appropriate for cryptography.\n\na and b must both be of the same type: either str (ASCII only),\nor any bytes-like object.\n\nNote: If a and b are of different lengths, or if an error occurs,\na timing attack could theoretically reveal information about the\ntypes and lengths of a and b--but not their values.",
4943 "_hashlib.get_fips_mode" => "Determine the OpenSSL FIPS mode of operation.\n\nFor OpenSSL 3.0.0 and newer it returns the state of the default provider\nin the default OSSL context. It's not quite the same as FIPS_mode() but good\nenough for unittests.\n\nEffectively any non-zero return value indicates FIPS mode;\nvalues other than 1 may have additional significance.",
4944 "_hashlib.hmac_digest" => "Single-shot HMAC.",
4945 "_hashlib.hmac_new" => "Return a new hmac object.",
4946 "_hashlib.new" => "Return a new hash object using the named algorithm.\n\nAn optional string argument may be provided and will be\nautomatically hashed.\n\nThe MD5 and SHA1 algorithms are always supported.",
4947 "_hashlib.openssl_md5" => "Returns a md5 hash object; optionally initialized with a string",
4948 "_hashlib.openssl_sha1" => "Returns a sha1 hash object; optionally initialized with a string",
4949 "_hashlib.openssl_sha224" => "Returns a sha224 hash object; optionally initialized with a string",
4950 "_hashlib.openssl_sha256" => "Returns a sha256 hash object; optionally initialized with a string",
4951 "_hashlib.openssl_sha384" => "Returns a sha384 hash object; optionally initialized with a string",
4952 "_hashlib.openssl_sha3_224" => "Returns a sha3-224 hash object; optionally initialized with a string",
4953 "_hashlib.openssl_sha3_256" => "Returns a sha3-256 hash object; optionally initialized with a string",
4954 "_hashlib.openssl_sha3_384" => "Returns a sha3-384 hash object; optionally initialized with a string",
4955 "_hashlib.openssl_sha3_512" => "Returns a sha3-512 hash object; optionally initialized with a string",
4956 "_hashlib.openssl_sha512" => "Returns a sha512 hash object; optionally initialized with a string",
4957 "_hashlib.openssl_shake_128" => "Returns a shake-128 variable hash object; optionally initialized with a string",
4958 "_hashlib.openssl_shake_256" => "Returns a shake-256 variable hash object; optionally initialized with a string",
4959 "_hashlib.pbkdf2_hmac" => "Password based key derivation function 2 (PKCS #5 v2.0) with HMAC as pseudorandom function.",
4960 "_hashlib.scrypt" => "scrypt password-based key derivation function.",
4961 "_heapq" => "Heap queue algorithm (a.k.a. priority queue).\n\nHeaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for\nall k, counting elements from 0. For the sake of comparison,\nnon-existing elements are considered to be infinite. The interesting\nproperty of a heap is that a[0] is always its smallest element.\n\nUsage:\n\nheap = [] # creates an empty heap\nheappush(heap, item) # pushes a new item on the heap\nitem = heappop(heap) # pops the smallest item from the heap\nitem = heap[0] # smallest item on the heap without popping it\nheapify(x) # transforms list into a heap, in-place, in linear time\nitem = heapreplace(heap, item) # pops and returns smallest item, and adds\n # new item; the heap size is unchanged\n\nOur API differs from textbook heap algorithms as follows:\n\n- We use 0-based indexing. This makes the relationship between the\n index for a node and the indexes for its children slightly less\n obvious, but is more suitable since Python uses 0-based indexing.\n\n- Our heappop() method returns the smallest item, not the largest.\n\nThese two make it possible to view the heap as a regular Python list\nwithout surprises: heap[0] is the smallest item, and heap.sort()\nmaintains the heap invariant!",
4962 "_heapq.heapify" => "Transform list into a heap, in-place, in O(len(heap)) time.",
4963 "_heapq.heapify_max" => "Maxheap variant of heapify.",
4964 "_heapq.heappop" => "Pop the smallest item off the heap, maintaining the heap invariant.",
4965 "_heapq.heappop_max" => "Maxheap variant of heappop.",
4966 "_heapq.heappush" => "Push item onto heap, maintaining the heap invariant.",
4967 "_heapq.heappush_max" => "Push item onto max heap, maintaining the heap invariant.",
4968 "_heapq.heappushpop" => "Push item on the heap, then pop and return the smallest item from the heap.\n\nThe combined action runs more efficiently than heappush() followed by\na separate call to heappop().",
4969 "_heapq.heappushpop_max" => "Maxheap variant of heappushpop.\n\nThe combined action runs more efficiently than heappush_max() followed by\na separate call to heappop_max().",
4970 "_heapq.heapreplace" => "Pop and return the current smallest value, and add the new item.\n\nThis is more efficient than heappop() followed by heappush(), and can be\nmore appropriate when using a fixed-size heap. Note that the value\nreturned may be larger than item! That constrains reasonable uses of\nthis routine unless written as part of a conditional replacement:\n\n if item > heap[0]:\n item = heapreplace(heap, item)",
4971 "_heapq.heapreplace_max" => "Maxheap variant of heapreplace.",
4972 "_hmac.HMAC.__delattr__" => "Implement delattr(self, name).",
4973 "_hmac.HMAC.__eq__" => "Return self==value.",
4974 "_hmac.HMAC.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
4975 "_hmac.HMAC.__ge__" => "Return self>=value.",
4976 "_hmac.HMAC.__getattribute__" => "Return getattr(self, name).",
4977 "_hmac.HMAC.__getstate__" => "Helper for pickle.",
4978 "_hmac.HMAC.__gt__" => "Return self>value.",
4979 "_hmac.HMAC.__hash__" => "Return hash(self).",
4980 "_hmac.HMAC.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
4981 "_hmac.HMAC.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
4982 "_hmac.HMAC.__le__" => "Return self<=value.",
4983 "_hmac.HMAC.__lt__" => "Return self<value.",
4984 "_hmac.HMAC.__ne__" => "Return self!=value.",
4985 "_hmac.HMAC.__new__" => "Create and return a new object. See help(type) for accurate signature.",
4986 "_hmac.HMAC.__reduce__" => "Helper for pickle.",
4987 "_hmac.HMAC.__reduce_ex__" => "Helper for pickle.",
4988 "_hmac.HMAC.__repr__" => "Return repr(self).",
4989 "_hmac.HMAC.__setattr__" => "Implement setattr(self, name, value).",
4990 "_hmac.HMAC.__sizeof__" => "Size of object in memory, in bytes.",
4991 "_hmac.HMAC.__str__" => "Return str(self).",
4992 "_hmac.HMAC.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
4993 "_hmac.HMAC.copy" => "Return a copy (\"clone\") of the HMAC object.",
4994 "_hmac.HMAC.digest" => "Return the digest of the bytes passed to the update() method so far.\n\nThis method may raise a MemoryError.",
4995 "_hmac.HMAC.hexdigest" => "Return hexadecimal digest of the bytes passed to the update() method so far.\n\nThis may be used to exchange the value safely in email or other non-binary\nenvironments.\n\nThis method may raise a MemoryError.",
4996 "_hmac.HMAC.update" => "Update the HMAC object with the given message.",
4997 "_hmac.UnknownHashError.__delattr__" => "Implement delattr(self, name).",
4998 "_hmac.UnknownHashError.__eq__" => "Return self==value.",
4999 "_hmac.UnknownHashError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5000 "_hmac.UnknownHashError.__ge__" => "Return self>=value.",
5001 "_hmac.UnknownHashError.__getattribute__" => "Return getattr(self, name).",
5002 "_hmac.UnknownHashError.__getstate__" => "Helper for pickle.",
5003 "_hmac.UnknownHashError.__gt__" => "Return self>value.",
5004 "_hmac.UnknownHashError.__hash__" => "Return hash(self).",
5005 "_hmac.UnknownHashError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5006 "_hmac.UnknownHashError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5007 "_hmac.UnknownHashError.__le__" => "Return self<=value.",
5008 "_hmac.UnknownHashError.__lt__" => "Return self<value.",
5009 "_hmac.UnknownHashError.__ne__" => "Return self!=value.",
5010 "_hmac.UnknownHashError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5011 "_hmac.UnknownHashError.__reduce_ex__" => "Helper for pickle.",
5012 "_hmac.UnknownHashError.__repr__" => "Return repr(self).",
5013 "_hmac.UnknownHashError.__setattr__" => "Implement setattr(self, name, value).",
5014 "_hmac.UnknownHashError.__sizeof__" => "Size of object in memory, in bytes.",
5015 "_hmac.UnknownHashError.__str__" => "Return str(self).",
5016 "_hmac.UnknownHashError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5017 "_hmac.UnknownHashError.__weakref__" => "list of weak references to the object",
5018 "_hmac.UnknownHashError.add_note" => "Add a note to the exception",
5019 "_hmac.UnknownHashError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5020 "_hmac.new" => "Return a new HMAC object.",
5021 "_imp" => "(Extremely) low-level import machinery bits as used by importlib.",
5022 "_imp._fix_co_filename" => "Changes code.co_filename to specify the passed-in file path.\n\n code\n Code object to change.\n path\n File path to use.",
5023 "_imp._frozen_module_names" => "Returns the list of available frozen modules.",
5024 "_imp._override_frozen_modules_for_tests" => "(internal-only) Override PyConfig.use_frozen_modules.\n\n(-1: \"off\", 1: \"on\", 0: no override)\nSee frozen_modules() in Lib/test/support/import_helper.py.",
5025 "_imp._override_multi_interp_extensions_check" => "(internal-only) Override PyInterpreterConfig.check_multi_interp_extensions.\n\n(-1: \"never\", 1: \"always\", 0: no override)",
5026 "_imp.acquire_lock" => "Acquires the interpreter's import lock for the current thread.\n\nThis lock should be used by import hooks to ensure thread-safety when importing\nmodules. On platforms without threads, this function does nothing.",
5027 "_imp.create_builtin" => "Create an extension module.",
5028 "_imp.create_dynamic" => "Create an extension module.",
5029 "_imp.exec_builtin" => "Initialize a built-in module.",
5030 "_imp.exec_dynamic" => "Initialize an extension module.",
5031 "_imp.extension_suffixes" => "Returns the list of file suffixes used to identify extension modules.",
5032 "_imp.find_frozen" => "Return info about the corresponding frozen module (if there is one) or None.\n\nThe returned info (a 2-tuple):\n\n * data the raw marshalled bytes\n * is_package whether or not it is a package\n * origname the originally frozen module's name, or None if not\n a stdlib module (this will usually be the same as\n the module's current name)",
5033 "_imp.get_frozen_object" => "Create a code object for a frozen module.",
5034 "_imp.init_frozen" => "Initializes a frozen module.",
5035 "_imp.is_builtin" => "Returns True if the module name corresponds to a built-in module.",
5036 "_imp.is_frozen" => "Returns True if the module name corresponds to a frozen module.",
5037 "_imp.is_frozen_package" => "Returns True if the module name is of a frozen package.",
5038 "_imp.lock_held" => "Return True if the import lock is currently held, else False.\n\nOn platforms without threads, return False.",
5039 "_imp.release_lock" => "Release the interpreter's import lock.\n\nOn platforms without threads, this function does nothing.",
5040 "_interpchannels" => "This module provides primitive operations to manage Python interpreters.\nThe 'interpreters' module provides a more convenient interface.",
5041 "_interpchannels.ChannelClosedError.__delattr__" => "Implement delattr(self, name).",
5042 "_interpchannels.ChannelClosedError.__eq__" => "Return self==value.",
5043 "_interpchannels.ChannelClosedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5044 "_interpchannels.ChannelClosedError.__ge__" => "Return self>=value.",
5045 "_interpchannels.ChannelClosedError.__getattribute__" => "Return getattr(self, name).",
5046 "_interpchannels.ChannelClosedError.__getstate__" => "Helper for pickle.",
5047 "_interpchannels.ChannelClosedError.__gt__" => "Return self>value.",
5048 "_interpchannels.ChannelClosedError.__hash__" => "Return hash(self).",
5049 "_interpchannels.ChannelClosedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5050 "_interpchannels.ChannelClosedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5051 "_interpchannels.ChannelClosedError.__le__" => "Return self<=value.",
5052 "_interpchannels.ChannelClosedError.__lt__" => "Return self<value.",
5053 "_interpchannels.ChannelClosedError.__ne__" => "Return self!=value.",
5054 "_interpchannels.ChannelClosedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5055 "_interpchannels.ChannelClosedError.__reduce_ex__" => "Helper for pickle.",
5056 "_interpchannels.ChannelClosedError.__repr__" => "Return repr(self).",
5057 "_interpchannels.ChannelClosedError.__setattr__" => "Implement setattr(self, name, value).",
5058 "_interpchannels.ChannelClosedError.__sizeof__" => "Size of object in memory, in bytes.",
5059 "_interpchannels.ChannelClosedError.__str__" => "Return str(self).",
5060 "_interpchannels.ChannelClosedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5061 "_interpchannels.ChannelClosedError.__weakref__" => "list of weak references to the object",
5062 "_interpchannels.ChannelClosedError.add_note" => "Add a note to the exception",
5063 "_interpchannels.ChannelClosedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5064 "_interpchannels.ChannelEmptyError.__delattr__" => "Implement delattr(self, name).",
5065 "_interpchannels.ChannelEmptyError.__eq__" => "Return self==value.",
5066 "_interpchannels.ChannelEmptyError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5067 "_interpchannels.ChannelEmptyError.__ge__" => "Return self>=value.",
5068 "_interpchannels.ChannelEmptyError.__getattribute__" => "Return getattr(self, name).",
5069 "_interpchannels.ChannelEmptyError.__getstate__" => "Helper for pickle.",
5070 "_interpchannels.ChannelEmptyError.__gt__" => "Return self>value.",
5071 "_interpchannels.ChannelEmptyError.__hash__" => "Return hash(self).",
5072 "_interpchannels.ChannelEmptyError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5073 "_interpchannels.ChannelEmptyError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5074 "_interpchannels.ChannelEmptyError.__le__" => "Return self<=value.",
5075 "_interpchannels.ChannelEmptyError.__lt__" => "Return self<value.",
5076 "_interpchannels.ChannelEmptyError.__ne__" => "Return self!=value.",
5077 "_interpchannels.ChannelEmptyError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5078 "_interpchannels.ChannelEmptyError.__reduce_ex__" => "Helper for pickle.",
5079 "_interpchannels.ChannelEmptyError.__repr__" => "Return repr(self).",
5080 "_interpchannels.ChannelEmptyError.__setattr__" => "Implement setattr(self, name, value).",
5081 "_interpchannels.ChannelEmptyError.__sizeof__" => "Size of object in memory, in bytes.",
5082 "_interpchannels.ChannelEmptyError.__str__" => "Return str(self).",
5083 "_interpchannels.ChannelEmptyError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5084 "_interpchannels.ChannelEmptyError.__weakref__" => "list of weak references to the object",
5085 "_interpchannels.ChannelEmptyError.add_note" => "Add a note to the exception",
5086 "_interpchannels.ChannelEmptyError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5087 "_interpchannels.ChannelError.__delattr__" => "Implement delattr(self, name).",
5088 "_interpchannels.ChannelError.__eq__" => "Return self==value.",
5089 "_interpchannels.ChannelError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5090 "_interpchannels.ChannelError.__ge__" => "Return self>=value.",
5091 "_interpchannels.ChannelError.__getattribute__" => "Return getattr(self, name).",
5092 "_interpchannels.ChannelError.__getstate__" => "Helper for pickle.",
5093 "_interpchannels.ChannelError.__gt__" => "Return self>value.",
5094 "_interpchannels.ChannelError.__hash__" => "Return hash(self).",
5095 "_interpchannels.ChannelError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5096 "_interpchannels.ChannelError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5097 "_interpchannels.ChannelError.__le__" => "Return self<=value.",
5098 "_interpchannels.ChannelError.__lt__" => "Return self<value.",
5099 "_interpchannels.ChannelError.__ne__" => "Return self!=value.",
5100 "_interpchannels.ChannelError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5101 "_interpchannels.ChannelError.__reduce_ex__" => "Helper for pickle.",
5102 "_interpchannels.ChannelError.__repr__" => "Return repr(self).",
5103 "_interpchannels.ChannelError.__setattr__" => "Implement setattr(self, name, value).",
5104 "_interpchannels.ChannelError.__sizeof__" => "Size of object in memory, in bytes.",
5105 "_interpchannels.ChannelError.__str__" => "Return str(self).",
5106 "_interpchannels.ChannelError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5107 "_interpchannels.ChannelError.__weakref__" => "list of weak references to the object",
5108 "_interpchannels.ChannelError.add_note" => "Add a note to the exception",
5109 "_interpchannels.ChannelError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5110 "_interpchannels.ChannelID" => "A channel ID identifies a channel and may be used as an int.",
5111 "_interpchannels.ChannelID.__delattr__" => "Implement delattr(self, name).",
5112 "_interpchannels.ChannelID.__eq__" => "Return self==value.",
5113 "_interpchannels.ChannelID.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5114 "_interpchannels.ChannelID.__ge__" => "Return self>=value.",
5115 "_interpchannels.ChannelID.__getattribute__" => "Return getattr(self, name).",
5116 "_interpchannels.ChannelID.__getstate__" => "Helper for pickle.",
5117 "_interpchannels.ChannelID.__gt__" => "Return self>value.",
5118 "_interpchannels.ChannelID.__hash__" => "Return hash(self).",
5119 "_interpchannels.ChannelID.__index__" => "Return self converted to an integer, if self is suitable for use as an index into a list.",
5120 "_interpchannels.ChannelID.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5121 "_interpchannels.ChannelID.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5122 "_interpchannels.ChannelID.__int__" => "int(self)",
5123 "_interpchannels.ChannelID.__le__" => "Return self<=value.",
5124 "_interpchannels.ChannelID.__lt__" => "Return self<value.",
5125 "_interpchannels.ChannelID.__ne__" => "Return self!=value.",
5126 "_interpchannels.ChannelID.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5127 "_interpchannels.ChannelID.__reduce__" => "Helper for pickle.",
5128 "_interpchannels.ChannelID.__reduce_ex__" => "Helper for pickle.",
5129 "_interpchannels.ChannelID.__repr__" => "Return repr(self).",
5130 "_interpchannels.ChannelID.__setattr__" => "Implement setattr(self, name, value).",
5131 "_interpchannels.ChannelID.__sizeof__" => "Size of object in memory, in bytes.",
5132 "_interpchannels.ChannelID.__str__" => "Return str(self).",
5133 "_interpchannels.ChannelID.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5134 "_interpchannels.ChannelID.end" => "'send', 'recv', or 'both'",
5135 "_interpchannels.ChannelID.recv" => "the 'recv' end of the channel",
5136 "_interpchannels.ChannelID.send" => "the 'send' end of the channel",
5137 "_interpchannels.ChannelInfo" => "ChannelInfo\n\nA named tuple of a channel's state.",
5138 "_interpchannels.ChannelInfo.__add__" => "Return self+value.",
5139 "_interpchannels.ChannelInfo.__class_getitem__" => "See PEP 585",
5140 "_interpchannels.ChannelInfo.__contains__" => "Return bool(key in self).",
5141 "_interpchannels.ChannelInfo.__delattr__" => "Implement delattr(self, name).",
5142 "_interpchannels.ChannelInfo.__eq__" => "Return self==value.",
5143 "_interpchannels.ChannelInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5144 "_interpchannels.ChannelInfo.__ge__" => "Return self>=value.",
5145 "_interpchannels.ChannelInfo.__getattribute__" => "Return getattr(self, name).",
5146 "_interpchannels.ChannelInfo.__getitem__" => "Return self[key].",
5147 "_interpchannels.ChannelInfo.__getstate__" => "Helper for pickle.",
5148 "_interpchannels.ChannelInfo.__gt__" => "Return self>value.",
5149 "_interpchannels.ChannelInfo.__hash__" => "Return hash(self).",
5150 "_interpchannels.ChannelInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5151 "_interpchannels.ChannelInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5152 "_interpchannels.ChannelInfo.__iter__" => "Implement iter(self).",
5153 "_interpchannels.ChannelInfo.__le__" => "Return self<=value.",
5154 "_interpchannels.ChannelInfo.__len__" => "Return len(self).",
5155 "_interpchannels.ChannelInfo.__lt__" => "Return self<value.",
5156 "_interpchannels.ChannelInfo.__mul__" => "Return self*value.",
5157 "_interpchannels.ChannelInfo.__ne__" => "Return self!=value.",
5158 "_interpchannels.ChannelInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5159 "_interpchannels.ChannelInfo.__reduce_ex__" => "Helper for pickle.",
5160 "_interpchannels.ChannelInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
5161 "_interpchannels.ChannelInfo.__repr__" => "Return repr(self).",
5162 "_interpchannels.ChannelInfo.__rmul__" => "Return value*self.",
5163 "_interpchannels.ChannelInfo.__setattr__" => "Implement setattr(self, name, value).",
5164 "_interpchannels.ChannelInfo.__sizeof__" => "Size of object in memory, in bytes.",
5165 "_interpchannels.ChannelInfo.__str__" => "Return str(self).",
5166 "_interpchannels.ChannelInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5167 "_interpchannels.ChannelInfo.closed" => "both ends are closed",
5168 "_interpchannels.ChannelInfo.closing" => "send is closed, recv is non-empty",
5169 "_interpchannels.ChannelInfo.count" => "queued objects",
5170 "_interpchannels.ChannelInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
5171 "_interpchannels.ChannelInfo.num_interp_both" => "interpreters bound to both ends",
5172 "_interpchannels.ChannelInfo.num_interp_both_recv_released" => "interpreters bound to both ends and released_from_the recv end",
5173 "_interpchannels.ChannelInfo.num_interp_both_released" => "interpreters bound to both ends and released_from_both",
5174 "_interpchannels.ChannelInfo.num_interp_both_send_released" => "interpreters bound to both ends and released_from_the send end",
5175 "_interpchannels.ChannelInfo.num_interp_recv" => "interpreters bound to the send end",
5176 "_interpchannels.ChannelInfo.num_interp_recv_released" => "interpreters bound to the send end and released",
5177 "_interpchannels.ChannelInfo.num_interp_send" => "interpreters bound to the send end",
5178 "_interpchannels.ChannelInfo.num_interp_send_released" => "interpreters bound to the send end and released",
5179 "_interpchannels.ChannelInfo.open" => "both ends are open",
5180 "_interpchannels.ChannelInfo.recv_associated" => "current interpreter is bound to the recv end",
5181 "_interpchannels.ChannelInfo.recv_released" => "current interpreter *was* bound to the recv end",
5182 "_interpchannels.ChannelInfo.send_associated" => "current interpreter is bound to the send end",
5183 "_interpchannels.ChannelInfo.send_released" => "current interpreter *was* bound to the send end",
5184 "_interpchannels.ChannelNotEmptyError.__delattr__" => "Implement delattr(self, name).",
5185 "_interpchannels.ChannelNotEmptyError.__eq__" => "Return self==value.",
5186 "_interpchannels.ChannelNotEmptyError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5187 "_interpchannels.ChannelNotEmptyError.__ge__" => "Return self>=value.",
5188 "_interpchannels.ChannelNotEmptyError.__getattribute__" => "Return getattr(self, name).",
5189 "_interpchannels.ChannelNotEmptyError.__getstate__" => "Helper for pickle.",
5190 "_interpchannels.ChannelNotEmptyError.__gt__" => "Return self>value.",
5191 "_interpchannels.ChannelNotEmptyError.__hash__" => "Return hash(self).",
5192 "_interpchannels.ChannelNotEmptyError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5193 "_interpchannels.ChannelNotEmptyError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5194 "_interpchannels.ChannelNotEmptyError.__le__" => "Return self<=value.",
5195 "_interpchannels.ChannelNotEmptyError.__lt__" => "Return self<value.",
5196 "_interpchannels.ChannelNotEmptyError.__ne__" => "Return self!=value.",
5197 "_interpchannels.ChannelNotEmptyError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5198 "_interpchannels.ChannelNotEmptyError.__reduce_ex__" => "Helper for pickle.",
5199 "_interpchannels.ChannelNotEmptyError.__repr__" => "Return repr(self).",
5200 "_interpchannels.ChannelNotEmptyError.__setattr__" => "Implement setattr(self, name, value).",
5201 "_interpchannels.ChannelNotEmptyError.__sizeof__" => "Size of object in memory, in bytes.",
5202 "_interpchannels.ChannelNotEmptyError.__str__" => "Return str(self).",
5203 "_interpchannels.ChannelNotEmptyError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5204 "_interpchannels.ChannelNotEmptyError.__weakref__" => "list of weak references to the object",
5205 "_interpchannels.ChannelNotEmptyError.add_note" => "Add a note to the exception",
5206 "_interpchannels.ChannelNotEmptyError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5207 "_interpchannels.ChannelNotFoundError.__delattr__" => "Implement delattr(self, name).",
5208 "_interpchannels.ChannelNotFoundError.__eq__" => "Return self==value.",
5209 "_interpchannels.ChannelNotFoundError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5210 "_interpchannels.ChannelNotFoundError.__ge__" => "Return self>=value.",
5211 "_interpchannels.ChannelNotFoundError.__getattribute__" => "Return getattr(self, name).",
5212 "_interpchannels.ChannelNotFoundError.__getstate__" => "Helper for pickle.",
5213 "_interpchannels.ChannelNotFoundError.__gt__" => "Return self>value.",
5214 "_interpchannels.ChannelNotFoundError.__hash__" => "Return hash(self).",
5215 "_interpchannels.ChannelNotFoundError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5216 "_interpchannels.ChannelNotFoundError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5217 "_interpchannels.ChannelNotFoundError.__le__" => "Return self<=value.",
5218 "_interpchannels.ChannelNotFoundError.__lt__" => "Return self<value.",
5219 "_interpchannels.ChannelNotFoundError.__ne__" => "Return self!=value.",
5220 "_interpchannels.ChannelNotFoundError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5221 "_interpchannels.ChannelNotFoundError.__reduce_ex__" => "Helper for pickle.",
5222 "_interpchannels.ChannelNotFoundError.__repr__" => "Return repr(self).",
5223 "_interpchannels.ChannelNotFoundError.__setattr__" => "Implement setattr(self, name, value).",
5224 "_interpchannels.ChannelNotFoundError.__sizeof__" => "Size of object in memory, in bytes.",
5225 "_interpchannels.ChannelNotFoundError.__str__" => "Return str(self).",
5226 "_interpchannels.ChannelNotFoundError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5227 "_interpchannels.ChannelNotFoundError.__weakref__" => "list of weak references to the object",
5228 "_interpchannels.ChannelNotFoundError.add_note" => "Add a note to the exception",
5229 "_interpchannels.ChannelNotFoundError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5230 "_interpchannels.close" => "channel_close(cid, *, send=None, recv=None, force=False)\n\nClose the channel for all interpreters.\n\nIf the channel is empty then the keyword args are ignored and both\nends are immediately closed. Otherwise, if 'force' is True then\nall queued items are released and both ends are immediately\nclosed.\n\nIf the channel is not empty *and* 'force' is False then following\nhappens:\n\n * recv is True (regardless of send):\n - raise ChannelNotEmptyError\n * recv is None and send is None:\n - raise ChannelNotEmptyError\n * send is True and recv is not True:\n - fully close the 'send' end\n - close the 'recv' end to interpreters not already receiving\n - fully close it once empty\n\nClosing an already closed channel results in a ChannelClosedError.\n\nOnce the channel's ID has no more ref counts in any interpreter\nthe channel will be destroyed.",
5231 "_interpchannels.create" => "channel_create(unboundop) -> cid\n\nCreate a new cross-interpreter channel and return a unique generated ID.",
5232 "_interpchannels.destroy" => "channel_destroy(cid)\n\nClose and finalize the channel. Afterward attempts to use the channel\nwill behave as though it never existed.",
5233 "_interpchannels.get_channel_defaults" => "get_channel_defaults(cid)\n\nReturn the channel's default values, set when it was created.",
5234 "_interpchannels.get_count" => "get_count(cid)\n\nReturn the number of items in the channel.",
5235 "_interpchannels.get_info" => "get_info(cid)\n\nReturn details about the channel.",
5236 "_interpchannels.list_all" => "channel_list_all() -> [cid]\n\nReturn the list of all IDs for active channels.",
5237 "_interpchannels.list_interpreters" => "channel_list_interpreters(cid, *, send) -> [id]\n\nReturn the list of all interpreter IDs associated with an end of the channel.\n\nThe 'send' argument should be a boolean indicating whether to use the send or\nreceive end.",
5238 "_interpchannels.recv" => "channel_recv(cid, [default]) -> (obj, unboundop)\n\nReturn a new object from the data at the front of the channel's queue.\n\nIf there is nothing to receive then raise ChannelEmptyError, unless\na default value is provided. In that case return it.",
5239 "_interpchannels.release" => "channel_release(cid, *, send=None, recv=None, force=True)\n\nClose the channel for the current interpreter. 'send' and 'recv'\n(bool) may be used to indicate the ends to close. By default both\nends are closed. Closing an already closed end is a noop.",
5240 "_interpchannels.send" => "channel_send(cid, obj, *, blocking=True, timeout=None)\n\nAdd the object's data to the channel's queue.\nBy default this waits for the object to be received.",
5241 "_interpchannels.send_buffer" => "channel_send_buffer(cid, obj, *, blocking=True, timeout=None)\n\nAdd the object's buffer to the channel's queue.\nBy default this waits for the object to be received.",
5242 "_interpqueues" => "This module provides primitive operations to manage Python interpreters.\nThe 'interpreters' module provides a more convenient interface.",
5243 "_interpqueues.QueueError" => "Indicates that a queue-related error happened.",
5244 "_interpqueues.QueueError.__delattr__" => "Implement delattr(self, name).",
5245 "_interpqueues.QueueError.__eq__" => "Return self==value.",
5246 "_interpqueues.QueueError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5247 "_interpqueues.QueueError.__ge__" => "Return self>=value.",
5248 "_interpqueues.QueueError.__getattribute__" => "Return getattr(self, name).",
5249 "_interpqueues.QueueError.__getstate__" => "Helper for pickle.",
5250 "_interpqueues.QueueError.__gt__" => "Return self>value.",
5251 "_interpqueues.QueueError.__hash__" => "Return hash(self).",
5252 "_interpqueues.QueueError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5253 "_interpqueues.QueueError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5254 "_interpqueues.QueueError.__le__" => "Return self<=value.",
5255 "_interpqueues.QueueError.__lt__" => "Return self<value.",
5256 "_interpqueues.QueueError.__ne__" => "Return self!=value.",
5257 "_interpqueues.QueueError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5258 "_interpqueues.QueueError.__reduce_ex__" => "Helper for pickle.",
5259 "_interpqueues.QueueError.__repr__" => "Return repr(self).",
5260 "_interpqueues.QueueError.__setattr__" => "Implement setattr(self, name, value).",
5261 "_interpqueues.QueueError.__sizeof__" => "Size of object in memory, in bytes.",
5262 "_interpqueues.QueueError.__str__" => "Return str(self).",
5263 "_interpqueues.QueueError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5264 "_interpqueues.QueueError.__weakref__" => "list of weak references to the object",
5265 "_interpqueues.QueueError.add_note" => "Add a note to the exception",
5266 "_interpqueues.QueueError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5267 "_interpqueues.QueueNotFoundError.__delattr__" => "Implement delattr(self, name).",
5268 "_interpqueues.QueueNotFoundError.__eq__" => "Return self==value.",
5269 "_interpqueues.QueueNotFoundError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5270 "_interpqueues.QueueNotFoundError.__ge__" => "Return self>=value.",
5271 "_interpqueues.QueueNotFoundError.__getattribute__" => "Return getattr(self, name).",
5272 "_interpqueues.QueueNotFoundError.__getstate__" => "Helper for pickle.",
5273 "_interpqueues.QueueNotFoundError.__gt__" => "Return self>value.",
5274 "_interpqueues.QueueNotFoundError.__hash__" => "Return hash(self).",
5275 "_interpqueues.QueueNotFoundError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5276 "_interpqueues.QueueNotFoundError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5277 "_interpqueues.QueueNotFoundError.__le__" => "Return self<=value.",
5278 "_interpqueues.QueueNotFoundError.__lt__" => "Return self<value.",
5279 "_interpqueues.QueueNotFoundError.__ne__" => "Return self!=value.",
5280 "_interpqueues.QueueNotFoundError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5281 "_interpqueues.QueueNotFoundError.__reduce_ex__" => "Helper for pickle.",
5282 "_interpqueues.QueueNotFoundError.__repr__" => "Return repr(self).",
5283 "_interpqueues.QueueNotFoundError.__setattr__" => "Implement setattr(self, name, value).",
5284 "_interpqueues.QueueNotFoundError.__sizeof__" => "Size of object in memory, in bytes.",
5285 "_interpqueues.QueueNotFoundError.__str__" => "Return str(self).",
5286 "_interpqueues.QueueNotFoundError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5287 "_interpqueues.QueueNotFoundError.__weakref__" => "list of weak references to the object",
5288 "_interpqueues.QueueNotFoundError.add_note" => "Add a note to the exception",
5289 "_interpqueues.QueueNotFoundError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5290 "_interpqueues.bind" => "bind(qid)\n\nTake a reference to the identified queue.\nThe queue is not destroyed until there are no references left.",
5291 "_interpqueues.create" => "create(maxsize, unboundop, fallback) -> qid\n\nCreate a new cross-interpreter queue and return its unique generated ID.\nIt is a new reference as though bind() had been called on the queue.\n\nThe caller is responsible for calling destroy() for the new queue\nbefore the runtime is finalized.",
5292 "_interpqueues.destroy" => "destroy(qid)\n\nClear and destroy the queue. Afterward attempts to use the queue\nwill behave as though it never existed.",
5293 "_interpqueues.get" => "get(qid) -> (obj, unboundop)\n\nReturn a new object from the data at the front of the queue.\nThe unbound op is also returned.\n\nIf there is nothing to receive then raise QueueEmpty.",
5294 "_interpqueues.get_count" => "get_count(qid)\n\nReturn the number of items in the queue.",
5295 "_interpqueues.get_maxsize" => "get_maxsize(qid)\n\nReturn the maximum number of items in the queue.",
5296 "_interpqueues.get_queue_defaults" => "get_queue_defaults(qid)\n\nReturn the queue's default values, set when it was created.",
5297 "_interpqueues.is_full" => "is_full(qid)\n\nReturn true if the queue has a maxsize and has reached it.",
5298 "_interpqueues.list_all" => "list_all() -> [(qid, unboundop, fallback)]\n\nReturn the list of IDs for all queues.\nEach corresponding default unbound op and fallback is also included.",
5299 "_interpqueues.put" => "put(qid, obj)\n\nAdd the object's data to the queue.",
5300 "_interpqueues.release" => "release(qid)\n\nRelease a reference to the queue.\nThe queue is destroyed once there are no references left.",
5301 "_interpreters" => "This module provides primitive operations to manage Python interpreters.\nThe 'interpreters' module provides a more convenient interface.",
5302 "_interpreters.CrossInterpreterBufferView.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
5303 "_interpreters.CrossInterpreterBufferView.__delattr__" => "Implement delattr(self, name).",
5304 "_interpreters.CrossInterpreterBufferView.__eq__" => "Return self==value.",
5305 "_interpreters.CrossInterpreterBufferView.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5306 "_interpreters.CrossInterpreterBufferView.__ge__" => "Return self>=value.",
5307 "_interpreters.CrossInterpreterBufferView.__getattribute__" => "Return getattr(self, name).",
5308 "_interpreters.CrossInterpreterBufferView.__getstate__" => "Helper for pickle.",
5309 "_interpreters.CrossInterpreterBufferView.__gt__" => "Return self>value.",
5310 "_interpreters.CrossInterpreterBufferView.__hash__" => "Return hash(self).",
5311 "_interpreters.CrossInterpreterBufferView.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5312 "_interpreters.CrossInterpreterBufferView.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5313 "_interpreters.CrossInterpreterBufferView.__le__" => "Return self<=value.",
5314 "_interpreters.CrossInterpreterBufferView.__lt__" => "Return self<value.",
5315 "_interpreters.CrossInterpreterBufferView.__ne__" => "Return self!=value.",
5316 "_interpreters.CrossInterpreterBufferView.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5317 "_interpreters.CrossInterpreterBufferView.__reduce__" => "Helper for pickle.",
5318 "_interpreters.CrossInterpreterBufferView.__reduce_ex__" => "Helper for pickle.",
5319 "_interpreters.CrossInterpreterBufferView.__repr__" => "Return repr(self).",
5320 "_interpreters.CrossInterpreterBufferView.__setattr__" => "Implement setattr(self, name, value).",
5321 "_interpreters.CrossInterpreterBufferView.__sizeof__" => "Size of object in memory, in bytes.",
5322 "_interpreters.CrossInterpreterBufferView.__str__" => "Return str(self).",
5323 "_interpreters.CrossInterpreterBufferView.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5324 "_interpreters.InterpreterError" => "A cross-interpreter operation failed",
5325 "_interpreters.InterpreterError.__delattr__" => "Implement delattr(self, name).",
5326 "_interpreters.InterpreterError.__eq__" => "Return self==value.",
5327 "_interpreters.InterpreterError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5328 "_interpreters.InterpreterError.__ge__" => "Return self>=value.",
5329 "_interpreters.InterpreterError.__getattribute__" => "Return getattr(self, name).",
5330 "_interpreters.InterpreterError.__getstate__" => "Helper for pickle.",
5331 "_interpreters.InterpreterError.__gt__" => "Return self>value.",
5332 "_interpreters.InterpreterError.__hash__" => "Return hash(self).",
5333 "_interpreters.InterpreterError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5334 "_interpreters.InterpreterError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5335 "_interpreters.InterpreterError.__le__" => "Return self<=value.",
5336 "_interpreters.InterpreterError.__lt__" => "Return self<value.",
5337 "_interpreters.InterpreterError.__ne__" => "Return self!=value.",
5338 "_interpreters.InterpreterError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5339 "_interpreters.InterpreterError.__reduce_ex__" => "Helper for pickle.",
5340 "_interpreters.InterpreterError.__repr__" => "Return repr(self).",
5341 "_interpreters.InterpreterError.__setattr__" => "Implement setattr(self, name, value).",
5342 "_interpreters.InterpreterError.__sizeof__" => "Size of object in memory, in bytes.",
5343 "_interpreters.InterpreterError.__str__" => "Return str(self).",
5344 "_interpreters.InterpreterError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5345 "_interpreters.InterpreterError.add_note" => "Add a note to the exception",
5346 "_interpreters.InterpreterError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5347 "_interpreters.InterpreterNotFoundError" => "An interpreter was not found",
5348 "_interpreters.InterpreterNotFoundError.__delattr__" => "Implement delattr(self, name).",
5349 "_interpreters.InterpreterNotFoundError.__eq__" => "Return self==value.",
5350 "_interpreters.InterpreterNotFoundError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5351 "_interpreters.InterpreterNotFoundError.__ge__" => "Return self>=value.",
5352 "_interpreters.InterpreterNotFoundError.__getattribute__" => "Return getattr(self, name).",
5353 "_interpreters.InterpreterNotFoundError.__getstate__" => "Helper for pickle.",
5354 "_interpreters.InterpreterNotFoundError.__gt__" => "Return self>value.",
5355 "_interpreters.InterpreterNotFoundError.__hash__" => "Return hash(self).",
5356 "_interpreters.InterpreterNotFoundError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5357 "_interpreters.InterpreterNotFoundError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5358 "_interpreters.InterpreterNotFoundError.__le__" => "Return self<=value.",
5359 "_interpreters.InterpreterNotFoundError.__lt__" => "Return self<value.",
5360 "_interpreters.InterpreterNotFoundError.__ne__" => "Return self!=value.",
5361 "_interpreters.InterpreterNotFoundError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5362 "_interpreters.InterpreterNotFoundError.__reduce_ex__" => "Helper for pickle.",
5363 "_interpreters.InterpreterNotFoundError.__repr__" => "Return repr(self).",
5364 "_interpreters.InterpreterNotFoundError.__setattr__" => "Implement setattr(self, name, value).",
5365 "_interpreters.InterpreterNotFoundError.__sizeof__" => "Size of object in memory, in bytes.",
5366 "_interpreters.InterpreterNotFoundError.__str__" => "Return str(self).",
5367 "_interpreters.InterpreterNotFoundError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5368 "_interpreters.InterpreterNotFoundError.add_note" => "Add a note to the exception",
5369 "_interpreters.InterpreterNotFoundError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5370 "_interpreters.NotShareableError.__delattr__" => "Implement delattr(self, name).",
5371 "_interpreters.NotShareableError.__eq__" => "Return self==value.",
5372 "_interpreters.NotShareableError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5373 "_interpreters.NotShareableError.__ge__" => "Return self>=value.",
5374 "_interpreters.NotShareableError.__getattribute__" => "Return getattr(self, name).",
5375 "_interpreters.NotShareableError.__getstate__" => "Helper for pickle.",
5376 "_interpreters.NotShareableError.__gt__" => "Return self>value.",
5377 "_interpreters.NotShareableError.__hash__" => "Return hash(self).",
5378 "_interpreters.NotShareableError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5379 "_interpreters.NotShareableError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5380 "_interpreters.NotShareableError.__le__" => "Return self<=value.",
5381 "_interpreters.NotShareableError.__lt__" => "Return self<value.",
5382 "_interpreters.NotShareableError.__ne__" => "Return self!=value.",
5383 "_interpreters.NotShareableError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5384 "_interpreters.NotShareableError.__reduce_ex__" => "Helper for pickle.",
5385 "_interpreters.NotShareableError.__repr__" => "Return repr(self).",
5386 "_interpreters.NotShareableError.__setattr__" => "Implement setattr(self, name, value).",
5387 "_interpreters.NotShareableError.__sizeof__" => "Size of object in memory, in bytes.",
5388 "_interpreters.NotShareableError.__str__" => "Return str(self).",
5389 "_interpreters.NotShareableError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5390 "_interpreters.NotShareableError.__weakref__" => "list of weak references to the object",
5391 "_interpreters.NotShareableError.add_note" => "Add a note to the exception",
5392 "_interpreters.NotShareableError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5393 "_interpreters.call" => "call(id, callable, args=None, kwargs=None, *, restrict=False)\n\nCall the provided object in the identified interpreter.\nPass the given args and kwargs, if possible.",
5394 "_interpreters.capture_exception" => "capture_exception(exc=None) -> types.SimpleNamespace\n\nReturn a snapshot of an exception. If \"exc\" is None\nthen the current exception, if any, is used (but not cleared).\n\nThe returned snapshot is the same as what _interpreters.exec() returns.",
5395 "_interpreters.create" => "create([config], *, reqrefs=False) -> ID\n\nCreate a new interpreter and return a unique generated ID.\n\nThe caller is responsible for destroying the interpreter before exiting,\ntypically by using _interpreters.destroy(). This can be managed \nautomatically by passing \"reqrefs=True\" and then using _incref() and\n_decref() appropriately.\n\n\"config\" must be a valid interpreter config or the name of a\npredefined config (\"isolated\" or \"legacy\"). The default\nis \"isolated\".",
5396 "_interpreters.destroy" => "destroy(id, *, restrict=False)\n\nDestroy the identified interpreter.\n\nAttempting to destroy the current interpreter raises InterpreterError.\nSo does an unrecognized ID.",
5397 "_interpreters.exec" => "exec(id, code, shared=None, *, restrict=False)\n\nExecute the provided code in the identified interpreter.\nThis is equivalent to running the builtin exec() under the target\ninterpreter, using the __dict__ of its __main__ module as both\nglobals and locals.\n\n\"code\" may be a string containing the text of a Python script.\n\nFunctions (and code objects) are also supported, with some restrictions.\nThe code/function must not take any arguments or be a closure\n(i.e. have cell vars). Methods and other callables are not supported.\n\nIf a function is provided, its code object is used and all its state\nis ignored, including its __globals__ dict.",
5398 "_interpreters.get_config" => "get_config(id, *, restrict=False) -> types.SimpleNamespace\n\nReturn a representation of the config used to initialize the interpreter.",
5399 "_interpreters.get_current" => "get_current() -> (ID, whence)\n\nReturn the ID of current interpreter.",
5400 "_interpreters.get_main" => "get_main() -> (ID, whence)\n\nReturn the ID of main interpreter.",
5401 "_interpreters.is_running" => "is_running(id, *, restrict=False) -> bool\n\nReturn whether or not the identified interpreter is running.",
5402 "_interpreters.is_shareable" => "is_shareable(obj) -> bool\n\nReturn True if the object's data may be shared between interpreters and\nFalse otherwise.",
5403 "_interpreters.list_all" => "list_all() -> [(ID, whence)]\n\nReturn a list containing the ID of every existing interpreter.",
5404 "_interpreters.new_config" => "new_config(name='isolated', /, **overrides) -> type.SimpleNamespace\n\nReturn a representation of a new PyInterpreterConfig.\n\nThe name determines the initial values of the config. Supported named\nconfigs are: default, isolated, legacy, and empty.\n\nAny keyword arguments are set on the corresponding config fields,\noverriding the initial values.",
5405 "_interpreters.run_func" => "run_func(id, func, shared=None, *, restrict=False)\n\nExecute the body of the provided function in the identified interpreter.\nCode objects are also supported. In both cases, closures and args\nare not supported. Methods and other callables are not supported either.\n\n(See _interpreters.exec().",
5406 "_interpreters.run_string" => "run_string(id, script, shared=None, *, restrict=False)\n\nExecute the provided string in the identified interpreter.\n\n(See _interpreters.exec().",
5407 "_interpreters.set___main___attrs" => "set___main___attrs(id, ns, *, restrict=False)\n\nBind the given attributes in the interpreter's __main__ module.",
5408 "_interpreters.whence" => "whence(id) -> int\n\nReturn an identifier for where the interpreter was created.",
5409 "_io" => "The io module provides the Python interfaces to stream handling. The\nbuiltin open function is defined in this module.\n\nAt the top of the I/O hierarchy is the abstract base class IOBase. It\ndefines the basic interface to a stream. Note, however, that there is no\nseparation between reading and writing to streams; implementations are\nallowed to raise an OSError if they do not support a given operation.\n\nExtending IOBase is RawIOBase which deals simply with the reading and\nwriting of raw bytes to a stream. FileIO subclasses RawIOBase to provide\nan interface to OS files.\n\nBufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its\nsubclasses, BufferedWriter, BufferedReader, and BufferedRWPair buffer\nstreams that are readable, writable, and both respectively.\nBufferedRandom provides a buffered interface to random access\nstreams. BytesIO is a simple stream of in-memory bytes.\n\nAnother IOBase subclass, TextIOBase, deals with the encoding and decoding\nof streams into text. TextIOWrapper, which extends it, is a buffered text\ninterface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO\nis an in-memory stream for text.\n\nArgument names are not part of the specification, and only the arguments\nof open() are intended to be used as keyword arguments.\n\ndata:\n\nDEFAULT_BUFFER_SIZE\n\n An int containing the default buffer size used by the module's buffered\n I/O classes.",
5410 "_io.BlockingIOError" => "I/O operation would block.",
5411 "_io.BlockingIOError.__delattr__" => "Implement delattr(self, name).",
5412 "_io.BlockingIOError.__eq__" => "Return self==value.",
5413 "_io.BlockingIOError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5414 "_io.BlockingIOError.__ge__" => "Return self>=value.",
5415 "_io.BlockingIOError.__getattribute__" => "Return getattr(self, name).",
5416 "_io.BlockingIOError.__getstate__" => "Helper for pickle.",
5417 "_io.BlockingIOError.__gt__" => "Return self>value.",
5418 "_io.BlockingIOError.__hash__" => "Return hash(self).",
5419 "_io.BlockingIOError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5420 "_io.BlockingIOError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5421 "_io.BlockingIOError.__le__" => "Return self<=value.",
5422 "_io.BlockingIOError.__lt__" => "Return self<value.",
5423 "_io.BlockingIOError.__ne__" => "Return self!=value.",
5424 "_io.BlockingIOError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5425 "_io.BlockingIOError.__reduce_ex__" => "Helper for pickle.",
5426 "_io.BlockingIOError.__repr__" => "Return repr(self).",
5427 "_io.BlockingIOError.__setattr__" => "Implement setattr(self, name, value).",
5428 "_io.BlockingIOError.__sizeof__" => "Size of object in memory, in bytes.",
5429 "_io.BlockingIOError.__str__" => "Return str(self).",
5430 "_io.BlockingIOError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5431 "_io.BlockingIOError.add_note" => "Add a note to the exception",
5432 "_io.BlockingIOError.errno" => "POSIX exception code",
5433 "_io.BlockingIOError.filename" => "exception filename",
5434 "_io.BlockingIOError.filename2" => "second exception filename",
5435 "_io.BlockingIOError.strerror" => "exception strerror",
5436 "_io.BlockingIOError.winerror" => "Win32 exception code",
5437 "_io.BlockingIOError.with_traceback" => "Set self.__traceback__ to tb and return self.",
5438 "_io.BufferedRWPair" => "A buffered reader and writer object together.\n\nA buffered reader object and buffered writer object put together to\nform a sequential IO object that can read and write. This is typically\nused with a socket or two-way pipe.\n\nreader and writer are RawIOBase objects that are readable and\nwriteable respectively. If the buffer_size is omitted it defaults to\nDEFAULT_BUFFER_SIZE.",
5439 "_io.BufferedRWPair.__del__" => "Called when the instance is about to be destroyed.",
5440 "_io.BufferedRWPair.__delattr__" => "Implement delattr(self, name).",
5441 "_io.BufferedRWPair.__eq__" => "Return self==value.",
5442 "_io.BufferedRWPair.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5443 "_io.BufferedRWPair.__ge__" => "Return self>=value.",
5444 "_io.BufferedRWPair.__getattribute__" => "Return getattr(self, name).",
5445 "_io.BufferedRWPair.__getstate__" => "Helper for pickle.",
5446 "_io.BufferedRWPair.__gt__" => "Return self>value.",
5447 "_io.BufferedRWPair.__hash__" => "Return hash(self).",
5448 "_io.BufferedRWPair.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5449 "_io.BufferedRWPair.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5450 "_io.BufferedRWPair.__iter__" => "Implement iter(self).",
5451 "_io.BufferedRWPair.__le__" => "Return self<=value.",
5452 "_io.BufferedRWPair.__lt__" => "Return self<value.",
5453 "_io.BufferedRWPair.__ne__" => "Return self!=value.",
5454 "_io.BufferedRWPair.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5455 "_io.BufferedRWPair.__next__" => "Implement next(self).",
5456 "_io.BufferedRWPair.__reduce__" => "Helper for pickle.",
5457 "_io.BufferedRWPair.__reduce_ex__" => "Helper for pickle.",
5458 "_io.BufferedRWPair.__repr__" => "Return repr(self).",
5459 "_io.BufferedRWPair.__setattr__" => "Implement setattr(self, name, value).",
5460 "_io.BufferedRWPair.__sizeof__" => "Size of object in memory, in bytes.",
5461 "_io.BufferedRWPair.__str__" => "Return str(self).",
5462 "_io.BufferedRWPair.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5463 "_io.BufferedRWPair.detach" => "Disconnect this buffer from its underlying raw stream and return it.\n\nAfter the raw stream has been detached, the buffer is in an unusable\nstate.",
5464 "_io.BufferedRWPair.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5465 "_io.BufferedRWPair.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5466 "_io.BufferedRWPair.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5467 "_io.BufferedRWPair.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5468 "_io.BufferedRWPair.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5469 "_io.BufferedRWPair.tell" => "Return current stream position.",
5470 "_io.BufferedRWPair.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5471 "_io.BufferedRWPair.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5472 "_io.BufferedRandom" => "A buffered interface to random access streams.\n\nThe constructor creates a reader and writer for a seekable stream,\nraw, given in the first argument. If the buffer_size is omitted it\ndefaults to DEFAULT_BUFFER_SIZE.",
5473 "_io.BufferedRandom.__del__" => "Called when the instance is about to be destroyed.",
5474 "_io.BufferedRandom.__delattr__" => "Implement delattr(self, name).",
5475 "_io.BufferedRandom.__eq__" => "Return self==value.",
5476 "_io.BufferedRandom.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5477 "_io.BufferedRandom.__ge__" => "Return self>=value.",
5478 "_io.BufferedRandom.__getattribute__" => "Return getattr(self, name).",
5479 "_io.BufferedRandom.__gt__" => "Return self>value.",
5480 "_io.BufferedRandom.__hash__" => "Return hash(self).",
5481 "_io.BufferedRandom.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5482 "_io.BufferedRandom.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5483 "_io.BufferedRandom.__iter__" => "Implement iter(self).",
5484 "_io.BufferedRandom.__le__" => "Return self<=value.",
5485 "_io.BufferedRandom.__lt__" => "Return self<value.",
5486 "_io.BufferedRandom.__ne__" => "Return self!=value.",
5487 "_io.BufferedRandom.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5488 "_io.BufferedRandom.__next__" => "Implement next(self).",
5489 "_io.BufferedRandom.__reduce__" => "Helper for pickle.",
5490 "_io.BufferedRandom.__reduce_ex__" => "Helper for pickle.",
5491 "_io.BufferedRandom.__repr__" => "Return repr(self).",
5492 "_io.BufferedRandom.__setattr__" => "Implement setattr(self, name, value).",
5493 "_io.BufferedRandom.__str__" => "Return str(self).",
5494 "_io.BufferedRandom.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5495 "_io.BufferedRandom.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5496 "_io.BufferedRandom.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5497 "_io.BufferedReader" => "Create a new buffered reader using the given readable raw IO object.",
5498 "_io.BufferedReader.__del__" => "Called when the instance is about to be destroyed.",
5499 "_io.BufferedReader.__delattr__" => "Implement delattr(self, name).",
5500 "_io.BufferedReader.__eq__" => "Return self==value.",
5501 "_io.BufferedReader.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5502 "_io.BufferedReader.__ge__" => "Return self>=value.",
5503 "_io.BufferedReader.__getattribute__" => "Return getattr(self, name).",
5504 "_io.BufferedReader.__gt__" => "Return self>value.",
5505 "_io.BufferedReader.__hash__" => "Return hash(self).",
5506 "_io.BufferedReader.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5507 "_io.BufferedReader.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5508 "_io.BufferedReader.__iter__" => "Implement iter(self).",
5509 "_io.BufferedReader.__le__" => "Return self<=value.",
5510 "_io.BufferedReader.__lt__" => "Return self<value.",
5511 "_io.BufferedReader.__ne__" => "Return self!=value.",
5512 "_io.BufferedReader.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5513 "_io.BufferedReader.__next__" => "Implement next(self).",
5514 "_io.BufferedReader.__reduce__" => "Helper for pickle.",
5515 "_io.BufferedReader.__reduce_ex__" => "Helper for pickle.",
5516 "_io.BufferedReader.__repr__" => "Return repr(self).",
5517 "_io.BufferedReader.__setattr__" => "Implement setattr(self, name, value).",
5518 "_io.BufferedReader.__str__" => "Return str(self).",
5519 "_io.BufferedReader.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5520 "_io.BufferedReader.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5521 "_io.BufferedReader.writable" => "Return whether object was opened for writing.\n\nIf False, write() will raise OSError.",
5522 "_io.BufferedReader.write" => "Write buffer b to the IO stream.\n\nReturn the number of bytes written, which is always\nthe length of b in bytes.\n\nRaise BlockingIOError if the buffer is full and the\nunderlying raw stream cannot accept more data at the moment.",
5523 "_io.BufferedReader.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5524 "_io.BufferedWriter" => "A buffer for a writeable sequential RawIO object.\n\nThe constructor creates a BufferedWriter for the given writeable raw\nstream. If the buffer_size is not given, it defaults to\nDEFAULT_BUFFER_SIZE.",
5525 "_io.BufferedWriter.__del__" => "Called when the instance is about to be destroyed.",
5526 "_io.BufferedWriter.__delattr__" => "Implement delattr(self, name).",
5527 "_io.BufferedWriter.__eq__" => "Return self==value.",
5528 "_io.BufferedWriter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5529 "_io.BufferedWriter.__ge__" => "Return self>=value.",
5530 "_io.BufferedWriter.__getattribute__" => "Return getattr(self, name).",
5531 "_io.BufferedWriter.__gt__" => "Return self>value.",
5532 "_io.BufferedWriter.__hash__" => "Return hash(self).",
5533 "_io.BufferedWriter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5534 "_io.BufferedWriter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5535 "_io.BufferedWriter.__iter__" => "Implement iter(self).",
5536 "_io.BufferedWriter.__le__" => "Return self<=value.",
5537 "_io.BufferedWriter.__lt__" => "Return self<value.",
5538 "_io.BufferedWriter.__ne__" => "Return self!=value.",
5539 "_io.BufferedWriter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5540 "_io.BufferedWriter.__next__" => "Implement next(self).",
5541 "_io.BufferedWriter.__reduce__" => "Helper for pickle.",
5542 "_io.BufferedWriter.__reduce_ex__" => "Helper for pickle.",
5543 "_io.BufferedWriter.__repr__" => "Return repr(self).",
5544 "_io.BufferedWriter.__setattr__" => "Implement setattr(self, name, value).",
5545 "_io.BufferedWriter.__str__" => "Return str(self).",
5546 "_io.BufferedWriter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5547 "_io.BufferedWriter.read" => "Read and return up to n bytes.\n\nIf the size argument is omitted, None, or negative, read and\nreturn all data until EOF.\n\nIf the size argument is positive, and the underlying raw stream is\nnot 'interactive', multiple raw reads may be issued to satisfy\nthe byte count (unless EOF is reached first).\nHowever, for interactive raw streams (as well as sockets and pipes),\nat most one raw read will be issued, and a short result does not\nimply that EOF is imminent.\n\nReturn an empty bytes object on EOF.\n\nReturn None if the underlying raw stream was open in non-blocking\nmode and no data is available at the moment.",
5548 "_io.BufferedWriter.read1" => "Read and return up to size bytes, with at most one read() call to the underlying raw stream.\n\nReturn an empty bytes object on EOF.\nA short result does not imply that EOF is imminent.",
5549 "_io.BufferedWriter.readable" => "Return whether object was opened for reading.\n\nIf False, read() will raise OSError.",
5550 "_io.BufferedWriter.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5551 "_io.BufferedWriter.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5552 "_io.BufferedWriter.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5553 "_io.BytesIO" => "Buffered I/O implementation using an in-memory bytes buffer.",
5554 "_io.BytesIO.__del__" => "Called when the instance is about to be destroyed.",
5555 "_io.BytesIO.__delattr__" => "Implement delattr(self, name).",
5556 "_io.BytesIO.__eq__" => "Return self==value.",
5557 "_io.BytesIO.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5558 "_io.BytesIO.__ge__" => "Return self>=value.",
5559 "_io.BytesIO.__getattribute__" => "Return getattr(self, name).",
5560 "_io.BytesIO.__gt__" => "Return self>value.",
5561 "_io.BytesIO.__hash__" => "Return hash(self).",
5562 "_io.BytesIO.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5563 "_io.BytesIO.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5564 "_io.BytesIO.__iter__" => "Implement iter(self).",
5565 "_io.BytesIO.__le__" => "Return self<=value.",
5566 "_io.BytesIO.__lt__" => "Return self<value.",
5567 "_io.BytesIO.__ne__" => "Return self!=value.",
5568 "_io.BytesIO.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5569 "_io.BytesIO.__next__" => "Implement next(self).",
5570 "_io.BytesIO.__reduce__" => "Helper for pickle.",
5571 "_io.BytesIO.__reduce_ex__" => "Helper for pickle.",
5572 "_io.BytesIO.__repr__" => "Return repr(self).",
5573 "_io.BytesIO.__setattr__" => "Implement setattr(self, name, value).",
5574 "_io.BytesIO.__str__" => "Return str(self).",
5575 "_io.BytesIO.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5576 "_io.BytesIO.close" => "Disable all I/O operations.",
5577 "_io.BytesIO.closed" => "True if the file is closed.",
5578 "_io.BytesIO.detach" => "Disconnect this buffer from its underlying raw stream and return it.\n\nAfter the raw stream has been detached, the buffer is in an unusable\nstate.",
5579 "_io.BytesIO.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5580 "_io.BytesIO.flush" => "Does nothing.",
5581 "_io.BytesIO.getbuffer" => "Get a read-write view over the contents of the BytesIO object.",
5582 "_io.BytesIO.getvalue" => "Retrieve the entire contents of the BytesIO object.",
5583 "_io.BytesIO.isatty" => "Always returns False.\n\nBytesIO objects are not connected to a TTY-like device.",
5584 "_io.BytesIO.read" => "Read at most size bytes, returned as a bytes object.\n\nIf the size argument is negative, read until EOF is reached.\nReturn an empty bytes object at EOF.",
5585 "_io.BytesIO.read1" => "Read at most size bytes, returned as a bytes object.\n\nIf the size argument is negative or omitted, read until EOF is reached.\nReturn an empty bytes object at EOF.",
5586 "_io.BytesIO.readable" => "Returns True if the IO object can be read.",
5587 "_io.BytesIO.readinto" => "Read bytes into buffer.\n\nReturns number of bytes read (0 for EOF), or None if the object\nis set not to block and has no data to read.",
5588 "_io.BytesIO.readline" => "Next line from the file, as a bytes object.\n\nRetain newline. A non-negative size argument limits the maximum\nnumber of bytes to return (an incomplete line may be returned then).\nReturn an empty bytes object at EOF.",
5589 "_io.BytesIO.readlines" => "List of bytes objects, each a line from the file.\n\nCall readline() repeatedly and return a list of the lines so read.\nThe optional size argument, if given, is an approximate bound on the\ntotal number of bytes in the lines returned.",
5590 "_io.BytesIO.seek" => "Change stream position.\n\nSeek to byte offset pos relative to position indicated by whence:\n 0 Start of stream (the default). pos should be >= 0;\n 1 Current position - pos may be negative;\n 2 End of stream - pos usually negative.\nReturns the new absolute position.",
5591 "_io.BytesIO.seekable" => "Returns True if the IO object can be seeked.",
5592 "_io.BytesIO.tell" => "Current file position, an integer.",
5593 "_io.BytesIO.truncate" => "Truncate the file to at most size bytes.\n\nSize defaults to the current file position, as returned by tell().\nThe current file position is unchanged. Returns the new size.",
5594 "_io.BytesIO.writable" => "Returns True if the IO object can be written.",
5595 "_io.BytesIO.write" => "Write bytes to file.\n\nReturn the number of bytes written.",
5596 "_io.BytesIO.writelines" => "Write lines to the file.\n\nNote that newlines are not added. lines can be any iterable object\nproducing bytes-like objects. This is equivalent to calling write() for\neach element.",
5597 "_io.FileIO" => "Open a file.\n\nThe mode can be 'r' (default), 'w', 'x' or 'a' for reading,\nwriting, exclusive creation or appending. The file will be created if it\ndoesn't exist when opened for writing or appending; it will be truncated\nwhen opened for writing. A FileExistsError will be raised if it already\nexists when opened for creating. Opening a file for creating implies\nwriting so this mode behaves in a similar way to 'w'.Add a '+' to the mode\nto allow simultaneous reading and writing. A custom opener can be used by\npassing a callable as *opener*. The underlying file descriptor for the file\nobject is then obtained by calling opener with (*name*, *flags*).\n*opener* must return an open file descriptor (passing os.open as *opener*\nresults in functionality similar to passing None).",
5598 "_io.FileIO.__del__" => "Called when the instance is about to be destroyed.",
5599 "_io.FileIO.__delattr__" => "Implement delattr(self, name).",
5600 "_io.FileIO.__eq__" => "Return self==value.",
5601 "_io.FileIO.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5602 "_io.FileIO.__ge__" => "Return self>=value.",
5603 "_io.FileIO.__getattribute__" => "Return getattr(self, name).",
5604 "_io.FileIO.__gt__" => "Return self>value.",
5605 "_io.FileIO.__hash__" => "Return hash(self).",
5606 "_io.FileIO.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5607 "_io.FileIO.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5608 "_io.FileIO.__iter__" => "Implement iter(self).",
5609 "_io.FileIO.__le__" => "Return self<=value.",
5610 "_io.FileIO.__lt__" => "Return self<value.",
5611 "_io.FileIO.__ne__" => "Return self!=value.",
5612 "_io.FileIO.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5613 "_io.FileIO.__next__" => "Implement next(self).",
5614 "_io.FileIO.__reduce__" => "Helper for pickle.",
5615 "_io.FileIO.__reduce_ex__" => "Helper for pickle.",
5616 "_io.FileIO.__repr__" => "Return repr(self).",
5617 "_io.FileIO.__setattr__" => "Implement setattr(self, name, value).",
5618 "_io.FileIO.__sizeof__" => "Size of object in memory, in bytes.",
5619 "_io.FileIO.__str__" => "Return str(self).",
5620 "_io.FileIO.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5621 "_io.FileIO._blksize" => "Stat st_blksize if available",
5622 "_io.FileIO.close" => "Close the file.\n\nA closed file cannot be used for further I/O operations. close() may be\ncalled more than once without error.",
5623 "_io.FileIO.closed" => "True if the file is closed",
5624 "_io.FileIO.closefd" => "True if the file descriptor will be closed by close().",
5625 "_io.FileIO.fileno" => "Return the underlying file descriptor (an integer).",
5626 "_io.FileIO.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5627 "_io.FileIO.isatty" => "True if the file is connected to a TTY device.",
5628 "_io.FileIO.mode" => "String giving the file mode",
5629 "_io.FileIO.read" => "Read at most size bytes, returned as bytes.\n\nIf size is less than 0, read all bytes in the file making multiple read calls.\nSee ``FileIO.readall``.\n\nAttempts to make only one system call, retrying only per PEP 475 (EINTR). This\nmeans less data may be returned than requested.\n\nIn non-blocking mode, returns None if no data is available. Return an empty\nbytes object at EOF.",
5630 "_io.FileIO.readable" => "True if file was opened in a read mode.",
5631 "_io.FileIO.readall" => "Read all data from the file, returned as bytes.\n\nReads until either there is an error or read() returns size 0 (indicates EOF).\nIf the file is already at EOF, returns an empty bytes object.\n\nIn non-blocking mode, returns as much data as could be read before EAGAIN. If no\ndata is available (EAGAIN is returned before bytes are read) returns None.",
5632 "_io.FileIO.readinto" => "Same as RawIOBase.readinto().",
5633 "_io.FileIO.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5634 "_io.FileIO.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5635 "_io.FileIO.seek" => "Move to new file position and return the file position.\n\nArgument offset is a byte count. Optional argument whence defaults to\nSEEK_SET or 0 (offset from start of file, offset should be >= 0); other values\nare SEEK_CUR or 1 (move relative to current position, positive or negative),\nand SEEK_END or 2 (move relative to end of file, usually negative, although\nmany platforms allow seeking beyond the end of a file).\n\nNote that not all file objects are seekable.",
5636 "_io.FileIO.seekable" => "True if file supports random-access.",
5637 "_io.FileIO.tell" => "Current file position.\n\nCan raise OSError for non seekable files.",
5638 "_io.FileIO.truncate" => "Truncate the file to at most size bytes and return the truncated size.\n\nSize defaults to the current file position, as returned by tell().\nThe current file position is changed to the value of size.",
5639 "_io.FileIO.writable" => "True if file was opened in a write mode.",
5640 "_io.FileIO.write" => "Write buffer b to file, return number of bytes written.\n\nOnly makes one system call, so not all of the data may be written.\nThe number of bytes actually written is returned. In non-blocking mode,\nreturns None if the write would block.",
5641 "_io.FileIO.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5642 "_io.IncrementalNewlineDecoder" => "Codec used when reading a file in universal newlines mode.\n\nIt wraps another incremental decoder, translating \\r\\n and \\r into \\n.\nIt also records the types of newlines encountered. When used with\ntranslate=False, it ensures that the newline sequence is returned in\none piece. When used with decoder=None, it expects unicode strings as\ndecode input and translates newlines without first invoking an external\ndecoder.",
5643 "_io.IncrementalNewlineDecoder.__delattr__" => "Implement delattr(self, name).",
5644 "_io.IncrementalNewlineDecoder.__eq__" => "Return self==value.",
5645 "_io.IncrementalNewlineDecoder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5646 "_io.IncrementalNewlineDecoder.__ge__" => "Return self>=value.",
5647 "_io.IncrementalNewlineDecoder.__getattribute__" => "Return getattr(self, name).",
5648 "_io.IncrementalNewlineDecoder.__getstate__" => "Helper for pickle.",
5649 "_io.IncrementalNewlineDecoder.__gt__" => "Return self>value.",
5650 "_io.IncrementalNewlineDecoder.__hash__" => "Return hash(self).",
5651 "_io.IncrementalNewlineDecoder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5652 "_io.IncrementalNewlineDecoder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5653 "_io.IncrementalNewlineDecoder.__le__" => "Return self<=value.",
5654 "_io.IncrementalNewlineDecoder.__lt__" => "Return self<value.",
5655 "_io.IncrementalNewlineDecoder.__ne__" => "Return self!=value.",
5656 "_io.IncrementalNewlineDecoder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5657 "_io.IncrementalNewlineDecoder.__reduce__" => "Helper for pickle.",
5658 "_io.IncrementalNewlineDecoder.__reduce_ex__" => "Helper for pickle.",
5659 "_io.IncrementalNewlineDecoder.__repr__" => "Return repr(self).",
5660 "_io.IncrementalNewlineDecoder.__setattr__" => "Implement setattr(self, name, value).",
5661 "_io.IncrementalNewlineDecoder.__sizeof__" => "Size of object in memory, in bytes.",
5662 "_io.IncrementalNewlineDecoder.__str__" => "Return str(self).",
5663 "_io.IncrementalNewlineDecoder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5664 "_io.StringIO" => "Text I/O implementation using an in-memory buffer.\n\nThe initial_value argument sets the value of object. The newline\nargument is like the one of TextIOWrapper's constructor.",
5665 "_io.StringIO.__del__" => "Called when the instance is about to be destroyed.",
5666 "_io.StringIO.__delattr__" => "Implement delattr(self, name).",
5667 "_io.StringIO.__eq__" => "Return self==value.",
5668 "_io.StringIO.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5669 "_io.StringIO.__ge__" => "Return self>=value.",
5670 "_io.StringIO.__getattribute__" => "Return getattr(self, name).",
5671 "_io.StringIO.__gt__" => "Return self>value.",
5672 "_io.StringIO.__hash__" => "Return hash(self).",
5673 "_io.StringIO.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5674 "_io.StringIO.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5675 "_io.StringIO.__iter__" => "Implement iter(self).",
5676 "_io.StringIO.__le__" => "Return self<=value.",
5677 "_io.StringIO.__lt__" => "Return self<value.",
5678 "_io.StringIO.__ne__" => "Return self!=value.",
5679 "_io.StringIO.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5680 "_io.StringIO.__next__" => "Implement next(self).",
5681 "_io.StringIO.__reduce__" => "Helper for pickle.",
5682 "_io.StringIO.__reduce_ex__" => "Helper for pickle.",
5683 "_io.StringIO.__repr__" => "Return repr(self).",
5684 "_io.StringIO.__setattr__" => "Implement setattr(self, name, value).",
5685 "_io.StringIO.__sizeof__" => "Size of object in memory, in bytes.",
5686 "_io.StringIO.__str__" => "Return str(self).",
5687 "_io.StringIO.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5688 "_io.StringIO.close" => "Close the IO object.\n\nAttempting any further operation after the object is closed\nwill raise a ValueError.\n\nThis method has no effect if the file is already closed.",
5689 "_io.StringIO.detach" => "Separate the underlying buffer from the TextIOBase and return it.\n\nAfter the underlying buffer has been detached, the TextIO is in an unusable state.",
5690 "_io.StringIO.encoding" => "Encoding of the text stream.\n\nSubclasses should override.",
5691 "_io.StringIO.errors" => "The error setting of the decoder or encoder.\n\nSubclasses should override.",
5692 "_io.StringIO.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5693 "_io.StringIO.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5694 "_io.StringIO.getvalue" => "Retrieve the entire contents of the object.",
5695 "_io.StringIO.isatty" => "Return whether this is an 'interactive' stream.\n\nReturn False if it can't be determined.",
5696 "_io.StringIO.read" => "Read at most size characters, returned as a string.\n\nIf the argument is negative or omitted, read until EOF\nis reached. Return an empty string at EOF.",
5697 "_io.StringIO.readable" => "Returns True if the IO object can be read.",
5698 "_io.StringIO.readline" => "Read until newline or EOF.\n\nReturns an empty string if EOF is hit immediately.",
5699 "_io.StringIO.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5700 "_io.StringIO.seek" => "Change stream position.\n\nSeek to character offset pos relative to position indicated by whence:\n 0 Start of stream (the default). pos should be >= 0;\n 1 Current position - pos must be 0;\n 2 End of stream - pos must be 0.\nReturns the new absolute position.",
5701 "_io.StringIO.seekable" => "Returns True if the IO object can be seeked.",
5702 "_io.StringIO.tell" => "Tell the current file position.",
5703 "_io.StringIO.truncate" => "Truncate size to pos.\n\nThe pos argument defaults to the current file position, as\nreturned by tell(). The current file position is unchanged.\nReturns the new absolute position.",
5704 "_io.StringIO.writable" => "Returns True if the IO object can be written.",
5705 "_io.StringIO.write" => "Write string to file.\n\nReturns the number of characters written, which is always equal to\nthe length of the string.",
5706 "_io.StringIO.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5707 "_io.TextIOWrapper" => "Character and line based layer over a BufferedIOBase object, buffer.\n\nencoding gives the name of the encoding that the stream will be\ndecoded or encoded with. It defaults to locale.getencoding().\n\nerrors determines the strictness of encoding and decoding (see\nhelp(codecs.Codec) or the documentation for codecs.register) and\ndefaults to \"strict\".\n\nnewline controls how line endings are handled. It can be None, '',\n'\\n', '\\r', and '\\r\\n'. It works as follows:\n\n* On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\\n', '\\r', or '\\r\\n', and\n these are translated into '\\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n* On output, if newline is None, any '\\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\\n', no translation takes place. If newline is any\n of the other legal values, any '\\n' characters written are translated\n to the given string.\n\nIf line_buffering is True, a call to flush is implied when a call to\nwrite contains a newline character.",
5708 "_io.TextIOWrapper.__del__" => "Called when the instance is about to be destroyed.",
5709 "_io.TextIOWrapper.__delattr__" => "Implement delattr(self, name).",
5710 "_io.TextIOWrapper.__eq__" => "Return self==value.",
5711 "_io.TextIOWrapper.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5712 "_io.TextIOWrapper.__ge__" => "Return self>=value.",
5713 "_io.TextIOWrapper.__getattribute__" => "Return getattr(self, name).",
5714 "_io.TextIOWrapper.__gt__" => "Return self>value.",
5715 "_io.TextIOWrapper.__hash__" => "Return hash(self).",
5716 "_io.TextIOWrapper.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5717 "_io.TextIOWrapper.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5718 "_io.TextIOWrapper.__iter__" => "Implement iter(self).",
5719 "_io.TextIOWrapper.__le__" => "Return self<=value.",
5720 "_io.TextIOWrapper.__lt__" => "Return self<value.",
5721 "_io.TextIOWrapper.__ne__" => "Return self!=value.",
5722 "_io.TextIOWrapper.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5723 "_io.TextIOWrapper.__next__" => "Implement next(self).",
5724 "_io.TextIOWrapper.__reduce__" => "Helper for pickle.",
5725 "_io.TextIOWrapper.__reduce_ex__" => "Helper for pickle.",
5726 "_io.TextIOWrapper.__repr__" => "Return repr(self).",
5727 "_io.TextIOWrapper.__setattr__" => "Implement setattr(self, name, value).",
5728 "_io.TextIOWrapper.__sizeof__" => "Size of object in memory, in bytes.",
5729 "_io.TextIOWrapper.__str__" => "Return str(self).",
5730 "_io.TextIOWrapper.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5731 "_io.TextIOWrapper.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5732 "_io.TextIOWrapper.reconfigure" => "Reconfigure the text stream with new parameters.\n\nThis also does an implicit stream flush.",
5733 "_io.TextIOWrapper.seek" => "Set the stream position, and return the new stream position.\n\n cookie\n Zero or an opaque number returned by tell().\n whence\n The relative position to seek from.\n\nFour operations are supported, given by the following argument\ncombinations:\n\n- seek(0, SEEK_SET): Rewind to the start of the stream.\n- seek(cookie, SEEK_SET): Restore a previous position;\n 'cookie' must be a number returned by tell().\n- seek(0, SEEK_END): Fast-forward to the end of the stream.\n- seek(0, SEEK_CUR): Leave the current stream position unchanged.\n\nAny other argument combinations are invalid,\nand may raise exceptions.",
5734 "_io.TextIOWrapper.tell" => "Return the stream position as an opaque number.\n\nThe return value of tell() can be given as input to seek(), to restore a\nprevious stream position.",
5735 "_io.TextIOWrapper.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5736 "_io.UnsupportedOperation.__delattr__" => "Implement delattr(self, name).",
5737 "_io.UnsupportedOperation.__eq__" => "Return self==value.",
5738 "_io.UnsupportedOperation.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5739 "_io.UnsupportedOperation.__ge__" => "Return self>=value.",
5740 "_io.UnsupportedOperation.__getattribute__" => "Return getattr(self, name).",
5741 "_io.UnsupportedOperation.__getstate__" => "Helper for pickle.",
5742 "_io.UnsupportedOperation.__gt__" => "Return self>value.",
5743 "_io.UnsupportedOperation.__hash__" => "Return hash(self).",
5744 "_io.UnsupportedOperation.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5745 "_io.UnsupportedOperation.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5746 "_io.UnsupportedOperation.__le__" => "Return self<=value.",
5747 "_io.UnsupportedOperation.__lt__" => "Return self<value.",
5748 "_io.UnsupportedOperation.__ne__" => "Return self!=value.",
5749 "_io.UnsupportedOperation.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5750 "_io.UnsupportedOperation.__reduce_ex__" => "Helper for pickle.",
5751 "_io.UnsupportedOperation.__repr__" => "Return repr(self).",
5752 "_io.UnsupportedOperation.__setattr__" => "Implement setattr(self, name, value).",
5753 "_io.UnsupportedOperation.__sizeof__" => "Size of object in memory, in bytes.",
5754 "_io.UnsupportedOperation.__str__" => "Return str(self).",
5755 "_io.UnsupportedOperation.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5756 "_io.UnsupportedOperation.__weakref__" => "list of weak references to the object",
5757 "_io.UnsupportedOperation.add_note" => "Add a note to the exception",
5758 "_io.UnsupportedOperation.errno" => "POSIX exception code",
5759 "_io.UnsupportedOperation.filename" => "exception filename",
5760 "_io.UnsupportedOperation.filename2" => "second exception filename",
5761 "_io.UnsupportedOperation.strerror" => "exception strerror",
5762 "_io.UnsupportedOperation.winerror" => "Win32 exception code",
5763 "_io.UnsupportedOperation.with_traceback" => "Set self.__traceback__ to tb and return self.",
5764 "_io._BufferedIOBase" => "Base class for buffered IO objects.\n\nThe main difference with RawIOBase is that the read() method\nsupports omitting the size argument, and does not have a default\nimplementation that defers to readinto().\n\nIn addition, read(), readinto() and write() may raise\nBlockingIOError if the underlying raw stream is in non-blocking\nmode and not ready; unlike their raw counterparts, they will never\nreturn None.\n\nA typical implementation should not inherit from a RawIOBase\nimplementation, but wrap one.",
5765 "_io._BufferedIOBase.__del__" => "Called when the instance is about to be destroyed.",
5766 "_io._BufferedIOBase.__delattr__" => "Implement delattr(self, name).",
5767 "_io._BufferedIOBase.__eq__" => "Return self==value.",
5768 "_io._BufferedIOBase.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5769 "_io._BufferedIOBase.__ge__" => "Return self>=value.",
5770 "_io._BufferedIOBase.__getattribute__" => "Return getattr(self, name).",
5771 "_io._BufferedIOBase.__getstate__" => "Helper for pickle.",
5772 "_io._BufferedIOBase.__gt__" => "Return self>value.",
5773 "_io._BufferedIOBase.__hash__" => "Return hash(self).",
5774 "_io._BufferedIOBase.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5775 "_io._BufferedIOBase.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5776 "_io._BufferedIOBase.__iter__" => "Implement iter(self).",
5777 "_io._BufferedIOBase.__le__" => "Return self<=value.",
5778 "_io._BufferedIOBase.__lt__" => "Return self<value.",
5779 "_io._BufferedIOBase.__ne__" => "Return self!=value.",
5780 "_io._BufferedIOBase.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5781 "_io._BufferedIOBase.__next__" => "Implement next(self).",
5782 "_io._BufferedIOBase.__reduce__" => "Helper for pickle.",
5783 "_io._BufferedIOBase.__reduce_ex__" => "Helper for pickle.",
5784 "_io._BufferedIOBase.__repr__" => "Return repr(self).",
5785 "_io._BufferedIOBase.__setattr__" => "Implement setattr(self, name, value).",
5786 "_io._BufferedIOBase.__sizeof__" => "Size of object in memory, in bytes.",
5787 "_io._BufferedIOBase.__str__" => "Return str(self).",
5788 "_io._BufferedIOBase.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5789 "_io._BufferedIOBase.close" => "Flush and close the IO object.\n\nThis method has no effect if the file is already closed.",
5790 "_io._BufferedIOBase.detach" => "Disconnect this buffer from its underlying raw stream and return it.\n\nAfter the raw stream has been detached, the buffer is in an unusable\nstate.",
5791 "_io._BufferedIOBase.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5792 "_io._BufferedIOBase.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5793 "_io._BufferedIOBase.isatty" => "Return whether this is an 'interactive' stream.\n\nReturn False if it can't be determined.",
5794 "_io._BufferedIOBase.read" => "Read and return up to n bytes.\n\nIf the size argument is omitted, None, or negative, read and\nreturn all data until EOF.\n\nIf the size argument is positive, and the underlying raw stream is\nnot 'interactive', multiple raw reads may be issued to satisfy\nthe byte count (unless EOF is reached first).\nHowever, for interactive raw streams (as well as sockets and pipes),\nat most one raw read will be issued, and a short result does not\nimply that EOF is imminent.\n\nReturn an empty bytes object on EOF.\n\nReturn None if the underlying raw stream was open in non-blocking\nmode and no data is available at the moment.",
5795 "_io._BufferedIOBase.read1" => "Read and return up to size bytes, with at most one read() call to the underlying raw stream.\n\nReturn an empty bytes object on EOF.\nA short result does not imply that EOF is imminent.",
5796 "_io._BufferedIOBase.readable" => "Return whether object was opened for reading.\n\nIf False, read() will raise OSError.",
5797 "_io._BufferedIOBase.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5798 "_io._BufferedIOBase.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5799 "_io._BufferedIOBase.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5800 "_io._BufferedIOBase.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5801 "_io._BufferedIOBase.tell" => "Return current stream position.",
5802 "_io._BufferedIOBase.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5803 "_io._BufferedIOBase.writable" => "Return whether object was opened for writing.\n\nIf False, write() will raise OSError.",
5804 "_io._BufferedIOBase.write" => "Write buffer b to the IO stream.\n\nReturn the number of bytes written, which is always\nthe length of b in bytes.\n\nRaise BlockingIOError if the buffer is full and the\nunderlying raw stream cannot accept more data at the moment.",
5805 "_io._BufferedIOBase.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5806 "_io._BytesIOBuffer.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
5807 "_io._BytesIOBuffer.__delattr__" => "Implement delattr(self, name).",
5808 "_io._BytesIOBuffer.__eq__" => "Return self==value.",
5809 "_io._BytesIOBuffer.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5810 "_io._BytesIOBuffer.__ge__" => "Return self>=value.",
5811 "_io._BytesIOBuffer.__getattribute__" => "Return getattr(self, name).",
5812 "_io._BytesIOBuffer.__getstate__" => "Helper for pickle.",
5813 "_io._BytesIOBuffer.__gt__" => "Return self>value.",
5814 "_io._BytesIOBuffer.__hash__" => "Return hash(self).",
5815 "_io._BytesIOBuffer.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5816 "_io._BytesIOBuffer.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5817 "_io._BytesIOBuffer.__le__" => "Return self<=value.",
5818 "_io._BytesIOBuffer.__lt__" => "Return self<value.",
5819 "_io._BytesIOBuffer.__ne__" => "Return self!=value.",
5820 "_io._BytesIOBuffer.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5821 "_io._BytesIOBuffer.__reduce__" => "Helper for pickle.",
5822 "_io._BytesIOBuffer.__reduce_ex__" => "Helper for pickle.",
5823 "_io._BytesIOBuffer.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
5824 "_io._BytesIOBuffer.__repr__" => "Return repr(self).",
5825 "_io._BytesIOBuffer.__setattr__" => "Implement setattr(self, name, value).",
5826 "_io._BytesIOBuffer.__sizeof__" => "Size of object in memory, in bytes.",
5827 "_io._BytesIOBuffer.__str__" => "Return str(self).",
5828 "_io._BytesIOBuffer.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5829 "_io._IOBase" => "The abstract base class for all I/O classes.\n\nThis class provides dummy implementations for many methods that\nderived classes can override selectively; the default implementations\nrepresent a file that cannot be read, written or seeked.\n\nEven though IOBase does not declare read, readinto, or write because\ntheir signatures will vary, implementations and clients should\nconsider those methods part of the interface. Also, implementations\nmay raise UnsupportedOperation when operations they do not support are\ncalled.\n\nThe basic type used for binary data read from or written to a file is\nbytes. Other bytes-like objects are accepted as method arguments too.\nIn some cases (such as readinto), a writable object is required. Text\nI/O classes work with str data.\n\nNote that calling any method (except additional calls to close(),\nwhich are ignored) on a closed stream should raise a ValueError.\n\nIOBase (and its subclasses) support the iterator protocol, meaning\nthat an IOBase object can be iterated over yielding the lines in a\nstream.\n\nIOBase also supports the :keyword:`with` statement. In this example,\nfp is closed after the suite of the with statement is complete:\n\nwith open('spam.txt', 'r') as fp:\n fp.write('Spam and eggs!')",
5830 "_io._IOBase.__del__" => "Called when the instance is about to be destroyed.",
5831 "_io._IOBase.__delattr__" => "Implement delattr(self, name).",
5832 "_io._IOBase.__eq__" => "Return self==value.",
5833 "_io._IOBase.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5834 "_io._IOBase.__ge__" => "Return self>=value.",
5835 "_io._IOBase.__getattribute__" => "Return getattr(self, name).",
5836 "_io._IOBase.__getstate__" => "Helper for pickle.",
5837 "_io._IOBase.__gt__" => "Return self>value.",
5838 "_io._IOBase.__hash__" => "Return hash(self).",
5839 "_io._IOBase.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5840 "_io._IOBase.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5841 "_io._IOBase.__iter__" => "Implement iter(self).",
5842 "_io._IOBase.__le__" => "Return self<=value.",
5843 "_io._IOBase.__lt__" => "Return self<value.",
5844 "_io._IOBase.__ne__" => "Return self!=value.",
5845 "_io._IOBase.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5846 "_io._IOBase.__next__" => "Implement next(self).",
5847 "_io._IOBase.__reduce__" => "Helper for pickle.",
5848 "_io._IOBase.__reduce_ex__" => "Helper for pickle.",
5849 "_io._IOBase.__repr__" => "Return repr(self).",
5850 "_io._IOBase.__setattr__" => "Implement setattr(self, name, value).",
5851 "_io._IOBase.__sizeof__" => "Size of object in memory, in bytes.",
5852 "_io._IOBase.__str__" => "Return str(self).",
5853 "_io._IOBase.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5854 "_io._IOBase.close" => "Flush and close the IO object.\n\nThis method has no effect if the file is already closed.",
5855 "_io._IOBase.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5856 "_io._IOBase.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5857 "_io._IOBase.isatty" => "Return whether this is an 'interactive' stream.\n\nReturn False if it can't be determined.",
5858 "_io._IOBase.readable" => "Return whether object was opened for reading.\n\nIf False, read() will raise OSError.",
5859 "_io._IOBase.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5860 "_io._IOBase.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5861 "_io._IOBase.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5862 "_io._IOBase.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5863 "_io._IOBase.tell" => "Return current stream position.",
5864 "_io._IOBase.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5865 "_io._IOBase.writable" => "Return whether object was opened for writing.\n\nIf False, write() will raise OSError.",
5866 "_io._IOBase.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5867 "_io._RawIOBase" => "Base class for raw binary I/O.",
5868 "_io._RawIOBase.__del__" => "Called when the instance is about to be destroyed.",
5869 "_io._RawIOBase.__delattr__" => "Implement delattr(self, name).",
5870 "_io._RawIOBase.__eq__" => "Return self==value.",
5871 "_io._RawIOBase.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5872 "_io._RawIOBase.__ge__" => "Return self>=value.",
5873 "_io._RawIOBase.__getattribute__" => "Return getattr(self, name).",
5874 "_io._RawIOBase.__getstate__" => "Helper for pickle.",
5875 "_io._RawIOBase.__gt__" => "Return self>value.",
5876 "_io._RawIOBase.__hash__" => "Return hash(self).",
5877 "_io._RawIOBase.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5878 "_io._RawIOBase.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5879 "_io._RawIOBase.__iter__" => "Implement iter(self).",
5880 "_io._RawIOBase.__le__" => "Return self<=value.",
5881 "_io._RawIOBase.__lt__" => "Return self<value.",
5882 "_io._RawIOBase.__ne__" => "Return self!=value.",
5883 "_io._RawIOBase.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5884 "_io._RawIOBase.__next__" => "Implement next(self).",
5885 "_io._RawIOBase.__reduce__" => "Helper for pickle.",
5886 "_io._RawIOBase.__reduce_ex__" => "Helper for pickle.",
5887 "_io._RawIOBase.__repr__" => "Return repr(self).",
5888 "_io._RawIOBase.__setattr__" => "Implement setattr(self, name, value).",
5889 "_io._RawIOBase.__sizeof__" => "Size of object in memory, in bytes.",
5890 "_io._RawIOBase.__str__" => "Return str(self).",
5891 "_io._RawIOBase.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5892 "_io._RawIOBase.close" => "Flush and close the IO object.\n\nThis method has no effect if the file is already closed.",
5893 "_io._RawIOBase.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5894 "_io._RawIOBase.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5895 "_io._RawIOBase.isatty" => "Return whether this is an 'interactive' stream.\n\nReturn False if it can't be determined.",
5896 "_io._RawIOBase.readable" => "Return whether object was opened for reading.\n\nIf False, read() will raise OSError.",
5897 "_io._RawIOBase.readall" => "Read until EOF, using multiple read() call.",
5898 "_io._RawIOBase.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5899 "_io._RawIOBase.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5900 "_io._RawIOBase.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5901 "_io._RawIOBase.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5902 "_io._RawIOBase.tell" => "Return current stream position.",
5903 "_io._RawIOBase.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5904 "_io._RawIOBase.writable" => "Return whether object was opened for writing.\n\nIf False, write() will raise OSError.",
5905 "_io._RawIOBase.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5906 "_io._TextIOBase" => "Base class for text I/O.\n\nThis class provides a character and line based interface to stream\nI/O. There is no readinto method because Python's character strings\nare immutable.",
5907 "_io._TextIOBase.__del__" => "Called when the instance is about to be destroyed.",
5908 "_io._TextIOBase.__delattr__" => "Implement delattr(self, name).",
5909 "_io._TextIOBase.__eq__" => "Return self==value.",
5910 "_io._TextIOBase.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5911 "_io._TextIOBase.__ge__" => "Return self>=value.",
5912 "_io._TextIOBase.__getattribute__" => "Return getattr(self, name).",
5913 "_io._TextIOBase.__getstate__" => "Helper for pickle.",
5914 "_io._TextIOBase.__gt__" => "Return self>value.",
5915 "_io._TextIOBase.__hash__" => "Return hash(self).",
5916 "_io._TextIOBase.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5917 "_io._TextIOBase.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5918 "_io._TextIOBase.__iter__" => "Implement iter(self).",
5919 "_io._TextIOBase.__le__" => "Return self<=value.",
5920 "_io._TextIOBase.__lt__" => "Return self<value.",
5921 "_io._TextIOBase.__ne__" => "Return self!=value.",
5922 "_io._TextIOBase.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5923 "_io._TextIOBase.__next__" => "Implement next(self).",
5924 "_io._TextIOBase.__reduce__" => "Helper for pickle.",
5925 "_io._TextIOBase.__reduce_ex__" => "Helper for pickle.",
5926 "_io._TextIOBase.__repr__" => "Return repr(self).",
5927 "_io._TextIOBase.__setattr__" => "Implement setattr(self, name, value).",
5928 "_io._TextIOBase.__sizeof__" => "Size of object in memory, in bytes.",
5929 "_io._TextIOBase.__str__" => "Return str(self).",
5930 "_io._TextIOBase.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5931 "_io._TextIOBase.close" => "Flush and close the IO object.\n\nThis method has no effect if the file is already closed.",
5932 "_io._TextIOBase.detach" => "Separate the underlying buffer from the TextIOBase and return it.\n\nAfter the underlying buffer has been detached, the TextIO is in an unusable state.",
5933 "_io._TextIOBase.encoding" => "Encoding of the text stream.\n\nSubclasses should override.",
5934 "_io._TextIOBase.errors" => "The error setting of the decoder or encoder.\n\nSubclasses should override.",
5935 "_io._TextIOBase.fileno" => "Return underlying file descriptor if one exists.\n\nRaise OSError if the IO object does not use a file descriptor.",
5936 "_io._TextIOBase.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5937 "_io._TextIOBase.isatty" => "Return whether this is an 'interactive' stream.\n\nReturn False if it can't be determined.",
5938 "_io._TextIOBase.newlines" => "Line endings translated so far.\n\nOnly line endings translated during reading are considered.\n\nSubclasses should override.",
5939 "_io._TextIOBase.read" => "Read at most size characters from stream.\n\nRead from underlying buffer until we have size characters or we hit EOF.\nIf size is negative or omitted, read until EOF.",
5940 "_io._TextIOBase.readable" => "Return whether object was opened for reading.\n\nIf False, read() will raise OSError.",
5941 "_io._TextIOBase.readline" => "Read until newline or EOF.\n\nReturn an empty string if EOF is hit immediately.\nIf size is specified, at most size characters will be read.",
5942 "_io._TextIOBase.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5943 "_io._TextIOBase.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5944 "_io._TextIOBase.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5945 "_io._TextIOBase.tell" => "Return current stream position.",
5946 "_io._TextIOBase.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5947 "_io._TextIOBase.writable" => "Return whether object was opened for writing.\n\nIf False, write() will raise OSError.",
5948 "_io._TextIOBase.write" => "Write string s to stream.\n\nReturn the number of characters written\n(which is always equal to the length of the string).",
5949 "_io._TextIOBase.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5950 "_io._WindowsConsoleIO" => "Open a console buffer by file descriptor.\n\nThe mode can be 'rb' (default), or 'wb' for reading or writing bytes. All\nother mode characters will be ignored. Mode 'b' will be assumed if it is\nomitted. The *opener* parameter is always ignored.",
5951 "_io._WindowsConsoleIO.__del__" => "Called when the instance is about to be destroyed.",
5952 "_io._WindowsConsoleIO.__delattr__" => "Implement delattr(self, name).",
5953 "_io._WindowsConsoleIO.__eq__" => "Return self==value.",
5954 "_io._WindowsConsoleIO.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
5955 "_io._WindowsConsoleIO.__ge__" => "Return self>=value.",
5956 "_io._WindowsConsoleIO.__getattribute__" => "Return getattr(self, name).",
5957 "_io._WindowsConsoleIO.__getstate__" => "Helper for pickle.",
5958 "_io._WindowsConsoleIO.__gt__" => "Return self>value.",
5959 "_io._WindowsConsoleIO.__hash__" => "Return hash(self).",
5960 "_io._WindowsConsoleIO.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
5961 "_io._WindowsConsoleIO.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
5962 "_io._WindowsConsoleIO.__iter__" => "Implement iter(self).",
5963 "_io._WindowsConsoleIO.__le__" => "Return self<=value.",
5964 "_io._WindowsConsoleIO.__lt__" => "Return self<value.",
5965 "_io._WindowsConsoleIO.__ne__" => "Return self!=value.",
5966 "_io._WindowsConsoleIO.__new__" => "Create and return a new object. See help(type) for accurate signature.",
5967 "_io._WindowsConsoleIO.__next__" => "Implement next(self).",
5968 "_io._WindowsConsoleIO.__reduce__" => "Helper for pickle.",
5969 "_io._WindowsConsoleIO.__reduce_ex__" => "Helper for pickle.",
5970 "_io._WindowsConsoleIO.__repr__" => "Return repr(self).",
5971 "_io._WindowsConsoleIO.__setattr__" => "Implement setattr(self, name, value).",
5972 "_io._WindowsConsoleIO.__sizeof__" => "Size of object in memory, in bytes.",
5973 "_io._WindowsConsoleIO.__str__" => "Return str(self).",
5974 "_io._WindowsConsoleIO.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
5975 "_io._WindowsConsoleIO.close" => "Close the console object.\n\nA closed console object cannot be used for further I/O operations.\nclose() may be called more than once without error.",
5976 "_io._WindowsConsoleIO.closed" => "True if the file is closed",
5977 "_io._WindowsConsoleIO.closefd" => "True if the file descriptor will be closed by close().",
5978 "_io._WindowsConsoleIO.fileno" => "Return the underlying file descriptor (an integer).",
5979 "_io._WindowsConsoleIO.flush" => "Flush write buffers, if applicable.\n\nThis is not implemented for read-only and non-blocking streams.",
5980 "_io._WindowsConsoleIO.isatty" => "Always True.",
5981 "_io._WindowsConsoleIO.mode" => "String giving the file mode",
5982 "_io._WindowsConsoleIO.read" => "Read at most size bytes, returned as bytes.\n\nOnly makes one system call when size is a positive integer,\nso less data may be returned than requested.\nReturn an empty bytes object at EOF.",
5983 "_io._WindowsConsoleIO.readable" => "True if console is an input buffer.",
5984 "_io._WindowsConsoleIO.readall" => "Read all data from the console, returned as bytes.\n\nReturn an empty bytes object at EOF.",
5985 "_io._WindowsConsoleIO.readinto" => "Same as RawIOBase.readinto().",
5986 "_io._WindowsConsoleIO.readline" => "Read and return a line from the stream.\n\nIf size is specified, at most size bytes will be read.\n\nThe line terminator is always b'\\n' for binary files; for text\nfiles, the newlines argument to open can be used to select the line\nterminator(s) recognized.",
5987 "_io._WindowsConsoleIO.readlines" => "Return a list of lines from the stream.\n\nhint can be specified to control the number of lines read: no more\nlines will be read if the total size (in bytes/characters) of all\nlines so far exceeds hint.",
5988 "_io._WindowsConsoleIO.seek" => "Change the stream position to the given byte offset.\n\n offset\n The stream position, relative to 'whence'.\n whence\n The relative position to seek from.\n\nThe offset is interpreted relative to the position indicated by whence.\nValues for whence are:\n\n* os.SEEK_SET or 0 -- start of stream (the default); offset should be zero or positive\n* os.SEEK_CUR or 1 -- current stream position; offset may be negative\n* os.SEEK_END or 2 -- end of stream; offset is usually negative\n\nReturn the new absolute position.",
5989 "_io._WindowsConsoleIO.seekable" => "Return whether object supports random access.\n\nIf False, seek(), tell() and truncate() will raise OSError.\nThis method may need to do a test seek().",
5990 "_io._WindowsConsoleIO.tell" => "Return current stream position.",
5991 "_io._WindowsConsoleIO.truncate" => "Truncate file to size bytes.\n\nFile pointer is left unchanged. Size defaults to the current IO position\nas reported by tell(). Return the new size.",
5992 "_io._WindowsConsoleIO.writable" => "True if console is an output buffer.",
5993 "_io._WindowsConsoleIO.write" => "Write buffer b to file, return number of bytes written.\n\nOnly makes one system call, so not all of the data may be written.\nThe number of bytes actually written is returned.",
5994 "_io._WindowsConsoleIO.writelines" => "Write a list of lines to stream.\n\nLine separators are not added, so it is usual for each of the\nlines provided to have a line separator at the end.",
5995 "_io.open" => "Open file and return a stream. Raise OSError upon failure.\n\nfile is either a text or byte string giving the name (and the path\nif the file isn't in the current working directory) of the file to\nbe opened or an integer file descriptor of the file to be\nwrapped. (If a file descriptor is given, it is closed when the\nreturned I/O object is closed, unless closefd is set to False.)\n\nmode is an optional string that specifies the mode in which the file\nis opened. It defaults to 'r' which means open for reading in text\nmode. Other common values are 'w' for writing (truncating the file if\nit already exists), 'x' for creating and writing to a new file, and\n'a' for appending (which on some Unix systems, means that all writes\nappend to the end of the file regardless of the current seek position).\nIn text mode, if encoding is not specified the encoding used is platform\ndependent: locale.getencoding() is called to get the current locale encoding.\n(For reading and writing raw bytes use binary mode and leave encoding\nunspecified.) The available modes are:\n\n========= ===============================================================\nCharacter Meaning\n--------- ---------------------------------------------------------------\n'r' open for reading (default)\n'w' open for writing, truncating the file first\n'x' create a new file and open it for writing\n'a' open for writing, appending to the end of the file if it exists\n'b' binary mode\n't' text mode (default)\n'+' open a disk file for updating (reading and writing)\n========= ===============================================================\n\nThe default mode is 'rt' (open for reading text). For binary random\naccess, the mode 'w+b' opens and truncates the file to 0 bytes, while\n'r+b' opens the file without truncation. The 'x' mode implies 'w' and\nraises an `FileExistsError` if the file already exists.\n\nPython distinguishes between files opened in binary and text modes,\neven when the underlying operating system doesn't. Files opened in\nbinary mode (appending 'b' to the mode argument) return contents as\nbytes objects without any decoding. In text mode (the default, or when\n't' is appended to the mode argument), the contents of the file are\nreturned as strings, the bytes having been first decoded using a\nplatform-dependent encoding or using the specified encoding if given.\n\nbuffering is an optional integer used to set the buffering policy.\nPass 0 to switch buffering off (only allowed in binary mode), 1 to select\nline buffering (only usable in text mode), and an integer > 1 to indicate\nthe size of a fixed-size chunk buffer. When no buffering argument is\ngiven, the default buffering policy works as follows:\n\n* Binary files are buffered in fixed-size chunks; the size of the buffer\n is max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)\n when the device block size is available.\n On most systems, the buffer will typically be 128 kilobytes long.\n\n* \"Interactive\" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\nencoding is the name of the encoding used to decode or encode the\nfile. This should only be used in text mode. The default encoding is\nplatform dependent, but any encoding supported by Python can be\npassed. See the codecs module for the list of supported encodings.\n\nerrors is an optional string that specifies how encoding errors are to\nbe handled---this argument should not be used in binary mode. Pass\n'strict' to raise a ValueError exception if there is an encoding error\n(the default of None has the same effect), or pass 'ignore' to ignore\nerrors. (Note that ignoring encoding errors can lead to data loss.)\nSee the documentation for codecs.register or run 'help(codecs.Codec)'\nfor a list of the permitted encoding error strings.\n\nnewline controls how universal newlines works (it only applies to text\nmode). It can be None, '', '\\n', '\\r', and '\\r\\n'. It works as\nfollows:\n\n* On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\\n', '\\r', or '\\r\\n', and\n these are translated into '\\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n* On output, if newline is None, any '\\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\\n', no translation takes place. If newline is any\n of the other legal values, any '\\n' characters written are translated\n to the given string.\n\nIf closefd is False, the underlying file descriptor will be kept open\nwhen the file is closed. This does not work when a file name is given\nand must be True in that case.\n\nA custom opener can be used by passing a callable as *opener*. The\nunderlying file descriptor for the file object is then obtained by\ncalling *opener* with (*file*, *flags*). *opener* must return an open\nfile descriptor (passing os.open as *opener* results in functionality\nsimilar to passing None).\n\nopen() returns a file object whose type depends on the mode, and\nthrough which the standard file operations such as reading and writing\nare performed. When open() is used to open a file in a text mode ('w',\n'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\na file in a binary mode, the returned class varies: in read binary\nmode, it returns a BufferedReader; in write binary and append binary\nmodes, it returns a BufferedWriter, and in read/write mode, it returns\na BufferedRandom.\n\nIt is also possible to use a string or bytearray as a file for both\nreading and writing. For strings StringIO can be used like a file\nopened in a text mode, and for bytes a BytesIO can be used like a file\nopened in a binary mode.",
5996 "_io.open_code" => "Opens the provided file with the intent to import the contents.\n\nThis may perform extra validation beyond open(), but is otherwise interchangeable\nwith calling open(path, 'rb').",
5997 "_io.text_encoding" => "A helper function to choose the text encoding.\n\nWhen encoding is not None, this function returns it.\nOtherwise, this function returns the default text encoding\n(i.e. \"locale\" or \"utf-8\" depends on UTF-8 mode).\n\nThis function emits an EncodingWarning if encoding is None and\nsys.flags.warn_default_encoding is true.\n\nThis can be used in APIs with an encoding=None parameter.\nHowever, please consider using encoding=\"utf-8\" for new APIs.",
5998 "_json" => "json speedups",
5999 "_json.encode_basestring" => "encode_basestring(string) -> string\n\nReturn a JSON representation of a Python string",
6000 "_json.encode_basestring_ascii" => "encode_basestring_ascii(string) -> string\n\nReturn an ASCII-only JSON representation of a Python string",
6001 "_json.make_encoder" => "Encoder(markers, default, encoder, indent, key_separator, item_separator, sort_keys, skipkeys, allow_nan)",
6002 "_json.make_encoder.__call__" => "Call self as a function.",
6003 "_json.make_encoder.__delattr__" => "Implement delattr(self, name).",
6004 "_json.make_encoder.__eq__" => "Return self==value.",
6005 "_json.make_encoder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6006 "_json.make_encoder.__ge__" => "Return self>=value.",
6007 "_json.make_encoder.__getattribute__" => "Return getattr(self, name).",
6008 "_json.make_encoder.__getstate__" => "Helper for pickle.",
6009 "_json.make_encoder.__gt__" => "Return self>value.",
6010 "_json.make_encoder.__hash__" => "Return hash(self).",
6011 "_json.make_encoder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6012 "_json.make_encoder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6013 "_json.make_encoder.__le__" => "Return self<=value.",
6014 "_json.make_encoder.__lt__" => "Return self<value.",
6015 "_json.make_encoder.__ne__" => "Return self!=value.",
6016 "_json.make_encoder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6017 "_json.make_encoder.__reduce__" => "Helper for pickle.",
6018 "_json.make_encoder.__reduce_ex__" => "Helper for pickle.",
6019 "_json.make_encoder.__repr__" => "Return repr(self).",
6020 "_json.make_encoder.__setattr__" => "Implement setattr(self, name, value).",
6021 "_json.make_encoder.__sizeof__" => "Size of object in memory, in bytes.",
6022 "_json.make_encoder.__str__" => "Return str(self).",
6023 "_json.make_encoder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6024 "_json.make_encoder.default" => "default",
6025 "_json.make_encoder.encoder" => "encoder",
6026 "_json.make_encoder.indent" => "indent",
6027 "_json.make_encoder.item_separator" => "item_separator",
6028 "_json.make_encoder.key_separator" => "key_separator",
6029 "_json.make_encoder.markers" => "markers",
6030 "_json.make_encoder.skipkeys" => "skipkeys",
6031 "_json.make_encoder.sort_keys" => "sort_keys",
6032 "_json.make_scanner" => "JSON scanner object",
6033 "_json.make_scanner.__call__" => "Call self as a function.",
6034 "_json.make_scanner.__delattr__" => "Implement delattr(self, name).",
6035 "_json.make_scanner.__eq__" => "Return self==value.",
6036 "_json.make_scanner.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6037 "_json.make_scanner.__ge__" => "Return self>=value.",
6038 "_json.make_scanner.__getattribute__" => "Return getattr(self, name).",
6039 "_json.make_scanner.__getstate__" => "Helper for pickle.",
6040 "_json.make_scanner.__gt__" => "Return self>value.",
6041 "_json.make_scanner.__hash__" => "Return hash(self).",
6042 "_json.make_scanner.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6043 "_json.make_scanner.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6044 "_json.make_scanner.__le__" => "Return self<=value.",
6045 "_json.make_scanner.__lt__" => "Return self<value.",
6046 "_json.make_scanner.__ne__" => "Return self!=value.",
6047 "_json.make_scanner.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6048 "_json.make_scanner.__reduce__" => "Helper for pickle.",
6049 "_json.make_scanner.__reduce_ex__" => "Helper for pickle.",
6050 "_json.make_scanner.__repr__" => "Return repr(self).",
6051 "_json.make_scanner.__setattr__" => "Implement setattr(self, name, value).",
6052 "_json.make_scanner.__sizeof__" => "Size of object in memory, in bytes.",
6053 "_json.make_scanner.__str__" => "Return str(self).",
6054 "_json.make_scanner.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6055 "_json.make_scanner.object_hook" => "object_hook",
6056 "_json.make_scanner.parse_constant" => "parse_constant",
6057 "_json.make_scanner.parse_float" => "parse_float",
6058 "_json.make_scanner.parse_int" => "parse_int",
6059 "_json.make_scanner.strict" => "strict",
6060 "_json.scanstring" => "scanstring(string, end, strict=True) -> (string, end)\n\nScan the string s for a JSON string. End is the index of the\ncharacter in s after the quote that started the JSON string.\nUnescapes all valid JSON string escape sequences and raises ValueError\non attempt to decode an invalid string. If strict is False then literal\ncontrol characters are allowed in the string.\n\nReturns a tuple of the decoded string and the index of the character in s\nafter the end quote.",
6061 "_locale" => "Support for POSIX locales.",
6062 "_locale.Error.__delattr__" => "Implement delattr(self, name).",
6063 "_locale.Error.__eq__" => "Return self==value.",
6064 "_locale.Error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6065 "_locale.Error.__ge__" => "Return self>=value.",
6066 "_locale.Error.__getattribute__" => "Return getattr(self, name).",
6067 "_locale.Error.__getstate__" => "Helper for pickle.",
6068 "_locale.Error.__gt__" => "Return self>value.",
6069 "_locale.Error.__hash__" => "Return hash(self).",
6070 "_locale.Error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6071 "_locale.Error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6072 "_locale.Error.__le__" => "Return self<=value.",
6073 "_locale.Error.__lt__" => "Return self<value.",
6074 "_locale.Error.__ne__" => "Return self!=value.",
6075 "_locale.Error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6076 "_locale.Error.__reduce_ex__" => "Helper for pickle.",
6077 "_locale.Error.__repr__" => "Return repr(self).",
6078 "_locale.Error.__setattr__" => "Implement setattr(self, name, value).",
6079 "_locale.Error.__sizeof__" => "Size of object in memory, in bytes.",
6080 "_locale.Error.__str__" => "Return str(self).",
6081 "_locale.Error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6082 "_locale.Error.__weakref__" => "list of weak references to the object",
6083 "_locale.Error.add_note" => "Add a note to the exception",
6084 "_locale.Error.with_traceback" => "Set self.__traceback__ to tb and return self.",
6085 "_locale.bind_textdomain_codeset" => "Bind the C library's domain to codeset.",
6086 "_locale.bindtextdomain" => "Bind the C library's domain to dir.",
6087 "_locale.dcgettext" => "Return translation of msg in domain and category.",
6088 "_locale.dgettext" => "dgettext(domain, msg) -> string\n\nReturn translation of msg in domain.",
6089 "_locale.getencoding" => "Get the current locale encoding.",
6090 "_locale.gettext" => "gettext(msg) -> string\n\nReturn translation of msg.",
6091 "_locale.localeconv" => "Returns numeric and monetary locale-specific parameters.",
6092 "_locale.nl_langinfo" => "Return the value for the locale information associated with key.",
6093 "_locale.setlocale" => "Activates/queries locale processing.",
6094 "_locale.strcoll" => "Compares two strings according to the locale.",
6095 "_locale.strxfrm" => "Return a string that can be used as a key for locale-aware comparisons.",
6096 "_locale.textdomain" => "Set the C library's textdmain to domain, returning the new domain.",
6097 "_lsprof" => "Fast profiler",
6098 "_lsprof.Profiler" => "Build a profiler object using the specified timer function.\n\nThe default timer is a fast built-in one based on real time.\nFor custom timer functions returning integers, 'timeunit' can\nbe a float specifying a scale (that is, how long each integer unit\nis, in seconds).",
6099 "_lsprof.Profiler.__delattr__" => "Implement delattr(self, name).",
6100 "_lsprof.Profiler.__eq__" => "Return self==value.",
6101 "_lsprof.Profiler.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6102 "_lsprof.Profiler.__ge__" => "Return self>=value.",
6103 "_lsprof.Profiler.__getattribute__" => "Return getattr(self, name).",
6104 "_lsprof.Profiler.__getstate__" => "Helper for pickle.",
6105 "_lsprof.Profiler.__gt__" => "Return self>value.",
6106 "_lsprof.Profiler.__hash__" => "Return hash(self).",
6107 "_lsprof.Profiler.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6108 "_lsprof.Profiler.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6109 "_lsprof.Profiler.__le__" => "Return self<=value.",
6110 "_lsprof.Profiler.__lt__" => "Return self<value.",
6111 "_lsprof.Profiler.__ne__" => "Return self!=value.",
6112 "_lsprof.Profiler.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6113 "_lsprof.Profiler.__reduce__" => "Helper for pickle.",
6114 "_lsprof.Profiler.__reduce_ex__" => "Helper for pickle.",
6115 "_lsprof.Profiler.__repr__" => "Return repr(self).",
6116 "_lsprof.Profiler.__setattr__" => "Implement setattr(self, name, value).",
6117 "_lsprof.Profiler.__sizeof__" => "Size of object in memory, in bytes.",
6118 "_lsprof.Profiler.__str__" => "Return str(self).",
6119 "_lsprof.Profiler.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6120 "_lsprof.Profiler.clear" => "Clear all profiling information collected so far.",
6121 "_lsprof.Profiler.disable" => "Stop collecting profiling information.",
6122 "_lsprof.Profiler.enable" => "Start collecting profiling information.\n\n subcalls\n If True, also records for each function\n statistics separated according to its current caller.\n builtins\n If True, records the time spent in\n built-in functions separately from their caller.",
6123 "_lsprof.Profiler.getstats" => "list of profiler_entry objects.\n\ngetstats() -> list of profiler_entry objects\n\nReturn all information collected by the profiler.\nEach profiler_entry is a tuple-like object with the\nfollowing attributes:\n\n code code object\n callcount how many times this was called\n reccallcount how many times called recursively\n totaltime total time in this entry\n inlinetime inline time in this entry (not in subcalls)\n calls details of the calls\n\nThe calls attribute is either None or a list of\nprofiler_subentry objects:\n\n code called code object\n callcount how many times this is called\n reccallcount how many times this is called recursively\n totaltime total time spent in this call\n inlinetime inline time (not in further subcalls)",
6124 "_lsprof.profiler_entry.__add__" => "Return self+value.",
6125 "_lsprof.profiler_entry.__class_getitem__" => "See PEP 585",
6126 "_lsprof.profiler_entry.__contains__" => "Return bool(key in self).",
6127 "_lsprof.profiler_entry.__delattr__" => "Implement delattr(self, name).",
6128 "_lsprof.profiler_entry.__eq__" => "Return self==value.",
6129 "_lsprof.profiler_entry.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6130 "_lsprof.profiler_entry.__ge__" => "Return self>=value.",
6131 "_lsprof.profiler_entry.__getattribute__" => "Return getattr(self, name).",
6132 "_lsprof.profiler_entry.__getitem__" => "Return self[key].",
6133 "_lsprof.profiler_entry.__getstate__" => "Helper for pickle.",
6134 "_lsprof.profiler_entry.__gt__" => "Return self>value.",
6135 "_lsprof.profiler_entry.__hash__" => "Return hash(self).",
6136 "_lsprof.profiler_entry.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6137 "_lsprof.profiler_entry.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6138 "_lsprof.profiler_entry.__iter__" => "Implement iter(self).",
6139 "_lsprof.profiler_entry.__le__" => "Return self<=value.",
6140 "_lsprof.profiler_entry.__len__" => "Return len(self).",
6141 "_lsprof.profiler_entry.__lt__" => "Return self<value.",
6142 "_lsprof.profiler_entry.__mul__" => "Return self*value.",
6143 "_lsprof.profiler_entry.__ne__" => "Return self!=value.",
6144 "_lsprof.profiler_entry.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6145 "_lsprof.profiler_entry.__reduce_ex__" => "Helper for pickle.",
6146 "_lsprof.profiler_entry.__replace__" => "Return a copy of the structure with new values for the specified fields.",
6147 "_lsprof.profiler_entry.__repr__" => "Return repr(self).",
6148 "_lsprof.profiler_entry.__rmul__" => "Return value*self.",
6149 "_lsprof.profiler_entry.__setattr__" => "Implement setattr(self, name, value).",
6150 "_lsprof.profiler_entry.__sizeof__" => "Size of object in memory, in bytes.",
6151 "_lsprof.profiler_entry.__str__" => "Return str(self).",
6152 "_lsprof.profiler_entry.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6153 "_lsprof.profiler_entry.callcount" => "how many times this was called",
6154 "_lsprof.profiler_entry.calls" => "details of the calls",
6155 "_lsprof.profiler_entry.code" => "code object or built-in function name",
6156 "_lsprof.profiler_entry.count" => "Return number of occurrences of value.",
6157 "_lsprof.profiler_entry.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
6158 "_lsprof.profiler_entry.inlinetime" => "inline time in this entry (not in subcalls)",
6159 "_lsprof.profiler_entry.reccallcount" => "how many times called recursively",
6160 "_lsprof.profiler_entry.totaltime" => "total time in this entry",
6161 "_lsprof.profiler_subentry.__add__" => "Return self+value.",
6162 "_lsprof.profiler_subentry.__class_getitem__" => "See PEP 585",
6163 "_lsprof.profiler_subentry.__contains__" => "Return bool(key in self).",
6164 "_lsprof.profiler_subentry.__delattr__" => "Implement delattr(self, name).",
6165 "_lsprof.profiler_subentry.__eq__" => "Return self==value.",
6166 "_lsprof.profiler_subentry.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6167 "_lsprof.profiler_subentry.__ge__" => "Return self>=value.",
6168 "_lsprof.profiler_subentry.__getattribute__" => "Return getattr(self, name).",
6169 "_lsprof.profiler_subentry.__getitem__" => "Return self[key].",
6170 "_lsprof.profiler_subentry.__getstate__" => "Helper for pickle.",
6171 "_lsprof.profiler_subentry.__gt__" => "Return self>value.",
6172 "_lsprof.profiler_subentry.__hash__" => "Return hash(self).",
6173 "_lsprof.profiler_subentry.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6174 "_lsprof.profiler_subentry.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6175 "_lsprof.profiler_subentry.__iter__" => "Implement iter(self).",
6176 "_lsprof.profiler_subentry.__le__" => "Return self<=value.",
6177 "_lsprof.profiler_subentry.__len__" => "Return len(self).",
6178 "_lsprof.profiler_subentry.__lt__" => "Return self<value.",
6179 "_lsprof.profiler_subentry.__mul__" => "Return self*value.",
6180 "_lsprof.profiler_subentry.__ne__" => "Return self!=value.",
6181 "_lsprof.profiler_subentry.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6182 "_lsprof.profiler_subentry.__reduce_ex__" => "Helper for pickle.",
6183 "_lsprof.profiler_subentry.__replace__" => "Return a copy of the structure with new values for the specified fields.",
6184 "_lsprof.profiler_subentry.__repr__" => "Return repr(self).",
6185 "_lsprof.profiler_subentry.__rmul__" => "Return value*self.",
6186 "_lsprof.profiler_subentry.__setattr__" => "Implement setattr(self, name, value).",
6187 "_lsprof.profiler_subentry.__sizeof__" => "Size of object in memory, in bytes.",
6188 "_lsprof.profiler_subentry.__str__" => "Return str(self).",
6189 "_lsprof.profiler_subentry.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6190 "_lsprof.profiler_subentry.callcount" => "how many times this is called",
6191 "_lsprof.profiler_subentry.code" => "called code object or built-in function name",
6192 "_lsprof.profiler_subentry.count" => "Return number of occurrences of value.",
6193 "_lsprof.profiler_subentry.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
6194 "_lsprof.profiler_subentry.inlinetime" => "inline time (not in further subcalls)",
6195 "_lsprof.profiler_subentry.reccallcount" => "how many times this is called recursively",
6196 "_lsprof.profiler_subentry.totaltime" => "total time spent in this call",
6197 "_lzma.LZMACompressor" => "LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None)\n\nCreate a compressor object for compressing data incrementally.\n\nformat specifies the container format to use for the output. This can\nbe FORMAT_XZ (default), FORMAT_ALONE, or FORMAT_RAW.\n\ncheck specifies the integrity check to use. For FORMAT_XZ, the default\nis CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not support integrity\nchecks; for these formats, check must be omitted, or be CHECK_NONE.\n\nThe settings used by the compressor can be specified either as a\npreset compression level (with the 'preset' argument), or in detail\nas a custom filter chain (with the 'filters' argument). For FORMAT_XZ\nand FORMAT_ALONE, the default is to use the PRESET_DEFAULT preset\nlevel. For FORMAT_RAW, the caller must always specify a filter chain;\nthe raw compressor does not support preset compression levels.\n\npreset (if provided) should be an integer in the range 0-9, optionally\nOR-ed with the constant PRESET_EXTREME.\n\nfilters (if provided) should be a sequence of dicts. Each dict should\nhave an entry for \"id\" indicating the ID of the filter, plus\nadditional entries for options to the filter.\n\nFor one-shot compression, use the compress() function instead.",
6198 "_lzma.LZMACompressor.__delattr__" => "Implement delattr(self, name).",
6199 "_lzma.LZMACompressor.__eq__" => "Return self==value.",
6200 "_lzma.LZMACompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6201 "_lzma.LZMACompressor.__ge__" => "Return self>=value.",
6202 "_lzma.LZMACompressor.__getattribute__" => "Return getattr(self, name).",
6203 "_lzma.LZMACompressor.__getstate__" => "Helper for pickle.",
6204 "_lzma.LZMACompressor.__gt__" => "Return self>value.",
6205 "_lzma.LZMACompressor.__hash__" => "Return hash(self).",
6206 "_lzma.LZMACompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6207 "_lzma.LZMACompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6208 "_lzma.LZMACompressor.__le__" => "Return self<=value.",
6209 "_lzma.LZMACompressor.__lt__" => "Return self<value.",
6210 "_lzma.LZMACompressor.__ne__" => "Return self!=value.",
6211 "_lzma.LZMACompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6212 "_lzma.LZMACompressor.__reduce__" => "Helper for pickle.",
6213 "_lzma.LZMACompressor.__reduce_ex__" => "Helper for pickle.",
6214 "_lzma.LZMACompressor.__repr__" => "Return repr(self).",
6215 "_lzma.LZMACompressor.__setattr__" => "Implement setattr(self, name, value).",
6216 "_lzma.LZMACompressor.__sizeof__" => "Size of object in memory, in bytes.",
6217 "_lzma.LZMACompressor.__str__" => "Return str(self).",
6218 "_lzma.LZMACompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6219 "_lzma.LZMACompressor.compress" => "Provide data to the compressor object.\n\nReturns a chunk of compressed data if possible, or b'' otherwise.\n\nWhen you have finished providing data to the compressor, call the\nflush() method to finish the compression process.",
6220 "_lzma.LZMACompressor.flush" => "Finish the compression process.\n\nReturns the compressed data left in internal buffers.\n\nThe compressor object may not be used after this method is called.",
6221 "_lzma.LZMADecompressor" => "Create a decompressor object for decompressing data incrementally.\n\n format\n Specifies the container format of the input stream. If this is\n FORMAT_AUTO (the default), the decompressor will automatically detect\n whether the input is FORMAT_XZ or FORMAT_ALONE. Streams created with\n FORMAT_RAW cannot be autodetected.\n memlimit\n Limit the amount of memory used by the decompressor. This will cause\n decompression to fail if the input cannot be decompressed within the\n given limit.\n filters\n A custom filter chain. This argument is required for FORMAT_RAW, and\n not accepted with any other format. When provided, this should be a\n sequence of dicts, each indicating the ID and options for a single\n filter.\n\nFor one-shot decompression, use the decompress() function instead.",
6222 "_lzma.LZMADecompressor.__delattr__" => "Implement delattr(self, name).",
6223 "_lzma.LZMADecompressor.__eq__" => "Return self==value.",
6224 "_lzma.LZMADecompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6225 "_lzma.LZMADecompressor.__ge__" => "Return self>=value.",
6226 "_lzma.LZMADecompressor.__getattribute__" => "Return getattr(self, name).",
6227 "_lzma.LZMADecompressor.__getstate__" => "Helper for pickle.",
6228 "_lzma.LZMADecompressor.__gt__" => "Return self>value.",
6229 "_lzma.LZMADecompressor.__hash__" => "Return hash(self).",
6230 "_lzma.LZMADecompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6231 "_lzma.LZMADecompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6232 "_lzma.LZMADecompressor.__le__" => "Return self<=value.",
6233 "_lzma.LZMADecompressor.__lt__" => "Return self<value.",
6234 "_lzma.LZMADecompressor.__ne__" => "Return self!=value.",
6235 "_lzma.LZMADecompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6236 "_lzma.LZMADecompressor.__reduce__" => "Helper for pickle.",
6237 "_lzma.LZMADecompressor.__reduce_ex__" => "Helper for pickle.",
6238 "_lzma.LZMADecompressor.__repr__" => "Return repr(self).",
6239 "_lzma.LZMADecompressor.__setattr__" => "Implement setattr(self, name, value).",
6240 "_lzma.LZMADecompressor.__sizeof__" => "Size of object in memory, in bytes.",
6241 "_lzma.LZMADecompressor.__str__" => "Return str(self).",
6242 "_lzma.LZMADecompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6243 "_lzma.LZMADecompressor.check" => "ID of the integrity check used by the input stream.",
6244 "_lzma.LZMADecompressor.decompress" => "Decompress *data*, returning uncompressed data as bytes.\n\nIf *max_length* is nonnegative, returns at most *max_length* bytes of\ndecompressed data. If this limit is reached and further output can be\nproduced, *self.needs_input* will be set to ``False``. In this case, the next\ncall to *decompress()* may provide *data* as b'' to obtain more of the output.\n\nIf all of the input data was decompressed and returned (either because this\nwas less than *max_length* bytes, or because *max_length* was negative),\n*self.needs_input* will be set to True.\n\nAttempting to decompress data after the end of stream is reached raises an\nEOFError. Any data found after the end of the stream is ignored and saved in\nthe unused_data attribute.",
6245 "_lzma.LZMADecompressor.eof" => "True if the end-of-stream marker has been reached.",
6246 "_lzma.LZMADecompressor.needs_input" => "True if more input is needed before more decompressed data can be produced.",
6247 "_lzma.LZMADecompressor.unused_data" => "Data found after the end of the compressed stream.",
6248 "_lzma.LZMAError" => "Call to liblzma failed.",
6249 "_lzma.LZMAError.__delattr__" => "Implement delattr(self, name).",
6250 "_lzma.LZMAError.__eq__" => "Return self==value.",
6251 "_lzma.LZMAError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6252 "_lzma.LZMAError.__ge__" => "Return self>=value.",
6253 "_lzma.LZMAError.__getattribute__" => "Return getattr(self, name).",
6254 "_lzma.LZMAError.__getstate__" => "Helper for pickle.",
6255 "_lzma.LZMAError.__gt__" => "Return self>value.",
6256 "_lzma.LZMAError.__hash__" => "Return hash(self).",
6257 "_lzma.LZMAError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6258 "_lzma.LZMAError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6259 "_lzma.LZMAError.__le__" => "Return self<=value.",
6260 "_lzma.LZMAError.__lt__" => "Return self<value.",
6261 "_lzma.LZMAError.__ne__" => "Return self!=value.",
6262 "_lzma.LZMAError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6263 "_lzma.LZMAError.__reduce_ex__" => "Helper for pickle.",
6264 "_lzma.LZMAError.__repr__" => "Return repr(self).",
6265 "_lzma.LZMAError.__setattr__" => "Implement setattr(self, name, value).",
6266 "_lzma.LZMAError.__sizeof__" => "Size of object in memory, in bytes.",
6267 "_lzma.LZMAError.__str__" => "Return str(self).",
6268 "_lzma.LZMAError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6269 "_lzma.LZMAError.__weakref__" => "list of weak references to the object",
6270 "_lzma.LZMAError.add_note" => "Add a note to the exception",
6271 "_lzma.LZMAError.with_traceback" => "Set self.__traceback__ to tb and return self.",
6272 "_lzma._decode_filter_properties" => "Return a bytes object encoding the options (properties) of the filter specified by *filter* (a dict).\n\nThe result does not include the filter ID itself, only the options.",
6273 "_lzma._encode_filter_properties" => "Return a bytes object encoding the options (properties) of the filter specified by *filter* (a dict).\n\nThe result does not include the filter ID itself, only the options.",
6274 "_lzma.is_check_supported" => "Test whether the given integrity check is supported.\n\nAlways returns True for CHECK_NONE and CHECK_CRC32.",
6275 "_md5.MD5Type.__delattr__" => "Implement delattr(self, name).",
6276 "_md5.MD5Type.__eq__" => "Return self==value.",
6277 "_md5.MD5Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6278 "_md5.MD5Type.__ge__" => "Return self>=value.",
6279 "_md5.MD5Type.__getattribute__" => "Return getattr(self, name).",
6280 "_md5.MD5Type.__getstate__" => "Helper for pickle.",
6281 "_md5.MD5Type.__gt__" => "Return self>value.",
6282 "_md5.MD5Type.__hash__" => "Return hash(self).",
6283 "_md5.MD5Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6284 "_md5.MD5Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6285 "_md5.MD5Type.__le__" => "Return self<=value.",
6286 "_md5.MD5Type.__lt__" => "Return self<value.",
6287 "_md5.MD5Type.__ne__" => "Return self!=value.",
6288 "_md5.MD5Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6289 "_md5.MD5Type.__reduce__" => "Helper for pickle.",
6290 "_md5.MD5Type.__reduce_ex__" => "Helper for pickle.",
6291 "_md5.MD5Type.__repr__" => "Return repr(self).",
6292 "_md5.MD5Type.__setattr__" => "Implement setattr(self, name, value).",
6293 "_md5.MD5Type.__sizeof__" => "Size of object in memory, in bytes.",
6294 "_md5.MD5Type.__str__" => "Return str(self).",
6295 "_md5.MD5Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6296 "_md5.MD5Type.copy" => "Return a copy of the hash object.",
6297 "_md5.MD5Type.digest" => "Return the digest value as a bytes object.",
6298 "_md5.MD5Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
6299 "_md5.MD5Type.update" => "Update this hash object's state with the provided string.",
6300 "_md5.md5" => "Return a new MD5 hash object; optionally initialized with a string.",
6301 "_multibytecodec.MultibyteIncrementalDecoder.__delattr__" => "Implement delattr(self, name).",
6302 "_multibytecodec.MultibyteIncrementalDecoder.__eq__" => "Return self==value.",
6303 "_multibytecodec.MultibyteIncrementalDecoder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6304 "_multibytecodec.MultibyteIncrementalDecoder.__ge__" => "Return self>=value.",
6305 "_multibytecodec.MultibyteIncrementalDecoder.__getattribute__" => "Return getattr(self, name).",
6306 "_multibytecodec.MultibyteIncrementalDecoder.__getstate__" => "Helper for pickle.",
6307 "_multibytecodec.MultibyteIncrementalDecoder.__gt__" => "Return self>value.",
6308 "_multibytecodec.MultibyteIncrementalDecoder.__hash__" => "Return hash(self).",
6309 "_multibytecodec.MultibyteIncrementalDecoder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6310 "_multibytecodec.MultibyteIncrementalDecoder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6311 "_multibytecodec.MultibyteIncrementalDecoder.__le__" => "Return self<=value.",
6312 "_multibytecodec.MultibyteIncrementalDecoder.__lt__" => "Return self<value.",
6313 "_multibytecodec.MultibyteIncrementalDecoder.__ne__" => "Return self!=value.",
6314 "_multibytecodec.MultibyteIncrementalDecoder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6315 "_multibytecodec.MultibyteIncrementalDecoder.__reduce__" => "Helper for pickle.",
6316 "_multibytecodec.MultibyteIncrementalDecoder.__reduce_ex__" => "Helper for pickle.",
6317 "_multibytecodec.MultibyteIncrementalDecoder.__repr__" => "Return repr(self).",
6318 "_multibytecodec.MultibyteIncrementalDecoder.__setattr__" => "Implement setattr(self, name, value).",
6319 "_multibytecodec.MultibyteIncrementalDecoder.__sizeof__" => "Size of object in memory, in bytes.",
6320 "_multibytecodec.MultibyteIncrementalDecoder.__str__" => "Return str(self).",
6321 "_multibytecodec.MultibyteIncrementalDecoder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6322 "_multibytecodec.MultibyteIncrementalDecoder.errors" => "how to treat errors",
6323 "_multibytecodec.MultibyteIncrementalEncoder.__delattr__" => "Implement delattr(self, name).",
6324 "_multibytecodec.MultibyteIncrementalEncoder.__eq__" => "Return self==value.",
6325 "_multibytecodec.MultibyteIncrementalEncoder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6326 "_multibytecodec.MultibyteIncrementalEncoder.__ge__" => "Return self>=value.",
6327 "_multibytecodec.MultibyteIncrementalEncoder.__getattribute__" => "Return getattr(self, name).",
6328 "_multibytecodec.MultibyteIncrementalEncoder.__getstate__" => "Helper for pickle.",
6329 "_multibytecodec.MultibyteIncrementalEncoder.__gt__" => "Return self>value.",
6330 "_multibytecodec.MultibyteIncrementalEncoder.__hash__" => "Return hash(self).",
6331 "_multibytecodec.MultibyteIncrementalEncoder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6332 "_multibytecodec.MultibyteIncrementalEncoder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6333 "_multibytecodec.MultibyteIncrementalEncoder.__le__" => "Return self<=value.",
6334 "_multibytecodec.MultibyteIncrementalEncoder.__lt__" => "Return self<value.",
6335 "_multibytecodec.MultibyteIncrementalEncoder.__ne__" => "Return self!=value.",
6336 "_multibytecodec.MultibyteIncrementalEncoder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6337 "_multibytecodec.MultibyteIncrementalEncoder.__reduce__" => "Helper for pickle.",
6338 "_multibytecodec.MultibyteIncrementalEncoder.__reduce_ex__" => "Helper for pickle.",
6339 "_multibytecodec.MultibyteIncrementalEncoder.__repr__" => "Return repr(self).",
6340 "_multibytecodec.MultibyteIncrementalEncoder.__setattr__" => "Implement setattr(self, name, value).",
6341 "_multibytecodec.MultibyteIncrementalEncoder.__sizeof__" => "Size of object in memory, in bytes.",
6342 "_multibytecodec.MultibyteIncrementalEncoder.__str__" => "Return str(self).",
6343 "_multibytecodec.MultibyteIncrementalEncoder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6344 "_multibytecodec.MultibyteIncrementalEncoder.errors" => "how to treat errors",
6345 "_multibytecodec.MultibyteStreamReader.__delattr__" => "Implement delattr(self, name).",
6346 "_multibytecodec.MultibyteStreamReader.__eq__" => "Return self==value.",
6347 "_multibytecodec.MultibyteStreamReader.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6348 "_multibytecodec.MultibyteStreamReader.__ge__" => "Return self>=value.",
6349 "_multibytecodec.MultibyteStreamReader.__getattribute__" => "Return getattr(self, name).",
6350 "_multibytecodec.MultibyteStreamReader.__getstate__" => "Helper for pickle.",
6351 "_multibytecodec.MultibyteStreamReader.__gt__" => "Return self>value.",
6352 "_multibytecodec.MultibyteStreamReader.__hash__" => "Return hash(self).",
6353 "_multibytecodec.MultibyteStreamReader.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6354 "_multibytecodec.MultibyteStreamReader.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6355 "_multibytecodec.MultibyteStreamReader.__le__" => "Return self<=value.",
6356 "_multibytecodec.MultibyteStreamReader.__lt__" => "Return self<value.",
6357 "_multibytecodec.MultibyteStreamReader.__ne__" => "Return self!=value.",
6358 "_multibytecodec.MultibyteStreamReader.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6359 "_multibytecodec.MultibyteStreamReader.__reduce__" => "Helper for pickle.",
6360 "_multibytecodec.MultibyteStreamReader.__reduce_ex__" => "Helper for pickle.",
6361 "_multibytecodec.MultibyteStreamReader.__repr__" => "Return repr(self).",
6362 "_multibytecodec.MultibyteStreamReader.__setattr__" => "Implement setattr(self, name, value).",
6363 "_multibytecodec.MultibyteStreamReader.__sizeof__" => "Size of object in memory, in bytes.",
6364 "_multibytecodec.MultibyteStreamReader.__str__" => "Return str(self).",
6365 "_multibytecodec.MultibyteStreamReader.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6366 "_multibytecodec.MultibyteStreamReader.errors" => "how to treat errors",
6367 "_multibytecodec.MultibyteStreamWriter.__delattr__" => "Implement delattr(self, name).",
6368 "_multibytecodec.MultibyteStreamWriter.__eq__" => "Return self==value.",
6369 "_multibytecodec.MultibyteStreamWriter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6370 "_multibytecodec.MultibyteStreamWriter.__ge__" => "Return self>=value.",
6371 "_multibytecodec.MultibyteStreamWriter.__getattribute__" => "Return getattr(self, name).",
6372 "_multibytecodec.MultibyteStreamWriter.__getstate__" => "Helper for pickle.",
6373 "_multibytecodec.MultibyteStreamWriter.__gt__" => "Return self>value.",
6374 "_multibytecodec.MultibyteStreamWriter.__hash__" => "Return hash(self).",
6375 "_multibytecodec.MultibyteStreamWriter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6376 "_multibytecodec.MultibyteStreamWriter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6377 "_multibytecodec.MultibyteStreamWriter.__le__" => "Return self<=value.",
6378 "_multibytecodec.MultibyteStreamWriter.__lt__" => "Return self<value.",
6379 "_multibytecodec.MultibyteStreamWriter.__ne__" => "Return self!=value.",
6380 "_multibytecodec.MultibyteStreamWriter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6381 "_multibytecodec.MultibyteStreamWriter.__reduce__" => "Helper for pickle.",
6382 "_multibytecodec.MultibyteStreamWriter.__reduce_ex__" => "Helper for pickle.",
6383 "_multibytecodec.MultibyteStreamWriter.__repr__" => "Return repr(self).",
6384 "_multibytecodec.MultibyteStreamWriter.__setattr__" => "Implement setattr(self, name, value).",
6385 "_multibytecodec.MultibyteStreamWriter.__sizeof__" => "Size of object in memory, in bytes.",
6386 "_multibytecodec.MultibyteStreamWriter.__str__" => "Return str(self).",
6387 "_multibytecodec.MultibyteStreamWriter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6388 "_multibytecodec.MultibyteStreamWriter.errors" => "how to treat errors",
6389 "_multiprocessing.SemLock" => "Semaphore/Mutex type",
6390 "_multiprocessing.SemLock.__delattr__" => "Implement delattr(self, name).",
6391 "_multiprocessing.SemLock.__enter__" => "Enter the semaphore/lock.",
6392 "_multiprocessing.SemLock.__eq__" => "Return self==value.",
6393 "_multiprocessing.SemLock.__exit__" => "Exit the semaphore/lock.",
6394 "_multiprocessing.SemLock.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6395 "_multiprocessing.SemLock.__ge__" => "Return self>=value.",
6396 "_multiprocessing.SemLock.__getattribute__" => "Return getattr(self, name).",
6397 "_multiprocessing.SemLock.__getstate__" => "Helper for pickle.",
6398 "_multiprocessing.SemLock.__gt__" => "Return self>value.",
6399 "_multiprocessing.SemLock.__hash__" => "Return hash(self).",
6400 "_multiprocessing.SemLock.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6401 "_multiprocessing.SemLock.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6402 "_multiprocessing.SemLock.__le__" => "Return self<=value.",
6403 "_multiprocessing.SemLock.__lt__" => "Return self<value.",
6404 "_multiprocessing.SemLock.__ne__" => "Return self!=value.",
6405 "_multiprocessing.SemLock.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6406 "_multiprocessing.SemLock.__reduce__" => "Helper for pickle.",
6407 "_multiprocessing.SemLock.__reduce_ex__" => "Helper for pickle.",
6408 "_multiprocessing.SemLock.__repr__" => "Return repr(self).",
6409 "_multiprocessing.SemLock.__setattr__" => "Implement setattr(self, name, value).",
6410 "_multiprocessing.SemLock.__sizeof__" => "Size of object in memory, in bytes.",
6411 "_multiprocessing.SemLock.__str__" => "Return str(self).",
6412 "_multiprocessing.SemLock.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6413 "_multiprocessing.SemLock._after_fork" => "Rezero the net acquisition count after fork().",
6414 "_multiprocessing.SemLock._count" => "Num of `acquire()`s minus num of `release()`s for this process.",
6415 "_multiprocessing.SemLock._get_value" => "Get the value of the semaphore.",
6416 "_multiprocessing.SemLock._is_mine" => "Whether the lock is owned by this thread.",
6417 "_multiprocessing.SemLock._is_zero" => "Return whether semaphore has value zero.",
6418 "_multiprocessing.SemLock.acquire" => "Acquire the semaphore/lock.",
6419 "_multiprocessing.SemLock.handle" => "",
6420 "_multiprocessing.SemLock.kind" => "",
6421 "_multiprocessing.SemLock.maxvalue" => "",
6422 "_multiprocessing.SemLock.name" => "",
6423 "_multiprocessing.SemLock.release" => "Release the semaphore/lock.",
6424 "_opcode" => "Opcode support module.",
6425 "_opcode.get_executor" => "Return the executor object at offset in code if exists, None otherwise.",
6426 "_opcode.get_intrinsic1_descs" => "Return a list of names of the unary intrinsics.",
6427 "_opcode.get_intrinsic2_descs" => "Return a list of names of the binary intrinsics.",
6428 "_opcode.get_nb_ops" => "Return array of symbols of binary ops.\n\nIndexed by the BINARY_OP oparg value.",
6429 "_opcode.get_special_method_names" => "Return a list of special method names.",
6430 "_opcode.get_specialization_stats" => "Return the specialization stats",
6431 "_opcode.has_arg" => "Return True if the opcode uses its oparg, False otherwise.",
6432 "_opcode.has_const" => "Return True if the opcode accesses a constant, False otherwise.",
6433 "_opcode.has_exc" => "Return True if the opcode sets an exception handler, False otherwise.",
6434 "_opcode.has_free" => "Return True if the opcode accesses a free variable, False otherwise.\n\nNote that 'free' in this context refers to names in the current scope\nthat are referenced by inner scopes or names in outer scopes that are\nreferenced from this scope. It does not include references to global\nor builtin scopes.",
6435 "_opcode.has_jump" => "Return True if the opcode has a jump target, False otherwise.",
6436 "_opcode.has_local" => "Return True if the opcode accesses a local variable, False otherwise.",
6437 "_opcode.has_name" => "Return True if the opcode accesses an attribute by name, False otherwise.",
6438 "_opcode.is_valid" => "Return True if opcode is valid, False otherwise.",
6439 "_opcode.stack_effect" => "Compute the stack effect of the opcode.",
6440 "_operator" => "Operator interface.\n\nThis module exports a set of functions implemented in C corresponding\nto the intrinsic operators of Python. For example, operator.add(x, y)\nis equivalent to the expression x+y. The function names are those\nused for special methods; variants without leading and trailing\n'__' are also provided for convenience.",
6441 "_operator._compare_digest" => "Return 'a == b'.\n\nThis function uses an approach designed to prevent\ntiming analysis, making it appropriate for cryptography.\n\na and b must both be of the same type: either str (ASCII only),\nor any bytes-like object.\n\nNote: If a and b are of different lengths, or if an error occurs,\na timing attack could theoretically reveal information about the\ntypes and lengths of a and b--but not their values.",
6442 "_operator.abs" => "Same as abs(a).",
6443 "_operator.add" => "Same as a + b.",
6444 "_operator.and_" => "Same as a & b.",
6445 "_operator.attrgetter" => "Return a callable object that fetches the given attribute(s) from its operand.\nAfter f = attrgetter('name'), the call f(r) returns r.name.\nAfter g = attrgetter('name', 'date'), the call g(r) returns (r.name, r.date).\nAfter h = attrgetter('name.first', 'name.last'), the call h(r) returns\n(r.name.first, r.name.last).",
6446 "_operator.attrgetter.__call__" => "Call self as a function.",
6447 "_operator.attrgetter.__delattr__" => "Implement delattr(self, name).",
6448 "_operator.attrgetter.__eq__" => "Return self==value.",
6449 "_operator.attrgetter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6450 "_operator.attrgetter.__ge__" => "Return self>=value.",
6451 "_operator.attrgetter.__getattribute__" => "Return getattr(self, name).",
6452 "_operator.attrgetter.__getstate__" => "Helper for pickle.",
6453 "_operator.attrgetter.__gt__" => "Return self>value.",
6454 "_operator.attrgetter.__hash__" => "Return hash(self).",
6455 "_operator.attrgetter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6456 "_operator.attrgetter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6457 "_operator.attrgetter.__le__" => "Return self<=value.",
6458 "_operator.attrgetter.__lt__" => "Return self<value.",
6459 "_operator.attrgetter.__ne__" => "Return self!=value.",
6460 "_operator.attrgetter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6461 "_operator.attrgetter.__reduce__" => "Return state information for pickling",
6462 "_operator.attrgetter.__reduce_ex__" => "Helper for pickle.",
6463 "_operator.attrgetter.__repr__" => "Return repr(self).",
6464 "_operator.attrgetter.__setattr__" => "Implement setattr(self, name, value).",
6465 "_operator.attrgetter.__sizeof__" => "Size of object in memory, in bytes.",
6466 "_operator.attrgetter.__str__" => "Return str(self).",
6467 "_operator.attrgetter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6468 "_operator.call" => "Same as obj(*args, **kwargs).",
6469 "_operator.concat" => "Same as a + b, for a and b sequences.",
6470 "_operator.contains" => "Same as b in a (note reversed operands).",
6471 "_operator.countOf" => "Return the number of items in a which are, or which equal, b.",
6472 "_operator.delitem" => "Same as del a[b].",
6473 "_operator.eq" => "Same as a == b.",
6474 "_operator.floordiv" => "Same as a // b.",
6475 "_operator.ge" => "Same as a >= b.",
6476 "_operator.getitem" => "Same as a[b].",
6477 "_operator.gt" => "Same as a > b.",
6478 "_operator.iadd" => "Same as a += b.",
6479 "_operator.iand" => "Same as a &= b.",
6480 "_operator.iconcat" => "Same as a += b, for a and b sequences.",
6481 "_operator.ifloordiv" => "Same as a //= b.",
6482 "_operator.ilshift" => "Same as a <<= b.",
6483 "_operator.imatmul" => "Same as a @= b.",
6484 "_operator.imod" => "Same as a %= b.",
6485 "_operator.imul" => "Same as a *= b.",
6486 "_operator.index" => "Same as a.__index__()",
6487 "_operator.indexOf" => "Return the first index of b in a.",
6488 "_operator.inv" => "Same as ~a.",
6489 "_operator.invert" => "Same as ~a.",
6490 "_operator.ior" => "Same as a |= b.",
6491 "_operator.ipow" => "Same as a **= b.",
6492 "_operator.irshift" => "Same as a >>= b.",
6493 "_operator.is_" => "Same as a is b.",
6494 "_operator.is_none" => "Same as a is None.",
6495 "_operator.is_not" => "Same as a is not b.",
6496 "_operator.is_not_none" => "Same as a is not None.",
6497 "_operator.isub" => "Same as a -= b.",
6498 "_operator.itemgetter" => "Return a callable object that fetches the given item(s) from its operand.\nAfter f = itemgetter(2), the call f(r) returns r[2].\nAfter g = itemgetter(2, 5, 3), the call g(r) returns (r[2], r[5], r[3])",
6499 "_operator.itemgetter.__call__" => "Call self as a function.",
6500 "_operator.itemgetter.__delattr__" => "Implement delattr(self, name).",
6501 "_operator.itemgetter.__eq__" => "Return self==value.",
6502 "_operator.itemgetter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6503 "_operator.itemgetter.__ge__" => "Return self>=value.",
6504 "_operator.itemgetter.__getattribute__" => "Return getattr(self, name).",
6505 "_operator.itemgetter.__getstate__" => "Helper for pickle.",
6506 "_operator.itemgetter.__gt__" => "Return self>value.",
6507 "_operator.itemgetter.__hash__" => "Return hash(self).",
6508 "_operator.itemgetter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6509 "_operator.itemgetter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6510 "_operator.itemgetter.__le__" => "Return self<=value.",
6511 "_operator.itemgetter.__lt__" => "Return self<value.",
6512 "_operator.itemgetter.__ne__" => "Return self!=value.",
6513 "_operator.itemgetter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6514 "_operator.itemgetter.__reduce__" => "Return state information for pickling",
6515 "_operator.itemgetter.__reduce_ex__" => "Helper for pickle.",
6516 "_operator.itemgetter.__repr__" => "Return repr(self).",
6517 "_operator.itemgetter.__setattr__" => "Implement setattr(self, name, value).",
6518 "_operator.itemgetter.__sizeof__" => "Size of object in memory, in bytes.",
6519 "_operator.itemgetter.__str__" => "Return str(self).",
6520 "_operator.itemgetter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6521 "_operator.itruediv" => "Same as a /= b.",
6522 "_operator.ixor" => "Same as a ^= b.",
6523 "_operator.le" => "Same as a <= b.",
6524 "_operator.length_hint" => "Return an estimate of the number of items in obj.\n\nThis is useful for presizing containers when building from an iterable.\n\nIf the object supports len(), the result will be exact.\nOtherwise, it may over- or under-estimate by an arbitrary amount.\nThe result will be an integer >= 0.",
6525 "_operator.lshift" => "Same as a << b.",
6526 "_operator.lt" => "Same as a < b.",
6527 "_operator.matmul" => "Same as a @ b.",
6528 "_operator.methodcaller" => "Return a callable object that calls the given method on its operand.\nAfter f = methodcaller('name'), the call f(r) returns r.name().\nAfter g = methodcaller('name', 'date', foo=1), the call g(r) returns\nr.name('date', foo=1).",
6529 "_operator.methodcaller.__call__" => "Call self as a function.",
6530 "_operator.methodcaller.__delattr__" => "Implement delattr(self, name).",
6531 "_operator.methodcaller.__eq__" => "Return self==value.",
6532 "_operator.methodcaller.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6533 "_operator.methodcaller.__ge__" => "Return self>=value.",
6534 "_operator.methodcaller.__getattribute__" => "Return getattr(self, name).",
6535 "_operator.methodcaller.__getstate__" => "Helper for pickle.",
6536 "_operator.methodcaller.__gt__" => "Return self>value.",
6537 "_operator.methodcaller.__hash__" => "Return hash(self).",
6538 "_operator.methodcaller.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6539 "_operator.methodcaller.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6540 "_operator.methodcaller.__le__" => "Return self<=value.",
6541 "_operator.methodcaller.__lt__" => "Return self<value.",
6542 "_operator.methodcaller.__ne__" => "Return self!=value.",
6543 "_operator.methodcaller.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6544 "_operator.methodcaller.__reduce__" => "Return state information for pickling",
6545 "_operator.methodcaller.__reduce_ex__" => "Helper for pickle.",
6546 "_operator.methodcaller.__repr__" => "Return repr(self).",
6547 "_operator.methodcaller.__setattr__" => "Implement setattr(self, name, value).",
6548 "_operator.methodcaller.__sizeof__" => "Size of object in memory, in bytes.",
6549 "_operator.methodcaller.__str__" => "Return str(self).",
6550 "_operator.methodcaller.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6551 "_operator.mod" => "Same as a % b.",
6552 "_operator.mul" => "Same as a * b.",
6553 "_operator.ne" => "Same as a != b.",
6554 "_operator.neg" => "Same as -a.",
6555 "_operator.not_" => "Same as not a.",
6556 "_operator.or_" => "Same as a | b.",
6557 "_operator.pos" => "Same as +a.",
6558 "_operator.pow" => "Same as a ** b.",
6559 "_operator.rshift" => "Same as a >> b.",
6560 "_operator.setitem" => "Same as a[b] = c.",
6561 "_operator.sub" => "Same as a - b.",
6562 "_operator.truediv" => "Same as a / b.",
6563 "_operator.truth" => "Return True if a is true, False otherwise.",
6564 "_operator.xor" => "Same as a ^ b.",
6565 "_overlapped.BindLocal" => "Bind a socket handle to an arbitrary local port.\n\nfamily should be AF_INET or AF_INET6.",
6566 "_overlapped.ConnectPipe" => "Connect to the pipe for asynchronous I/O (overlapped).",
6567 "_overlapped.CreateEvent" => "Create an event.\n\nEventAttributes must be None.",
6568 "_overlapped.CreateIoCompletionPort" => "Create a completion port or register a handle with a port.",
6569 "_overlapped.FormatMessage" => "Return error message for an error code.",
6570 "_overlapped.GetQueuedCompletionStatus" => "Get a message from completion port.\n\nWait for up to msecs milliseconds.",
6571 "_overlapped.Overlapped" => "OVERLAPPED structure wrapper.",
6572 "_overlapped.Overlapped.AcceptEx" => "Start overlapped wait for client to connect.",
6573 "_overlapped.Overlapped.ConnectEx" => "Start overlapped connect.\n\nclient_handle should be unbound.",
6574 "_overlapped.Overlapped.ConnectNamedPipe" => "Start overlapped wait for a client to connect.",
6575 "_overlapped.Overlapped.ReadFile" => "Start overlapped read.",
6576 "_overlapped.Overlapped.ReadFileInto" => "Start overlapped receive.",
6577 "_overlapped.Overlapped.TransmitFile" => "Transmit file data over a connected socket.",
6578 "_overlapped.Overlapped.WSARecv" => "Start overlapped receive.",
6579 "_overlapped.Overlapped.WSARecvFrom" => "Start overlapped receive.",
6580 "_overlapped.Overlapped.WSARecvFromInto" => "Start overlapped receive.",
6581 "_overlapped.Overlapped.WSARecvInto" => "Start overlapped receive.",
6582 "_overlapped.Overlapped.WSASend" => "Start overlapped send.",
6583 "_overlapped.Overlapped.WSASendTo" => "Start overlapped sendto over a connectionless (UDP) socket.",
6584 "_overlapped.Overlapped.WriteFile" => "Start overlapped write.",
6585 "_overlapped.Overlapped.__delattr__" => "Implement delattr(self, name).",
6586 "_overlapped.Overlapped.__eq__" => "Return self==value.",
6587 "_overlapped.Overlapped.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6588 "_overlapped.Overlapped.__ge__" => "Return self>=value.",
6589 "_overlapped.Overlapped.__getattribute__" => "Return getattr(self, name).",
6590 "_overlapped.Overlapped.__getstate__" => "Helper for pickle.",
6591 "_overlapped.Overlapped.__gt__" => "Return self>value.",
6592 "_overlapped.Overlapped.__hash__" => "Return hash(self).",
6593 "_overlapped.Overlapped.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6594 "_overlapped.Overlapped.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6595 "_overlapped.Overlapped.__le__" => "Return self<=value.",
6596 "_overlapped.Overlapped.__lt__" => "Return self<value.",
6597 "_overlapped.Overlapped.__ne__" => "Return self!=value.",
6598 "_overlapped.Overlapped.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6599 "_overlapped.Overlapped.__reduce__" => "Helper for pickle.",
6600 "_overlapped.Overlapped.__reduce_ex__" => "Helper for pickle.",
6601 "_overlapped.Overlapped.__repr__" => "Return repr(self).",
6602 "_overlapped.Overlapped.__setattr__" => "Implement setattr(self, name, value).",
6603 "_overlapped.Overlapped.__sizeof__" => "Size of object in memory, in bytes.",
6604 "_overlapped.Overlapped.__str__" => "Return str(self).",
6605 "_overlapped.Overlapped.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6606 "_overlapped.Overlapped.address" => "Address of overlapped structure",
6607 "_overlapped.Overlapped.cancel" => "Cancel overlapped operation.",
6608 "_overlapped.Overlapped.error" => "Error from last operation",
6609 "_overlapped.Overlapped.event" => "Overlapped event handle",
6610 "_overlapped.Overlapped.getresult" => "Retrieve result of operation.\n\nIf wait is true then it blocks until the operation is finished. If wait\nis false and the operation is still pending then an error is raised.",
6611 "_overlapped.Overlapped.pending" => "Whether the operation is pending",
6612 "_overlapped.PostQueuedCompletionStatus" => "Post a message to completion port.",
6613 "_overlapped.RegisterWaitWithQueue" => "Register wait for Object; when complete CompletionPort is notified.",
6614 "_overlapped.ResetEvent" => "Reset event.",
6615 "_overlapped.SetEvent" => "Set event.",
6616 "_overlapped.UnregisterWait" => "Unregister wait handle.",
6617 "_overlapped.UnregisterWaitEx" => "Unregister wait handle.",
6618 "_overlapped.WSAConnect" => "Bind a remote address to a connectionless (UDP) socket.",
6619 "_pickle" => "Optimized C implementation for the Python pickle module.",
6620 "_pickle.PickleBuffer" => "Wrapper for potentially out-of-band buffers",
6621 "_pickle.PickleBuffer.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
6622 "_pickle.PickleBuffer.__delattr__" => "Implement delattr(self, name).",
6623 "_pickle.PickleBuffer.__eq__" => "Return self==value.",
6624 "_pickle.PickleBuffer.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6625 "_pickle.PickleBuffer.__ge__" => "Return self>=value.",
6626 "_pickle.PickleBuffer.__getattribute__" => "Return getattr(self, name).",
6627 "_pickle.PickleBuffer.__getstate__" => "Helper for pickle.",
6628 "_pickle.PickleBuffer.__gt__" => "Return self>value.",
6629 "_pickle.PickleBuffer.__hash__" => "Return hash(self).",
6630 "_pickle.PickleBuffer.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6631 "_pickle.PickleBuffer.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6632 "_pickle.PickleBuffer.__le__" => "Return self<=value.",
6633 "_pickle.PickleBuffer.__lt__" => "Return self<value.",
6634 "_pickle.PickleBuffer.__ne__" => "Return self!=value.",
6635 "_pickle.PickleBuffer.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6636 "_pickle.PickleBuffer.__reduce__" => "Helper for pickle.",
6637 "_pickle.PickleBuffer.__reduce_ex__" => "Helper for pickle.",
6638 "_pickle.PickleBuffer.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
6639 "_pickle.PickleBuffer.__repr__" => "Return repr(self).",
6640 "_pickle.PickleBuffer.__setattr__" => "Implement setattr(self, name, value).",
6641 "_pickle.PickleBuffer.__sizeof__" => "Size of object in memory, in bytes.",
6642 "_pickle.PickleBuffer.__str__" => "Return str(self).",
6643 "_pickle.PickleBuffer.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6644 "_pickle.PickleBuffer.raw" => "Return a memoryview of the raw memory underlying this buffer.\nWill raise BufferError is the buffer isn't contiguous.",
6645 "_pickle.PickleBuffer.release" => "Release the underlying buffer exposed by the PickleBuffer object.",
6646 "_pickle.PickleError.__delattr__" => "Implement delattr(self, name).",
6647 "_pickle.PickleError.__eq__" => "Return self==value.",
6648 "_pickle.PickleError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6649 "_pickle.PickleError.__ge__" => "Return self>=value.",
6650 "_pickle.PickleError.__getattribute__" => "Return getattr(self, name).",
6651 "_pickle.PickleError.__getstate__" => "Helper for pickle.",
6652 "_pickle.PickleError.__gt__" => "Return self>value.",
6653 "_pickle.PickleError.__hash__" => "Return hash(self).",
6654 "_pickle.PickleError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6655 "_pickle.PickleError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6656 "_pickle.PickleError.__le__" => "Return self<=value.",
6657 "_pickle.PickleError.__lt__" => "Return self<value.",
6658 "_pickle.PickleError.__ne__" => "Return self!=value.",
6659 "_pickle.PickleError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6660 "_pickle.PickleError.__reduce_ex__" => "Helper for pickle.",
6661 "_pickle.PickleError.__repr__" => "Return repr(self).",
6662 "_pickle.PickleError.__setattr__" => "Implement setattr(self, name, value).",
6663 "_pickle.PickleError.__sizeof__" => "Size of object in memory, in bytes.",
6664 "_pickle.PickleError.__str__" => "Return str(self).",
6665 "_pickle.PickleError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6666 "_pickle.PickleError.__weakref__" => "list of weak references to the object",
6667 "_pickle.PickleError.add_note" => "Add a note to the exception",
6668 "_pickle.PickleError.with_traceback" => "Set self.__traceback__ to tb and return self.",
6669 "_pickle.Pickler" => "This takes a binary file for writing a pickle data stream.\n\nThe optional *protocol* argument tells the pickler to use the given\nprotocol; supported protocols are 0, 1, 2, 3, 4 and 5. The default\nprotocol is 5. It was introduced in Python 3.8, and is incompatible\nwith previous versions.\n\nSpecifying a negative protocol version selects the highest protocol\nversion supported. The higher the protocol used, the more recent the\nversion of Python needed to read the pickle produced.\n\nThe *file* argument must have a write() method that accepts a single\nbytes argument. It can thus be a file object opened for binary\nwriting, an io.BytesIO instance, or any other custom object that meets\nthis interface.\n\nIf *fix_imports* is True and protocol is less than 3, pickle will try\nto map the new Python 3 names to the old module names used in Python\n2, so that the pickle data stream is readable with Python 2.\n\nIf *buffer_callback* is None (the default), buffer views are\nserialized into *file* as part of the pickle stream.\n\nIf *buffer_callback* is not None, then it can be called any number\nof times with a buffer view. If the callback returns a false value\n(such as None), the given buffer is out-of-band; otherwise the\nbuffer is serialized in-band, i.e. inside the pickle stream.\n\nIt is an error if *buffer_callback* is not None and *protocol*\nis None or smaller than 5.",
6670 "_pickle.Pickler.__delattr__" => "Implement delattr(self, name).",
6671 "_pickle.Pickler.__eq__" => "Return self==value.",
6672 "_pickle.Pickler.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6673 "_pickle.Pickler.__ge__" => "Return self>=value.",
6674 "_pickle.Pickler.__getattribute__" => "Return getattr(self, name).",
6675 "_pickle.Pickler.__getstate__" => "Helper for pickle.",
6676 "_pickle.Pickler.__gt__" => "Return self>value.",
6677 "_pickle.Pickler.__hash__" => "Return hash(self).",
6678 "_pickle.Pickler.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6679 "_pickle.Pickler.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6680 "_pickle.Pickler.__le__" => "Return self<=value.",
6681 "_pickle.Pickler.__lt__" => "Return self<value.",
6682 "_pickle.Pickler.__ne__" => "Return self!=value.",
6683 "_pickle.Pickler.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6684 "_pickle.Pickler.__reduce__" => "Helper for pickle.",
6685 "_pickle.Pickler.__reduce_ex__" => "Helper for pickle.",
6686 "_pickle.Pickler.__repr__" => "Return repr(self).",
6687 "_pickle.Pickler.__setattr__" => "Implement setattr(self, name, value).",
6688 "_pickle.Pickler.__sizeof__" => "Returns size in memory, in bytes.",
6689 "_pickle.Pickler.__str__" => "Return str(self).",
6690 "_pickle.Pickler.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6691 "_pickle.Pickler.clear_memo" => "Clears the pickler's \"memo\".\n\nThe memo is the data structure that remembers which objects the\npickler has already seen, so that shared or recursive objects are\npickled by reference and not by value. This method is useful when\nre-using picklers.",
6692 "_pickle.Pickler.dump" => "Write a pickled representation of the given object to the open file.",
6693 "_pickle.PicklingError.__delattr__" => "Implement delattr(self, name).",
6694 "_pickle.PicklingError.__eq__" => "Return self==value.",
6695 "_pickle.PicklingError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6696 "_pickle.PicklingError.__ge__" => "Return self>=value.",
6697 "_pickle.PicklingError.__getattribute__" => "Return getattr(self, name).",
6698 "_pickle.PicklingError.__getstate__" => "Helper for pickle.",
6699 "_pickle.PicklingError.__gt__" => "Return self>value.",
6700 "_pickle.PicklingError.__hash__" => "Return hash(self).",
6701 "_pickle.PicklingError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6702 "_pickle.PicklingError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6703 "_pickle.PicklingError.__le__" => "Return self<=value.",
6704 "_pickle.PicklingError.__lt__" => "Return self<value.",
6705 "_pickle.PicklingError.__ne__" => "Return self!=value.",
6706 "_pickle.PicklingError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6707 "_pickle.PicklingError.__reduce_ex__" => "Helper for pickle.",
6708 "_pickle.PicklingError.__repr__" => "Return repr(self).",
6709 "_pickle.PicklingError.__setattr__" => "Implement setattr(self, name, value).",
6710 "_pickle.PicklingError.__sizeof__" => "Size of object in memory, in bytes.",
6711 "_pickle.PicklingError.__str__" => "Return str(self).",
6712 "_pickle.PicklingError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6713 "_pickle.PicklingError.__weakref__" => "list of weak references to the object",
6714 "_pickle.PicklingError.add_note" => "Add a note to the exception",
6715 "_pickle.PicklingError.with_traceback" => "Set self.__traceback__ to tb and return self.",
6716 "_pickle.Unpickler" => "This takes a binary file for reading a pickle data stream.\n\nThe protocol version of the pickle is detected automatically, so no\nprotocol argument is needed. Bytes past the pickled object's\nrepresentation are ignored.\n\nThe argument *file* must have two methods, a read() method that takes\nan integer argument, and a readline() method that requires no\narguments. Both methods should return bytes. Thus *file* can be a\nbinary file object opened for reading, an io.BytesIO object, or any\nother custom object that meets this interface.\n\nOptional keyword arguments are *fix_imports*, *encoding* and *errors*,\nwhich are used to control compatibility support for pickle stream\ngenerated by Python 2. If *fix_imports* is True, pickle will try to\nmap the old Python 2 names to the new names used in Python 3. The\n*encoding* and *errors* tell pickle how to decode 8-bit string\ninstances pickled by Python 2; these default to 'ASCII' and 'strict',\nrespectively. The *encoding* can be 'bytes' to read these 8-bit\nstring instances as bytes objects.",
6717 "_pickle.Unpickler.__delattr__" => "Implement delattr(self, name).",
6718 "_pickle.Unpickler.__eq__" => "Return self==value.",
6719 "_pickle.Unpickler.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6720 "_pickle.Unpickler.__ge__" => "Return self>=value.",
6721 "_pickle.Unpickler.__getattribute__" => "Return getattr(self, name).",
6722 "_pickle.Unpickler.__getstate__" => "Helper for pickle.",
6723 "_pickle.Unpickler.__gt__" => "Return self>value.",
6724 "_pickle.Unpickler.__hash__" => "Return hash(self).",
6725 "_pickle.Unpickler.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6726 "_pickle.Unpickler.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6727 "_pickle.Unpickler.__le__" => "Return self<=value.",
6728 "_pickle.Unpickler.__lt__" => "Return self<value.",
6729 "_pickle.Unpickler.__ne__" => "Return self!=value.",
6730 "_pickle.Unpickler.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6731 "_pickle.Unpickler.__reduce__" => "Helper for pickle.",
6732 "_pickle.Unpickler.__reduce_ex__" => "Helper for pickle.",
6733 "_pickle.Unpickler.__repr__" => "Return repr(self).",
6734 "_pickle.Unpickler.__setattr__" => "Implement setattr(self, name, value).",
6735 "_pickle.Unpickler.__sizeof__" => "Returns size in memory, in bytes.",
6736 "_pickle.Unpickler.__str__" => "Return str(self).",
6737 "_pickle.Unpickler.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6738 "_pickle.Unpickler.find_class" => "Return an object from a specified module.\n\nIf necessary, the module will be imported. Subclasses may override\nthis method (e.g. to restrict unpickling of arbitrary classes and\nfunctions).\n\nThis method is called whenever a class or a function object is\nneeded. Both arguments passed are str objects.",
6739 "_pickle.Unpickler.load" => "Load a pickle.\n\nRead a pickled object representation from the open file object given\nin the constructor, and return the reconstituted object hierarchy\nspecified therein.",
6740 "_pickle.UnpicklingError.__delattr__" => "Implement delattr(self, name).",
6741 "_pickle.UnpicklingError.__eq__" => "Return self==value.",
6742 "_pickle.UnpicklingError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6743 "_pickle.UnpicklingError.__ge__" => "Return self>=value.",
6744 "_pickle.UnpicklingError.__getattribute__" => "Return getattr(self, name).",
6745 "_pickle.UnpicklingError.__getstate__" => "Helper for pickle.",
6746 "_pickle.UnpicklingError.__gt__" => "Return self>value.",
6747 "_pickle.UnpicklingError.__hash__" => "Return hash(self).",
6748 "_pickle.UnpicklingError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6749 "_pickle.UnpicklingError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6750 "_pickle.UnpicklingError.__le__" => "Return self<=value.",
6751 "_pickle.UnpicklingError.__lt__" => "Return self<value.",
6752 "_pickle.UnpicklingError.__ne__" => "Return self!=value.",
6753 "_pickle.UnpicklingError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6754 "_pickle.UnpicklingError.__reduce_ex__" => "Helper for pickle.",
6755 "_pickle.UnpicklingError.__repr__" => "Return repr(self).",
6756 "_pickle.UnpicklingError.__setattr__" => "Implement setattr(self, name, value).",
6757 "_pickle.UnpicklingError.__sizeof__" => "Size of object in memory, in bytes.",
6758 "_pickle.UnpicklingError.__str__" => "Return str(self).",
6759 "_pickle.UnpicklingError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6760 "_pickle.UnpicklingError.__weakref__" => "list of weak references to the object",
6761 "_pickle.UnpicklingError.add_note" => "Add a note to the exception",
6762 "_pickle.UnpicklingError.with_traceback" => "Set self.__traceback__ to tb and return self.",
6763 "_pickle.dump" => "Write a pickled representation of obj to the open file object file.\n\nThis is equivalent to ``Pickler(file, protocol).dump(obj)``, but may\nbe more efficient.\n\nThe optional *protocol* argument tells the pickler to use the given\nprotocol; supported protocols are 0, 1, 2, 3, 4 and 5. The default\nprotocol is 5. It was introduced in Python 3.8, and is incompatible\nwith previous versions.\n\nSpecifying a negative protocol version selects the highest protocol\nversion supported. The higher the protocol used, the more recent the\nversion of Python needed to read the pickle produced.\n\nThe *file* argument must have a write() method that accepts a single\nbytes argument. It can thus be a file object opened for binary\nwriting, an io.BytesIO instance, or any other custom object that meets\nthis interface.\n\nIf *fix_imports* is True and protocol is less than 3, pickle will try\nto map the new Python 3 names to the old module names used in Python\n2, so that the pickle data stream is readable with Python 2.\n\nIf *buffer_callback* is None (the default), buffer views are serialized\ninto *file* as part of the pickle stream. It is an error if\n*buffer_callback* is not None and *protocol* is None or smaller than 5.",
6764 "_pickle.dumps" => "Return the pickled representation of the object as a bytes object.\n\nThe optional *protocol* argument tells the pickler to use the given\nprotocol; supported protocols are 0, 1, 2, 3, 4 and 5. The default\nprotocol is 5. It was introduced in Python 3.8, and is incompatible\nwith previous versions.\n\nSpecifying a negative protocol version selects the highest protocol\nversion supported. The higher the protocol used, the more recent the\nversion of Python needed to read the pickle produced.\n\nIf *fix_imports* is True and *protocol* is less than 3, pickle will\ntry to map the new Python 3 names to the old module names used in\nPython 2, so that the pickle data stream is readable with Python 2.\n\nIf *buffer_callback* is None (the default), buffer views are serialized\ninto *file* as part of the pickle stream. It is an error if\n*buffer_callback* is not None and *protocol* is None or smaller than 5.",
6765 "_pickle.load" => "Read and return an object from the pickle data stored in a file.\n\nThis is equivalent to ``Unpickler(file).load()``, but may be more\nefficient.\n\nThe protocol version of the pickle is detected automatically, so no\nprotocol argument is needed. Bytes past the pickled object's\nrepresentation are ignored.\n\nThe argument *file* must have two methods, a read() method that takes\nan integer argument, and a readline() method that requires no\narguments. Both methods should return bytes. Thus *file* can be a\nbinary file object opened for reading, an io.BytesIO object, or any\nother custom object that meets this interface.\n\nOptional keyword arguments are *fix_imports*, *encoding* and *errors*,\nwhich are used to control compatibility support for pickle stream\ngenerated by Python 2. If *fix_imports* is True, pickle will try to\nmap the old Python 2 names to the new names used in Python 3. The\n*encoding* and *errors* tell pickle how to decode 8-bit string\ninstances pickled by Python 2; these default to 'ASCII' and 'strict',\nrespectively. The *encoding* can be 'bytes' to read these 8-bit\nstring instances as bytes objects.",
6766 "_pickle.loads" => "Read and return an object from the given pickle data.\n\nThe protocol version of the pickle is detected automatically, so no\nprotocol argument is needed. Bytes past the pickled object's\nrepresentation are ignored.\n\nOptional keyword arguments are *fix_imports*, *encoding* and *errors*,\nwhich are used to control compatibility support for pickle stream\ngenerated by Python 2. If *fix_imports* is True, pickle will try to\nmap the old Python 2 names to the new names used in Python 3. The\n*encoding* and *errors* tell pickle how to decode 8-bit string\ninstances pickled by Python 2; these default to 'ASCII' and 'strict',\nrespectively. The *encoding* can be 'bytes' to read these 8-bit\nstring instances as bytes objects.",
6767 "_posixshmem" => "POSIX shared memory module",
6768 "_posixshmem.shm_open" => "Open a shared memory object. Returns a file descriptor (integer).",
6769 "_posixshmem.shm_unlink" => "Remove a shared memory object (similar to unlink()).\n\nRemove a shared memory object name, and, once all processes have unmapped\nthe object, de-allocates and destroys the contents of the associated memory\nregion.",
6770 "_posixsubprocess" => "A POSIX helper for the subprocess module.",
6771 "_posixsubprocess.fork_exec" => "Spawn a fresh new child process.\n\nFork a child process, close parent file descriptors as appropriate in the\nchild and duplicate the few that are needed before calling exec() in the\nchild process.\n\nIf close_fds is True, close file descriptors 3 and higher, except those listed\nin the sorted tuple pass_fds.\n\nThe preexec_fn, if supplied, will be called immediately before closing file\ndescriptors and exec.\n\nWARNING: preexec_fn is NOT SAFE if your application uses threads.\n It may trigger infrequent, difficult to debug deadlocks.\n\nIf an error occurs in the child process before the exec, it is\nserialized and written to the errpipe_write fd per subprocess.py.\n\nReturns: the child process's PID.\n\nRaises: Only on an error in the parent process.",
6772 "_queue" => "C implementation of the Python queue module.\nThis module is an implementation detail, please do not use it directly.",
6773 "_queue.Empty" => "Exception raised by Queue.get(block=0)/get_nowait().",
6774 "_queue.Empty.__delattr__" => "Implement delattr(self, name).",
6775 "_queue.Empty.__eq__" => "Return self==value.",
6776 "_queue.Empty.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6777 "_queue.Empty.__ge__" => "Return self>=value.",
6778 "_queue.Empty.__getattribute__" => "Return getattr(self, name).",
6779 "_queue.Empty.__getstate__" => "Helper for pickle.",
6780 "_queue.Empty.__gt__" => "Return self>value.",
6781 "_queue.Empty.__hash__" => "Return hash(self).",
6782 "_queue.Empty.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6783 "_queue.Empty.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6784 "_queue.Empty.__le__" => "Return self<=value.",
6785 "_queue.Empty.__lt__" => "Return self<value.",
6786 "_queue.Empty.__ne__" => "Return self!=value.",
6787 "_queue.Empty.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6788 "_queue.Empty.__reduce_ex__" => "Helper for pickle.",
6789 "_queue.Empty.__repr__" => "Return repr(self).",
6790 "_queue.Empty.__setattr__" => "Implement setattr(self, name, value).",
6791 "_queue.Empty.__sizeof__" => "Size of object in memory, in bytes.",
6792 "_queue.Empty.__str__" => "Return str(self).",
6793 "_queue.Empty.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6794 "_queue.Empty.__weakref__" => "list of weak references to the object",
6795 "_queue.Empty.add_note" => "Add a note to the exception",
6796 "_queue.Empty.with_traceback" => "Set self.__traceback__ to tb and return self.",
6797 "_queue.SimpleQueue" => "Simple, unbounded, reentrant FIFO queue.",
6798 "_queue.SimpleQueue.__class_getitem__" => "See PEP 585",
6799 "_queue.SimpleQueue.__delattr__" => "Implement delattr(self, name).",
6800 "_queue.SimpleQueue.__eq__" => "Return self==value.",
6801 "_queue.SimpleQueue.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6802 "_queue.SimpleQueue.__ge__" => "Return self>=value.",
6803 "_queue.SimpleQueue.__getattribute__" => "Return getattr(self, name).",
6804 "_queue.SimpleQueue.__getstate__" => "Helper for pickle.",
6805 "_queue.SimpleQueue.__gt__" => "Return self>value.",
6806 "_queue.SimpleQueue.__hash__" => "Return hash(self).",
6807 "_queue.SimpleQueue.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6808 "_queue.SimpleQueue.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6809 "_queue.SimpleQueue.__le__" => "Return self<=value.",
6810 "_queue.SimpleQueue.__lt__" => "Return self<value.",
6811 "_queue.SimpleQueue.__ne__" => "Return self!=value.",
6812 "_queue.SimpleQueue.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6813 "_queue.SimpleQueue.__reduce__" => "Helper for pickle.",
6814 "_queue.SimpleQueue.__reduce_ex__" => "Helper for pickle.",
6815 "_queue.SimpleQueue.__repr__" => "Return repr(self).",
6816 "_queue.SimpleQueue.__setattr__" => "Implement setattr(self, name, value).",
6817 "_queue.SimpleQueue.__sizeof__" => "Size of object in memory, in bytes.",
6818 "_queue.SimpleQueue.__str__" => "Return str(self).",
6819 "_queue.SimpleQueue.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6820 "_queue.SimpleQueue.empty" => "Return True if the queue is empty, False otherwise (not reliable!).",
6821 "_queue.SimpleQueue.get" => "Remove and return an item from the queue.\n\nIf optional args 'block' is true and 'timeout' is None (the default),\nblock if necessary until an item is available. If 'timeout' is\na non-negative number, it blocks at most 'timeout' seconds and raises\nthe Empty exception if no item was available within that time.\nOtherwise ('block' is false), return an item if one is immediately\navailable, else raise the Empty exception ('timeout' is ignored\nin that case).",
6822 "_queue.SimpleQueue.get_nowait" => "Remove and return an item from the queue without blocking.\n\nOnly get an item if one is immediately available. Otherwise\nraise the Empty exception.",
6823 "_queue.SimpleQueue.put" => "Put the item on the queue.\n\nThe optional 'block' and 'timeout' arguments are ignored, as this method\nnever blocks. They are provided for compatibility with the Queue class.",
6824 "_queue.SimpleQueue.put_nowait" => "Put an item into the queue without blocking.\n\nThis is exactly equivalent to `put(item)` and is only provided\nfor compatibility with the Queue class.",
6825 "_queue.SimpleQueue.qsize" => "Return the approximate size of the queue (not reliable!).",
6826 "_random" => "Module implements the Mersenne Twister random number generator.",
6827 "_random.Random" => "Random() -> create a random number generator with its own internal state.",
6828 "_random.Random.__delattr__" => "Implement delattr(self, name).",
6829 "_random.Random.__eq__" => "Return self==value.",
6830 "_random.Random.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6831 "_random.Random.__ge__" => "Return self>=value.",
6832 "_random.Random.__getattribute__" => "Return getattr(self, name).",
6833 "_random.Random.__getstate__" => "Helper for pickle.",
6834 "_random.Random.__gt__" => "Return self>value.",
6835 "_random.Random.__hash__" => "Return hash(self).",
6836 "_random.Random.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6837 "_random.Random.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6838 "_random.Random.__le__" => "Return self<=value.",
6839 "_random.Random.__lt__" => "Return self<value.",
6840 "_random.Random.__ne__" => "Return self!=value.",
6841 "_random.Random.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6842 "_random.Random.__reduce__" => "Helper for pickle.",
6843 "_random.Random.__reduce_ex__" => "Helper for pickle.",
6844 "_random.Random.__repr__" => "Return repr(self).",
6845 "_random.Random.__setattr__" => "Implement setattr(self, name, value).",
6846 "_random.Random.__sizeof__" => "Size of object in memory, in bytes.",
6847 "_random.Random.__str__" => "Return str(self).",
6848 "_random.Random.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6849 "_random.Random.getrandbits" => "getrandbits(k) -> x. Generates an int with k random bits.",
6850 "_random.Random.getstate" => "getstate() -> tuple containing the current state.",
6851 "_random.Random.random" => "random() -> x in the interval [0, 1).",
6852 "_random.Random.seed" => "seed([n]) -> None.\n\nDefaults to use urandom and falls back to a combination\nof the current time and the process identifier.",
6853 "_random.Random.setstate" => "setstate(state) -> None. Restores generator state.",
6854 "_remote_debugging.AwaitedInfo" => "Information about what a thread is awaiting",
6855 "_remote_debugging.AwaitedInfo.__add__" => "Return self+value.",
6856 "_remote_debugging.AwaitedInfo.__class_getitem__" => "See PEP 585",
6857 "_remote_debugging.AwaitedInfo.__contains__" => "Return bool(key in self).",
6858 "_remote_debugging.AwaitedInfo.__delattr__" => "Implement delattr(self, name).",
6859 "_remote_debugging.AwaitedInfo.__eq__" => "Return self==value.",
6860 "_remote_debugging.AwaitedInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6861 "_remote_debugging.AwaitedInfo.__ge__" => "Return self>=value.",
6862 "_remote_debugging.AwaitedInfo.__getattribute__" => "Return getattr(self, name).",
6863 "_remote_debugging.AwaitedInfo.__getitem__" => "Return self[key].",
6864 "_remote_debugging.AwaitedInfo.__getstate__" => "Helper for pickle.",
6865 "_remote_debugging.AwaitedInfo.__gt__" => "Return self>value.",
6866 "_remote_debugging.AwaitedInfo.__hash__" => "Return hash(self).",
6867 "_remote_debugging.AwaitedInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6868 "_remote_debugging.AwaitedInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6869 "_remote_debugging.AwaitedInfo.__iter__" => "Implement iter(self).",
6870 "_remote_debugging.AwaitedInfo.__le__" => "Return self<=value.",
6871 "_remote_debugging.AwaitedInfo.__len__" => "Return len(self).",
6872 "_remote_debugging.AwaitedInfo.__lt__" => "Return self<value.",
6873 "_remote_debugging.AwaitedInfo.__mul__" => "Return self*value.",
6874 "_remote_debugging.AwaitedInfo.__ne__" => "Return self!=value.",
6875 "_remote_debugging.AwaitedInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6876 "_remote_debugging.AwaitedInfo.__reduce_ex__" => "Helper for pickle.",
6877 "_remote_debugging.AwaitedInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
6878 "_remote_debugging.AwaitedInfo.__repr__" => "Return repr(self).",
6879 "_remote_debugging.AwaitedInfo.__rmul__" => "Return value*self.",
6880 "_remote_debugging.AwaitedInfo.__setattr__" => "Implement setattr(self, name, value).",
6881 "_remote_debugging.AwaitedInfo.__sizeof__" => "Size of object in memory, in bytes.",
6882 "_remote_debugging.AwaitedInfo.__str__" => "Return str(self).",
6883 "_remote_debugging.AwaitedInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6884 "_remote_debugging.AwaitedInfo.awaited_by" => "List of tasks awaited by this thread",
6885 "_remote_debugging.AwaitedInfo.count" => "Return number of occurrences of value.",
6886 "_remote_debugging.AwaitedInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
6887 "_remote_debugging.AwaitedInfo.thread_id" => "Thread ID",
6888 "_remote_debugging.CoroInfo" => "Information about a coroutine",
6889 "_remote_debugging.CoroInfo.__add__" => "Return self+value.",
6890 "_remote_debugging.CoroInfo.__class_getitem__" => "See PEP 585",
6891 "_remote_debugging.CoroInfo.__contains__" => "Return bool(key in self).",
6892 "_remote_debugging.CoroInfo.__delattr__" => "Implement delattr(self, name).",
6893 "_remote_debugging.CoroInfo.__eq__" => "Return self==value.",
6894 "_remote_debugging.CoroInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6895 "_remote_debugging.CoroInfo.__ge__" => "Return self>=value.",
6896 "_remote_debugging.CoroInfo.__getattribute__" => "Return getattr(self, name).",
6897 "_remote_debugging.CoroInfo.__getitem__" => "Return self[key].",
6898 "_remote_debugging.CoroInfo.__getstate__" => "Helper for pickle.",
6899 "_remote_debugging.CoroInfo.__gt__" => "Return self>value.",
6900 "_remote_debugging.CoroInfo.__hash__" => "Return hash(self).",
6901 "_remote_debugging.CoroInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6902 "_remote_debugging.CoroInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6903 "_remote_debugging.CoroInfo.__iter__" => "Implement iter(self).",
6904 "_remote_debugging.CoroInfo.__le__" => "Return self<=value.",
6905 "_remote_debugging.CoroInfo.__len__" => "Return len(self).",
6906 "_remote_debugging.CoroInfo.__lt__" => "Return self<value.",
6907 "_remote_debugging.CoroInfo.__mul__" => "Return self*value.",
6908 "_remote_debugging.CoroInfo.__ne__" => "Return self!=value.",
6909 "_remote_debugging.CoroInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6910 "_remote_debugging.CoroInfo.__reduce_ex__" => "Helper for pickle.",
6911 "_remote_debugging.CoroInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
6912 "_remote_debugging.CoroInfo.__repr__" => "Return repr(self).",
6913 "_remote_debugging.CoroInfo.__rmul__" => "Return value*self.",
6914 "_remote_debugging.CoroInfo.__setattr__" => "Implement setattr(self, name, value).",
6915 "_remote_debugging.CoroInfo.__sizeof__" => "Size of object in memory, in bytes.",
6916 "_remote_debugging.CoroInfo.__str__" => "Return str(self).",
6917 "_remote_debugging.CoroInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6918 "_remote_debugging.CoroInfo.call_stack" => "Coroutine call stack",
6919 "_remote_debugging.CoroInfo.count" => "Return number of occurrences of value.",
6920 "_remote_debugging.CoroInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
6921 "_remote_debugging.CoroInfo.task_name" => "Task name",
6922 "_remote_debugging.FrameInfo" => "Information about a frame",
6923 "_remote_debugging.FrameInfo.__add__" => "Return self+value.",
6924 "_remote_debugging.FrameInfo.__class_getitem__" => "See PEP 585",
6925 "_remote_debugging.FrameInfo.__contains__" => "Return bool(key in self).",
6926 "_remote_debugging.FrameInfo.__delattr__" => "Implement delattr(self, name).",
6927 "_remote_debugging.FrameInfo.__eq__" => "Return self==value.",
6928 "_remote_debugging.FrameInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6929 "_remote_debugging.FrameInfo.__ge__" => "Return self>=value.",
6930 "_remote_debugging.FrameInfo.__getattribute__" => "Return getattr(self, name).",
6931 "_remote_debugging.FrameInfo.__getitem__" => "Return self[key].",
6932 "_remote_debugging.FrameInfo.__getstate__" => "Helper for pickle.",
6933 "_remote_debugging.FrameInfo.__gt__" => "Return self>value.",
6934 "_remote_debugging.FrameInfo.__hash__" => "Return hash(self).",
6935 "_remote_debugging.FrameInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6936 "_remote_debugging.FrameInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6937 "_remote_debugging.FrameInfo.__iter__" => "Implement iter(self).",
6938 "_remote_debugging.FrameInfo.__le__" => "Return self<=value.",
6939 "_remote_debugging.FrameInfo.__len__" => "Return len(self).",
6940 "_remote_debugging.FrameInfo.__lt__" => "Return self<value.",
6941 "_remote_debugging.FrameInfo.__mul__" => "Return self*value.",
6942 "_remote_debugging.FrameInfo.__ne__" => "Return self!=value.",
6943 "_remote_debugging.FrameInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6944 "_remote_debugging.FrameInfo.__reduce_ex__" => "Helper for pickle.",
6945 "_remote_debugging.FrameInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
6946 "_remote_debugging.FrameInfo.__repr__" => "Return repr(self).",
6947 "_remote_debugging.FrameInfo.__rmul__" => "Return value*self.",
6948 "_remote_debugging.FrameInfo.__setattr__" => "Implement setattr(self, name, value).",
6949 "_remote_debugging.FrameInfo.__sizeof__" => "Size of object in memory, in bytes.",
6950 "_remote_debugging.FrameInfo.__str__" => "Return str(self).",
6951 "_remote_debugging.FrameInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6952 "_remote_debugging.FrameInfo.count" => "Return number of occurrences of value.",
6953 "_remote_debugging.FrameInfo.filename" => "Source code filename",
6954 "_remote_debugging.FrameInfo.funcname" => "Function name",
6955 "_remote_debugging.FrameInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
6956 "_remote_debugging.FrameInfo.lineno" => "Line number",
6957 "_remote_debugging.RemoteUnwinder" => "RemoteUnwinder(pid): Inspect stack of a remote Python process.",
6958 "_remote_debugging.RemoteUnwinder.__delattr__" => "Implement delattr(self, name).",
6959 "_remote_debugging.RemoteUnwinder.__eq__" => "Return self==value.",
6960 "_remote_debugging.RemoteUnwinder.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6961 "_remote_debugging.RemoteUnwinder.__ge__" => "Return self>=value.",
6962 "_remote_debugging.RemoteUnwinder.__getattribute__" => "Return getattr(self, name).",
6963 "_remote_debugging.RemoteUnwinder.__getstate__" => "Helper for pickle.",
6964 "_remote_debugging.RemoteUnwinder.__gt__" => "Return self>value.",
6965 "_remote_debugging.RemoteUnwinder.__hash__" => "Return hash(self).",
6966 "_remote_debugging.RemoteUnwinder.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6967 "_remote_debugging.RemoteUnwinder.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6968 "_remote_debugging.RemoteUnwinder.__le__" => "Return self<=value.",
6969 "_remote_debugging.RemoteUnwinder.__lt__" => "Return self<value.",
6970 "_remote_debugging.RemoteUnwinder.__ne__" => "Return self!=value.",
6971 "_remote_debugging.RemoteUnwinder.__new__" => "Create and return a new object. See help(type) for accurate signature.",
6972 "_remote_debugging.RemoteUnwinder.__reduce__" => "Helper for pickle.",
6973 "_remote_debugging.RemoteUnwinder.__reduce_ex__" => "Helper for pickle.",
6974 "_remote_debugging.RemoteUnwinder.__repr__" => "Return repr(self).",
6975 "_remote_debugging.RemoteUnwinder.__setattr__" => "Implement setattr(self, name, value).",
6976 "_remote_debugging.RemoteUnwinder.__sizeof__" => "Size of object in memory, in bytes.",
6977 "_remote_debugging.RemoteUnwinder.__str__" => "Return str(self).",
6978 "_remote_debugging.RemoteUnwinder.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
6979 "_remote_debugging.RemoteUnwinder.get_all_awaited_by" => "Get all tasks and their awaited_by relationships from the remote process.\n\nThis provides a tree structure showing which tasks are waiting for other tasks.\n\nFor each task, returns:\n1. The call stack frames leading to where the task is currently executing\n2. The name of the task\n3. A list of tasks that this task is waiting for, with their own frames/names/etc\n\nReturns a list of [frames, task_name, subtasks] where:\n- frames: List of (func_name, filename, lineno) showing the call stack\n- task_name: String identifier for the task\n- subtasks: List of tasks being awaited by this task, in same format\n\nRaises:\n RuntimeError: If AsyncioDebug section is not available in the remote process\n MemoryError: If memory allocation fails\n OSError: If reading from the remote process fails\n\nExample output:\n[\n [\n [(\"c5\", \"script.py\", 10), (\"c4\", \"script.py\", 14)],\n \"c2_root\",\n [\n [\n [(\"c1\", \"script.py\", 23)],\n \"sub_main_2\",\n [...]\n ],\n [...]\n ]\n ]\n]",
6980 "_remote_debugging.RemoteUnwinder.get_async_stack_trace" => "Get the currently running async tasks and their dependency graphs from the remote process.\n\nThis returns information about running tasks and all tasks that are waiting for them,\nforming a complete dependency graph for each thread's active task.\n\nFor each thread with a running task, returns the running task plus all tasks that\ntransitively depend on it (tasks waiting for the running task, tasks waiting for\nthose tasks, etc.).\n\nReturns a list of per-thread results, where each thread result contains:\n- Thread ID\n- List of task information for the running task and all its waiters\n\nEach task info contains:\n- Task ID (memory address)\n- Task name\n- Call stack frames: List of (func_name, filename, lineno)\n- List of tasks waiting for this task (recursive structure)\n\nRaises:\n RuntimeError: If AsyncioDebug section is not available in the target process\n MemoryError: If memory allocation fails\n OSError: If reading from the remote process fails\n\nExample output (similar structure to get_all_awaited_by but only for running tasks):\n[\n (140234, [\n (4345585712, 'main_task',\n [(\"run_server\", \"server.py\", 127), (\"main\", \"app.py\", 23)],\n [\n (4345585800, 'worker_1', [...], [...]),\n (4345585900, 'worker_2', [...], [...])\n ])\n ])\n]",
6981 "_remote_debugging.RemoteUnwinder.get_stack_trace" => "Returns a list of stack traces for threads in the target process.\n\nEach element in the returned list is a tuple of (thread_id, frame_list), where:\n- thread_id is the OS thread identifier\n- frame_list is a list of tuples (function_name, filename, line_number) representing\n the Python stack frames for that thread, ordered from most recent to oldest\n\nThe threads returned depend on the initialization parameters:\n- If only_active_thread was True: returns only the thread holding the GIL\n- If all_threads was True: returns all threads\n- Otherwise: returns only the main thread\n\nExample:\n [\n (1234, [\n ('process_data', 'worker.py', 127),\n ('run_worker', 'worker.py', 45),\n ('main', 'app.py', 23)\n ]),\n (1235, [\n ('handle_request', 'server.py', 89),\n ('serve_forever', 'server.py', 52)\n ])\n ]\n\nRaises:\n RuntimeError: If there is an error copying memory from the target process\n OSError: If there is an error accessing the target process\n PermissionError: If access to the target process is denied\n UnicodeDecodeError: If there is an error decoding strings from the target process",
6982 "_remote_debugging.TaskInfo" => "Information about an asyncio task",
6983 "_remote_debugging.TaskInfo.__add__" => "Return self+value.",
6984 "_remote_debugging.TaskInfo.__class_getitem__" => "See PEP 585",
6985 "_remote_debugging.TaskInfo.__contains__" => "Return bool(key in self).",
6986 "_remote_debugging.TaskInfo.__delattr__" => "Implement delattr(self, name).",
6987 "_remote_debugging.TaskInfo.__eq__" => "Return self==value.",
6988 "_remote_debugging.TaskInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
6989 "_remote_debugging.TaskInfo.__ge__" => "Return self>=value.",
6990 "_remote_debugging.TaskInfo.__getattribute__" => "Return getattr(self, name).",
6991 "_remote_debugging.TaskInfo.__getitem__" => "Return self[key].",
6992 "_remote_debugging.TaskInfo.__getstate__" => "Helper for pickle.",
6993 "_remote_debugging.TaskInfo.__gt__" => "Return self>value.",
6994 "_remote_debugging.TaskInfo.__hash__" => "Return hash(self).",
6995 "_remote_debugging.TaskInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
6996 "_remote_debugging.TaskInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
6997 "_remote_debugging.TaskInfo.__iter__" => "Implement iter(self).",
6998 "_remote_debugging.TaskInfo.__le__" => "Return self<=value.",
6999 "_remote_debugging.TaskInfo.__len__" => "Return len(self).",
7000 "_remote_debugging.TaskInfo.__lt__" => "Return self<value.",
7001 "_remote_debugging.TaskInfo.__mul__" => "Return self*value.",
7002 "_remote_debugging.TaskInfo.__ne__" => "Return self!=value.",
7003 "_remote_debugging.TaskInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7004 "_remote_debugging.TaskInfo.__reduce_ex__" => "Helper for pickle.",
7005 "_remote_debugging.TaskInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
7006 "_remote_debugging.TaskInfo.__repr__" => "Return repr(self).",
7007 "_remote_debugging.TaskInfo.__rmul__" => "Return value*self.",
7008 "_remote_debugging.TaskInfo.__setattr__" => "Implement setattr(self, name, value).",
7009 "_remote_debugging.TaskInfo.__sizeof__" => "Size of object in memory, in bytes.",
7010 "_remote_debugging.TaskInfo.__str__" => "Return str(self).",
7011 "_remote_debugging.TaskInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7012 "_remote_debugging.TaskInfo.awaited_by" => "Tasks awaiting this task",
7013 "_remote_debugging.TaskInfo.coroutine_stack" => "Coroutine call stack",
7014 "_remote_debugging.TaskInfo.count" => "Return number of occurrences of value.",
7015 "_remote_debugging.TaskInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
7016 "_remote_debugging.TaskInfo.task_id" => "Task ID (memory address)",
7017 "_remote_debugging.TaskInfo.task_name" => "Task name",
7018 "_remote_debugging.ThreadInfo" => "Information about a thread",
7019 "_remote_debugging.ThreadInfo.__add__" => "Return self+value.",
7020 "_remote_debugging.ThreadInfo.__class_getitem__" => "See PEP 585",
7021 "_remote_debugging.ThreadInfo.__contains__" => "Return bool(key in self).",
7022 "_remote_debugging.ThreadInfo.__delattr__" => "Implement delattr(self, name).",
7023 "_remote_debugging.ThreadInfo.__eq__" => "Return self==value.",
7024 "_remote_debugging.ThreadInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7025 "_remote_debugging.ThreadInfo.__ge__" => "Return self>=value.",
7026 "_remote_debugging.ThreadInfo.__getattribute__" => "Return getattr(self, name).",
7027 "_remote_debugging.ThreadInfo.__getitem__" => "Return self[key].",
7028 "_remote_debugging.ThreadInfo.__getstate__" => "Helper for pickle.",
7029 "_remote_debugging.ThreadInfo.__gt__" => "Return self>value.",
7030 "_remote_debugging.ThreadInfo.__hash__" => "Return hash(self).",
7031 "_remote_debugging.ThreadInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7032 "_remote_debugging.ThreadInfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7033 "_remote_debugging.ThreadInfo.__iter__" => "Implement iter(self).",
7034 "_remote_debugging.ThreadInfo.__le__" => "Return self<=value.",
7035 "_remote_debugging.ThreadInfo.__len__" => "Return len(self).",
7036 "_remote_debugging.ThreadInfo.__lt__" => "Return self<value.",
7037 "_remote_debugging.ThreadInfo.__mul__" => "Return self*value.",
7038 "_remote_debugging.ThreadInfo.__ne__" => "Return self!=value.",
7039 "_remote_debugging.ThreadInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7040 "_remote_debugging.ThreadInfo.__reduce_ex__" => "Helper for pickle.",
7041 "_remote_debugging.ThreadInfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
7042 "_remote_debugging.ThreadInfo.__repr__" => "Return repr(self).",
7043 "_remote_debugging.ThreadInfo.__rmul__" => "Return value*self.",
7044 "_remote_debugging.ThreadInfo.__setattr__" => "Implement setattr(self, name, value).",
7045 "_remote_debugging.ThreadInfo.__sizeof__" => "Size of object in memory, in bytes.",
7046 "_remote_debugging.ThreadInfo.__str__" => "Return str(self).",
7047 "_remote_debugging.ThreadInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7048 "_remote_debugging.ThreadInfo.count" => "Return number of occurrences of value.",
7049 "_remote_debugging.ThreadInfo.frame_info" => "Frame information",
7050 "_remote_debugging.ThreadInfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
7051 "_remote_debugging.ThreadInfo.thread_id" => "Thread ID",
7052 "_sha1.SHA1Type.__delattr__" => "Implement delattr(self, name).",
7053 "_sha1.SHA1Type.__eq__" => "Return self==value.",
7054 "_sha1.SHA1Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7055 "_sha1.SHA1Type.__ge__" => "Return self>=value.",
7056 "_sha1.SHA1Type.__getattribute__" => "Return getattr(self, name).",
7057 "_sha1.SHA1Type.__getstate__" => "Helper for pickle.",
7058 "_sha1.SHA1Type.__gt__" => "Return self>value.",
7059 "_sha1.SHA1Type.__hash__" => "Return hash(self).",
7060 "_sha1.SHA1Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7061 "_sha1.SHA1Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7062 "_sha1.SHA1Type.__le__" => "Return self<=value.",
7063 "_sha1.SHA1Type.__lt__" => "Return self<value.",
7064 "_sha1.SHA1Type.__ne__" => "Return self!=value.",
7065 "_sha1.SHA1Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7066 "_sha1.SHA1Type.__reduce__" => "Helper for pickle.",
7067 "_sha1.SHA1Type.__reduce_ex__" => "Helper for pickle.",
7068 "_sha1.SHA1Type.__repr__" => "Return repr(self).",
7069 "_sha1.SHA1Type.__setattr__" => "Implement setattr(self, name, value).",
7070 "_sha1.SHA1Type.__sizeof__" => "Size of object in memory, in bytes.",
7071 "_sha1.SHA1Type.__str__" => "Return str(self).",
7072 "_sha1.SHA1Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7073 "_sha1.SHA1Type.copy" => "Return a copy of the hash object.",
7074 "_sha1.SHA1Type.digest" => "Return the digest value as a bytes object.",
7075 "_sha1.SHA1Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7076 "_sha1.SHA1Type.update" => "Update this hash object's state with the provided string.",
7077 "_sha1.sha1" => "Return a new SHA1 hash object; optionally initialized with a string.",
7078 "_sha2.SHA224Type.__delattr__" => "Implement delattr(self, name).",
7079 "_sha2.SHA224Type.__eq__" => "Return self==value.",
7080 "_sha2.SHA224Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7081 "_sha2.SHA224Type.__ge__" => "Return self>=value.",
7082 "_sha2.SHA224Type.__getattribute__" => "Return getattr(self, name).",
7083 "_sha2.SHA224Type.__getstate__" => "Helper for pickle.",
7084 "_sha2.SHA224Type.__gt__" => "Return self>value.",
7085 "_sha2.SHA224Type.__hash__" => "Return hash(self).",
7086 "_sha2.SHA224Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7087 "_sha2.SHA224Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7088 "_sha2.SHA224Type.__le__" => "Return self<=value.",
7089 "_sha2.SHA224Type.__lt__" => "Return self<value.",
7090 "_sha2.SHA224Type.__ne__" => "Return self!=value.",
7091 "_sha2.SHA224Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7092 "_sha2.SHA224Type.__reduce__" => "Helper for pickle.",
7093 "_sha2.SHA224Type.__reduce_ex__" => "Helper for pickle.",
7094 "_sha2.SHA224Type.__repr__" => "Return repr(self).",
7095 "_sha2.SHA224Type.__setattr__" => "Implement setattr(self, name, value).",
7096 "_sha2.SHA224Type.__sizeof__" => "Size of object in memory, in bytes.",
7097 "_sha2.SHA224Type.__str__" => "Return str(self).",
7098 "_sha2.SHA224Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7099 "_sha2.SHA224Type.copy" => "Return a copy of the hash object.",
7100 "_sha2.SHA224Type.digest" => "Return the digest value as a bytes object.",
7101 "_sha2.SHA224Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7102 "_sha2.SHA224Type.update" => "Update this hash object's state with the provided string.",
7103 "_sha2.SHA256Type.__delattr__" => "Implement delattr(self, name).",
7104 "_sha2.SHA256Type.__eq__" => "Return self==value.",
7105 "_sha2.SHA256Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7106 "_sha2.SHA256Type.__ge__" => "Return self>=value.",
7107 "_sha2.SHA256Type.__getattribute__" => "Return getattr(self, name).",
7108 "_sha2.SHA256Type.__getstate__" => "Helper for pickle.",
7109 "_sha2.SHA256Type.__gt__" => "Return self>value.",
7110 "_sha2.SHA256Type.__hash__" => "Return hash(self).",
7111 "_sha2.SHA256Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7112 "_sha2.SHA256Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7113 "_sha2.SHA256Type.__le__" => "Return self<=value.",
7114 "_sha2.SHA256Type.__lt__" => "Return self<value.",
7115 "_sha2.SHA256Type.__ne__" => "Return self!=value.",
7116 "_sha2.SHA256Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7117 "_sha2.SHA256Type.__reduce__" => "Helper for pickle.",
7118 "_sha2.SHA256Type.__reduce_ex__" => "Helper for pickle.",
7119 "_sha2.SHA256Type.__repr__" => "Return repr(self).",
7120 "_sha2.SHA256Type.__setattr__" => "Implement setattr(self, name, value).",
7121 "_sha2.SHA256Type.__sizeof__" => "Size of object in memory, in bytes.",
7122 "_sha2.SHA256Type.__str__" => "Return str(self).",
7123 "_sha2.SHA256Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7124 "_sha2.SHA256Type.copy" => "Return a copy of the hash object.",
7125 "_sha2.SHA256Type.digest" => "Return the digest value as a bytes object.",
7126 "_sha2.SHA256Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7127 "_sha2.SHA256Type.update" => "Update this hash object's state with the provided string.",
7128 "_sha2.SHA384Type.__delattr__" => "Implement delattr(self, name).",
7129 "_sha2.SHA384Type.__eq__" => "Return self==value.",
7130 "_sha2.SHA384Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7131 "_sha2.SHA384Type.__ge__" => "Return self>=value.",
7132 "_sha2.SHA384Type.__getattribute__" => "Return getattr(self, name).",
7133 "_sha2.SHA384Type.__getstate__" => "Helper for pickle.",
7134 "_sha2.SHA384Type.__gt__" => "Return self>value.",
7135 "_sha2.SHA384Type.__hash__" => "Return hash(self).",
7136 "_sha2.SHA384Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7137 "_sha2.SHA384Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7138 "_sha2.SHA384Type.__le__" => "Return self<=value.",
7139 "_sha2.SHA384Type.__lt__" => "Return self<value.",
7140 "_sha2.SHA384Type.__ne__" => "Return self!=value.",
7141 "_sha2.SHA384Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7142 "_sha2.SHA384Type.__reduce__" => "Helper for pickle.",
7143 "_sha2.SHA384Type.__reduce_ex__" => "Helper for pickle.",
7144 "_sha2.SHA384Type.__repr__" => "Return repr(self).",
7145 "_sha2.SHA384Type.__setattr__" => "Implement setattr(self, name, value).",
7146 "_sha2.SHA384Type.__sizeof__" => "Size of object in memory, in bytes.",
7147 "_sha2.SHA384Type.__str__" => "Return str(self).",
7148 "_sha2.SHA384Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7149 "_sha2.SHA384Type.copy" => "Return a copy of the hash object.",
7150 "_sha2.SHA384Type.digest" => "Return the digest value as a bytes object.",
7151 "_sha2.SHA384Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7152 "_sha2.SHA384Type.update" => "Update this hash object's state with the provided string.",
7153 "_sha2.SHA512Type.__delattr__" => "Implement delattr(self, name).",
7154 "_sha2.SHA512Type.__eq__" => "Return self==value.",
7155 "_sha2.SHA512Type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7156 "_sha2.SHA512Type.__ge__" => "Return self>=value.",
7157 "_sha2.SHA512Type.__getattribute__" => "Return getattr(self, name).",
7158 "_sha2.SHA512Type.__getstate__" => "Helper for pickle.",
7159 "_sha2.SHA512Type.__gt__" => "Return self>value.",
7160 "_sha2.SHA512Type.__hash__" => "Return hash(self).",
7161 "_sha2.SHA512Type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7162 "_sha2.SHA512Type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7163 "_sha2.SHA512Type.__le__" => "Return self<=value.",
7164 "_sha2.SHA512Type.__lt__" => "Return self<value.",
7165 "_sha2.SHA512Type.__ne__" => "Return self!=value.",
7166 "_sha2.SHA512Type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7167 "_sha2.SHA512Type.__reduce__" => "Helper for pickle.",
7168 "_sha2.SHA512Type.__reduce_ex__" => "Helper for pickle.",
7169 "_sha2.SHA512Type.__repr__" => "Return repr(self).",
7170 "_sha2.SHA512Type.__setattr__" => "Implement setattr(self, name, value).",
7171 "_sha2.SHA512Type.__sizeof__" => "Size of object in memory, in bytes.",
7172 "_sha2.SHA512Type.__str__" => "Return str(self).",
7173 "_sha2.SHA512Type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7174 "_sha2.SHA512Type.copy" => "Return a copy of the hash object.",
7175 "_sha2.SHA512Type.digest" => "Return the digest value as a bytes object.",
7176 "_sha2.SHA512Type.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7177 "_sha2.SHA512Type.update" => "Update this hash object's state with the provided string.",
7178 "_sha2.sha224" => "Return a new SHA-224 hash object; optionally initialized with a string.",
7179 "_sha2.sha256" => "Return a new SHA-256 hash object; optionally initialized with a string.",
7180 "_sha2.sha384" => "Return a new SHA-384 hash object; optionally initialized with a string.",
7181 "_sha2.sha512" => "Return a new SHA-512 hash object; optionally initialized with a string.",
7182 "_sha3.sha3_224" => "sha3_224([data], *, usedforsecurity=True) -> SHA3 object\n\nReturn a new SHA3 hash object with a hashbit length of 28 bytes.",
7183 "_sha3.sha3_224.__delattr__" => "Implement delattr(self, name).",
7184 "_sha3.sha3_224.__eq__" => "Return self==value.",
7185 "_sha3.sha3_224.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7186 "_sha3.sha3_224.__ge__" => "Return self>=value.",
7187 "_sha3.sha3_224.__getattribute__" => "Return getattr(self, name).",
7188 "_sha3.sha3_224.__getstate__" => "Helper for pickle.",
7189 "_sha3.sha3_224.__gt__" => "Return self>value.",
7190 "_sha3.sha3_224.__hash__" => "Return hash(self).",
7191 "_sha3.sha3_224.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7192 "_sha3.sha3_224.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7193 "_sha3.sha3_224.__le__" => "Return self<=value.",
7194 "_sha3.sha3_224.__lt__" => "Return self<value.",
7195 "_sha3.sha3_224.__ne__" => "Return self!=value.",
7196 "_sha3.sha3_224.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7197 "_sha3.sha3_224.__reduce__" => "Helper for pickle.",
7198 "_sha3.sha3_224.__reduce_ex__" => "Helper for pickle.",
7199 "_sha3.sha3_224.__repr__" => "Return repr(self).",
7200 "_sha3.sha3_224.__setattr__" => "Implement setattr(self, name, value).",
7201 "_sha3.sha3_224.__sizeof__" => "Size of object in memory, in bytes.",
7202 "_sha3.sha3_224.__str__" => "Return str(self).",
7203 "_sha3.sha3_224.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7204 "_sha3.sha3_224.copy" => "Return a copy of the hash object.",
7205 "_sha3.sha3_224.digest" => "Return the digest value as a bytes object.",
7206 "_sha3.sha3_224.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7207 "_sha3.sha3_224.update" => "Update this hash object's state with the provided bytes-like object.",
7208 "_sha3.sha3_256" => "sha3_256([data], *, usedforsecurity=True) -> SHA3 object\n\nReturn a new SHA3 hash object with a hashbit length of 32 bytes.",
7209 "_sha3.sha3_256.__delattr__" => "Implement delattr(self, name).",
7210 "_sha3.sha3_256.__eq__" => "Return self==value.",
7211 "_sha3.sha3_256.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7212 "_sha3.sha3_256.__ge__" => "Return self>=value.",
7213 "_sha3.sha3_256.__getattribute__" => "Return getattr(self, name).",
7214 "_sha3.sha3_256.__getstate__" => "Helper for pickle.",
7215 "_sha3.sha3_256.__gt__" => "Return self>value.",
7216 "_sha3.sha3_256.__hash__" => "Return hash(self).",
7217 "_sha3.sha3_256.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7218 "_sha3.sha3_256.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7219 "_sha3.sha3_256.__le__" => "Return self<=value.",
7220 "_sha3.sha3_256.__lt__" => "Return self<value.",
7221 "_sha3.sha3_256.__ne__" => "Return self!=value.",
7222 "_sha3.sha3_256.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7223 "_sha3.sha3_256.__reduce__" => "Helper for pickle.",
7224 "_sha3.sha3_256.__reduce_ex__" => "Helper for pickle.",
7225 "_sha3.sha3_256.__repr__" => "Return repr(self).",
7226 "_sha3.sha3_256.__setattr__" => "Implement setattr(self, name, value).",
7227 "_sha3.sha3_256.__sizeof__" => "Size of object in memory, in bytes.",
7228 "_sha3.sha3_256.__str__" => "Return str(self).",
7229 "_sha3.sha3_256.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7230 "_sha3.sha3_256.copy" => "Return a copy of the hash object.",
7231 "_sha3.sha3_256.digest" => "Return the digest value as a bytes object.",
7232 "_sha3.sha3_256.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7233 "_sha3.sha3_256.update" => "Update this hash object's state with the provided bytes-like object.",
7234 "_sha3.sha3_384" => "sha3_384([data], *, usedforsecurity=True) -> SHA3 object\n\nReturn a new SHA3 hash object with a hashbit length of 48 bytes.",
7235 "_sha3.sha3_384.__delattr__" => "Implement delattr(self, name).",
7236 "_sha3.sha3_384.__eq__" => "Return self==value.",
7237 "_sha3.sha3_384.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7238 "_sha3.sha3_384.__ge__" => "Return self>=value.",
7239 "_sha3.sha3_384.__getattribute__" => "Return getattr(self, name).",
7240 "_sha3.sha3_384.__getstate__" => "Helper for pickle.",
7241 "_sha3.sha3_384.__gt__" => "Return self>value.",
7242 "_sha3.sha3_384.__hash__" => "Return hash(self).",
7243 "_sha3.sha3_384.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7244 "_sha3.sha3_384.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7245 "_sha3.sha3_384.__le__" => "Return self<=value.",
7246 "_sha3.sha3_384.__lt__" => "Return self<value.",
7247 "_sha3.sha3_384.__ne__" => "Return self!=value.",
7248 "_sha3.sha3_384.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7249 "_sha3.sha3_384.__reduce__" => "Helper for pickle.",
7250 "_sha3.sha3_384.__reduce_ex__" => "Helper for pickle.",
7251 "_sha3.sha3_384.__repr__" => "Return repr(self).",
7252 "_sha3.sha3_384.__setattr__" => "Implement setattr(self, name, value).",
7253 "_sha3.sha3_384.__sizeof__" => "Size of object in memory, in bytes.",
7254 "_sha3.sha3_384.__str__" => "Return str(self).",
7255 "_sha3.sha3_384.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7256 "_sha3.sha3_384.copy" => "Return a copy of the hash object.",
7257 "_sha3.sha3_384.digest" => "Return the digest value as a bytes object.",
7258 "_sha3.sha3_384.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7259 "_sha3.sha3_384.update" => "Update this hash object's state with the provided bytes-like object.",
7260 "_sha3.sha3_512" => "sha3_512([data], *, usedforsecurity=True) -> SHA3 object\n\nReturn a new SHA3 hash object with a hashbit length of 64 bytes.",
7261 "_sha3.sha3_512.__delattr__" => "Implement delattr(self, name).",
7262 "_sha3.sha3_512.__eq__" => "Return self==value.",
7263 "_sha3.sha3_512.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7264 "_sha3.sha3_512.__ge__" => "Return self>=value.",
7265 "_sha3.sha3_512.__getattribute__" => "Return getattr(self, name).",
7266 "_sha3.sha3_512.__getstate__" => "Helper for pickle.",
7267 "_sha3.sha3_512.__gt__" => "Return self>value.",
7268 "_sha3.sha3_512.__hash__" => "Return hash(self).",
7269 "_sha3.sha3_512.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7270 "_sha3.sha3_512.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7271 "_sha3.sha3_512.__le__" => "Return self<=value.",
7272 "_sha3.sha3_512.__lt__" => "Return self<value.",
7273 "_sha3.sha3_512.__ne__" => "Return self!=value.",
7274 "_sha3.sha3_512.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7275 "_sha3.sha3_512.__reduce__" => "Helper for pickle.",
7276 "_sha3.sha3_512.__reduce_ex__" => "Helper for pickle.",
7277 "_sha3.sha3_512.__repr__" => "Return repr(self).",
7278 "_sha3.sha3_512.__setattr__" => "Implement setattr(self, name, value).",
7279 "_sha3.sha3_512.__sizeof__" => "Size of object in memory, in bytes.",
7280 "_sha3.sha3_512.__str__" => "Return str(self).",
7281 "_sha3.sha3_512.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7282 "_sha3.sha3_512.copy" => "Return a copy of the hash object.",
7283 "_sha3.sha3_512.digest" => "Return the digest value as a bytes object.",
7284 "_sha3.sha3_512.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7285 "_sha3.sha3_512.update" => "Update this hash object's state with the provided bytes-like object.",
7286 "_sha3.shake_128" => "shake_128([data], *, usedforsecurity=True) -> SHAKE object\n\nReturn a new SHAKE hash object.",
7287 "_sha3.shake_128.__delattr__" => "Implement delattr(self, name).",
7288 "_sha3.shake_128.__eq__" => "Return self==value.",
7289 "_sha3.shake_128.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7290 "_sha3.shake_128.__ge__" => "Return self>=value.",
7291 "_sha3.shake_128.__getattribute__" => "Return getattr(self, name).",
7292 "_sha3.shake_128.__getstate__" => "Helper for pickle.",
7293 "_sha3.shake_128.__gt__" => "Return self>value.",
7294 "_sha3.shake_128.__hash__" => "Return hash(self).",
7295 "_sha3.shake_128.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7296 "_sha3.shake_128.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7297 "_sha3.shake_128.__le__" => "Return self<=value.",
7298 "_sha3.shake_128.__lt__" => "Return self<value.",
7299 "_sha3.shake_128.__ne__" => "Return self!=value.",
7300 "_sha3.shake_128.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7301 "_sha3.shake_128.__reduce__" => "Helper for pickle.",
7302 "_sha3.shake_128.__reduce_ex__" => "Helper for pickle.",
7303 "_sha3.shake_128.__repr__" => "Return repr(self).",
7304 "_sha3.shake_128.__setattr__" => "Implement setattr(self, name, value).",
7305 "_sha3.shake_128.__sizeof__" => "Size of object in memory, in bytes.",
7306 "_sha3.shake_128.__str__" => "Return str(self).",
7307 "_sha3.shake_128.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7308 "_sha3.shake_128.copy" => "Return a copy of the hash object.",
7309 "_sha3.shake_128.digest" => "Return the digest value as a bytes object.",
7310 "_sha3.shake_128.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7311 "_sha3.shake_128.update" => "Update this hash object's state with the provided bytes-like object.",
7312 "_sha3.shake_256" => "shake_256([data], *, usedforsecurity=True) -> SHAKE object\n\nReturn a new SHAKE hash object.",
7313 "_sha3.shake_256.__delattr__" => "Implement delattr(self, name).",
7314 "_sha3.shake_256.__eq__" => "Return self==value.",
7315 "_sha3.shake_256.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7316 "_sha3.shake_256.__ge__" => "Return self>=value.",
7317 "_sha3.shake_256.__getattribute__" => "Return getattr(self, name).",
7318 "_sha3.shake_256.__getstate__" => "Helper for pickle.",
7319 "_sha3.shake_256.__gt__" => "Return self>value.",
7320 "_sha3.shake_256.__hash__" => "Return hash(self).",
7321 "_sha3.shake_256.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7322 "_sha3.shake_256.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7323 "_sha3.shake_256.__le__" => "Return self<=value.",
7324 "_sha3.shake_256.__lt__" => "Return self<value.",
7325 "_sha3.shake_256.__ne__" => "Return self!=value.",
7326 "_sha3.shake_256.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7327 "_sha3.shake_256.__reduce__" => "Helper for pickle.",
7328 "_sha3.shake_256.__reduce_ex__" => "Helper for pickle.",
7329 "_sha3.shake_256.__repr__" => "Return repr(self).",
7330 "_sha3.shake_256.__setattr__" => "Implement setattr(self, name, value).",
7331 "_sha3.shake_256.__sizeof__" => "Size of object in memory, in bytes.",
7332 "_sha3.shake_256.__str__" => "Return str(self).",
7333 "_sha3.shake_256.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7334 "_sha3.shake_256.copy" => "Return a copy of the hash object.",
7335 "_sha3.shake_256.digest" => "Return the digest value as a bytes object.",
7336 "_sha3.shake_256.hexdigest" => "Return the digest value as a string of hexadecimal digits.",
7337 "_sha3.shake_256.update" => "Update this hash object's state with the provided bytes-like object.",
7338 "_signal" => "This module provides mechanisms to use signal handlers in Python.\n\nFunctions:\n\nalarm() -- cause SIGALRM after a specified time [Unix only]\nsetitimer() -- cause a signal (described below) after a specified\n float time and the timer may restart then [Unix only]\ngetitimer() -- get current value of timer [Unix only]\nsignal() -- set the action for a given signal\ngetsignal() -- get the signal action for a given signal\npause() -- wait until a signal arrives [Unix only]\ndefault_int_handler() -- default SIGINT handler\n\nsignal constants:\nSIG_DFL -- used to refer to the system default handler\nSIG_IGN -- used to ignore the signal\nNSIG -- number of defined signals\nSIGINT, SIGTERM, etc. -- signal numbers\n\nitimer constants:\nITIMER_REAL -- decrements in real time, and delivers SIGALRM upon\n expiration\nITIMER_VIRTUAL -- decrements only when the process is executing,\n and delivers SIGVTALRM upon expiration\nITIMER_PROF -- decrements both when the process is executing and\n when the system is executing on behalf of the process.\n Coupled with ITIMER_VIRTUAL, this timer is usually\n used to profile the time spent by the application\n in user and kernel space. SIGPROF is delivered upon\n expiration.\n\n\n*** IMPORTANT NOTICE ***\nA signal handler function is called with two arguments:\nthe first is the signal number, the second is the interrupted stack frame.",
7339 "_signal.ItimerError.__delattr__" => "Implement delattr(self, name).",
7340 "_signal.ItimerError.__eq__" => "Return self==value.",
7341 "_signal.ItimerError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7342 "_signal.ItimerError.__ge__" => "Return self>=value.",
7343 "_signal.ItimerError.__getattribute__" => "Return getattr(self, name).",
7344 "_signal.ItimerError.__getstate__" => "Helper for pickle.",
7345 "_signal.ItimerError.__gt__" => "Return self>value.",
7346 "_signal.ItimerError.__hash__" => "Return hash(self).",
7347 "_signal.ItimerError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7348 "_signal.ItimerError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7349 "_signal.ItimerError.__le__" => "Return self<=value.",
7350 "_signal.ItimerError.__lt__" => "Return self<value.",
7351 "_signal.ItimerError.__ne__" => "Return self!=value.",
7352 "_signal.ItimerError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7353 "_signal.ItimerError.__reduce_ex__" => "Helper for pickle.",
7354 "_signal.ItimerError.__repr__" => "Return repr(self).",
7355 "_signal.ItimerError.__setattr__" => "Implement setattr(self, name, value).",
7356 "_signal.ItimerError.__sizeof__" => "Size of object in memory, in bytes.",
7357 "_signal.ItimerError.__str__" => "Return str(self).",
7358 "_signal.ItimerError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7359 "_signal.ItimerError.__weakref__" => "list of weak references to the object",
7360 "_signal.ItimerError.add_note" => "Add a note to the exception",
7361 "_signal.ItimerError.errno" => "POSIX exception code",
7362 "_signal.ItimerError.filename" => "exception filename",
7363 "_signal.ItimerError.filename2" => "second exception filename",
7364 "_signal.ItimerError.strerror" => "exception strerror",
7365 "_signal.ItimerError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7366 "_signal.alarm" => "Arrange for SIGALRM to arrive after the given number of seconds.",
7367 "_signal.default_int_handler" => "The default handler for SIGINT installed by Python.\n\nIt raises KeyboardInterrupt.",
7368 "_signal.getitimer" => "Returns current value of given itimer.",
7369 "_signal.getsignal" => "Return the current action for the given signal.\n\nThe return value can be:\n SIG_IGN -- if the signal is being ignored\n SIG_DFL -- if the default action for the signal is in effect\n None -- if an unknown handler is in effect\n anything else -- the callable Python object used as a handler",
7370 "_signal.pause" => "Wait until a signal arrives.",
7371 "_signal.pidfd_send_signal" => "Send a signal to a process referred to by a pid file descriptor.",
7372 "_signal.pthread_kill" => "Send a signal to a thread.",
7373 "_signal.pthread_sigmask" => "Fetch and/or change the signal mask of the calling thread.",
7374 "_signal.raise_signal" => "Send a signal to the executing process.",
7375 "_signal.set_wakeup_fd" => "Sets the fd to be written to (with the signal number) when a signal comes in.\n\nA library can use this to wakeup select or poll.\nThe previous fd or -1 is returned.\n\nThe fd must be non-blocking.",
7376 "_signal.setitimer" => "Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL or ITIMER_PROF).\n\nThe timer will fire after value seconds and after that every interval seconds.\nThe itimer can be cleared by setting seconds to zero.\n\nReturns old values as a tuple: (delay, interval).",
7377 "_signal.siginterrupt" => "Change system call restart behaviour.\n\nIf flag is False, system calls will be restarted when interrupted by\nsignal sig, else system calls will be interrupted.",
7378 "_signal.signal" => "Set the action for the given signal.\n\nThe action can be SIG_DFL, SIG_IGN, or a callable Python object.\nThe previous action is returned. See getsignal() for possible return values.\n\n*** IMPORTANT NOTICE ***\nA signal handler function is called with two arguments:\nthe first is the signal number, the second is the interrupted stack frame.",
7379 "_signal.sigpending" => "Examine pending signals.\n\nReturns a set of signal numbers that are pending for delivery to\nthe calling thread.",
7380 "_signal.sigtimedwait" => "Like sigwaitinfo(), but with a timeout.\n\nThe timeout is specified in seconds, with floating-point numbers allowed.",
7381 "_signal.sigwait" => "Wait for a signal.\n\nSuspend execution of the calling thread until the delivery of one of the\nsignals specified in the signal set sigset. The function accepts the signal\nand returns the signal number.",
7382 "_signal.sigwaitinfo" => "Wait synchronously until one of the signals in *sigset* is delivered.\n\nReturns a struct_siginfo containing information about the signal.",
7383 "_signal.strsignal" => "Return the system description of the given signal.\n\nReturns the description of signal *signalnum*, such as \"Interrupt\"\nfor :const:`SIGINT`. Returns :const:`None` if *signalnum* has no\ndescription. Raises :exc:`ValueError` if *signalnum* is invalid.",
7384 "_signal.struct_siginfo" => "struct_siginfo: Result from sigwaitinfo or sigtimedwait.\n\nThis object may be accessed either as a tuple of\n(si_signo, si_code, si_errno, si_pid, si_uid, si_status, si_band),\nor via the attributes si_signo, si_code, and so on.",
7385 "_signal.struct_siginfo.__add__" => "Return self+value.",
7386 "_signal.struct_siginfo.__class_getitem__" => "See PEP 585",
7387 "_signal.struct_siginfo.__contains__" => "Return bool(key in self).",
7388 "_signal.struct_siginfo.__delattr__" => "Implement delattr(self, name).",
7389 "_signal.struct_siginfo.__eq__" => "Return self==value.",
7390 "_signal.struct_siginfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7391 "_signal.struct_siginfo.__ge__" => "Return self>=value.",
7392 "_signal.struct_siginfo.__getattribute__" => "Return getattr(self, name).",
7393 "_signal.struct_siginfo.__getitem__" => "Return self[key].",
7394 "_signal.struct_siginfo.__getstate__" => "Helper for pickle.",
7395 "_signal.struct_siginfo.__gt__" => "Return self>value.",
7396 "_signal.struct_siginfo.__hash__" => "Return hash(self).",
7397 "_signal.struct_siginfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7398 "_signal.struct_siginfo.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7399 "_signal.struct_siginfo.__iter__" => "Implement iter(self).",
7400 "_signal.struct_siginfo.__le__" => "Return self<=value.",
7401 "_signal.struct_siginfo.__len__" => "Return len(self).",
7402 "_signal.struct_siginfo.__lt__" => "Return self<value.",
7403 "_signal.struct_siginfo.__mul__" => "Return self*value.",
7404 "_signal.struct_siginfo.__ne__" => "Return self!=value.",
7405 "_signal.struct_siginfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7406 "_signal.struct_siginfo.__reduce_ex__" => "Helper for pickle.",
7407 "_signal.struct_siginfo.__replace__" => "Return a copy of the structure with new values for the specified fields.",
7408 "_signal.struct_siginfo.__repr__" => "Return repr(self).",
7409 "_signal.struct_siginfo.__rmul__" => "Return value*self.",
7410 "_signal.struct_siginfo.__setattr__" => "Implement setattr(self, name, value).",
7411 "_signal.struct_siginfo.__sizeof__" => "Size of object in memory, in bytes.",
7412 "_signal.struct_siginfo.__str__" => "Return str(self).",
7413 "_signal.struct_siginfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7414 "_signal.struct_siginfo.count" => "Return number of occurrences of value.",
7415 "_signal.struct_siginfo.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
7416 "_signal.struct_siginfo.si_band" => "band event for SIGPOLL",
7417 "_signal.struct_siginfo.si_code" => "signal code",
7418 "_signal.struct_siginfo.si_errno" => "errno associated with this signal",
7419 "_signal.struct_siginfo.si_pid" => "sending process ID",
7420 "_signal.struct_siginfo.si_signo" => "signal number",
7421 "_signal.struct_siginfo.si_status" => "exit value or signal",
7422 "_signal.struct_siginfo.si_uid" => "real user ID of sending process",
7423 "_signal.valid_signals" => "Return a set of valid signal numbers on this platform.\n\nThe signal numbers returned by this function can be safely passed to\nfunctions like `pthread_sigmask`.",
7424 "_socket" => "Implementation module for socket operations.\n\nSee the socket module for documentation.",
7425 "_socket.CMSG_LEN" => "CMSG_LEN(length) -> control message length\n\nReturn the total length, without trailing padding, of an ancillary\ndata item with associated data of the given length. This value can\noften be used as the buffer size for recvmsg() to receive a single\nitem of ancillary data, but RFC 3542 requires portable applications to\nuse CMSG_SPACE() and thus include space for padding, even when the\nitem will be the last in the buffer. Raises OverflowError if length\nis outside the permissible range of values.",
7426 "_socket.CMSG_SPACE" => "CMSG_SPACE(length) -> buffer size\n\nReturn the buffer size needed for recvmsg() to receive an ancillary\ndata item with associated data of the given length, along with any\ntrailing padding. The buffer space needed to receive multiple items\nis the sum of the CMSG_SPACE() values for their associated data\nlengths. Raises OverflowError if length is outside the permissible\nrange of values.",
7427 "_socket.SocketType" => "socket(family=AF_INET, type=SOCK_STREAM, proto=0) -> socket object\nsocket(family=-1, type=-1, proto=-1, fileno=None) -> socket object\n\nOpen a socket of the given type. The family argument specifies the\naddress family; it defaults to AF_INET. The type argument specifies\nwhether this is a stream (SOCK_STREAM, this is the default)\nor datagram (SOCK_DGRAM) socket. The protocol argument defaults to 0,\nspecifying the default protocol. Keyword arguments are accepted.\nThe socket is created as non-inheritable.\n\nWhen a fileno is passed in, family, type and proto are auto-detected,\nunless they are explicitly set.\n\nA socket object represents one endpoint of a network connection.\n\nMethods of socket objects (keyword arguments not allowed):\n\n_accept() -- accept connection, returning new socket fd and client address\nbind(addr) -- bind the socket to a local address\nclose() -- close the socket\nconnect(addr) -- connect the socket to a remote address\nconnect_ex(addr) -- connect, return an error code instead of an exception\ndup() -- return a new socket fd duplicated from fileno()\nfileno() -- return underlying file descriptor\ngetpeername() -- return remote address [*]\ngetsockname() -- return local address\ngetsockopt(level, optname[, buflen]) -- get socket options\ngettimeout() -- return timeout or None\nlisten([n]) -- start listening for incoming connections\nrecv(buflen[, flags]) -- receive data\nrecv_into(buffer[, nbytes[, flags]]) -- receive data (into a buffer)\nrecvfrom(buflen[, flags]) -- receive data and sender's address\nrecvfrom_into(buffer[, nbytes, [, flags])\n -- receive data and sender's address (into a buffer)\nsendall(data[, flags]) -- send all data\nsend(data[, flags]) -- send data, may not send all of it\nsendto(data[, flags], addr) -- send data to a given address\nsetblocking(bool) -- set or clear the blocking I/O flag\ngetblocking() -- return True if socket is blocking, False if non-blocking\nsetsockopt(level, optname, value[, optlen]) -- set socket options\nsettimeout(None | float) -- set or clear the timeout\nshutdown(how) -- shut down traffic in one or both directions\n\n [*] not available on all platforms!",
7428 "_socket.SocketType.__del__" => "Called when the instance is about to be destroyed.",
7429 "_socket.SocketType.__delattr__" => "Implement delattr(self, name).",
7430 "_socket.SocketType.__eq__" => "Return self==value.",
7431 "_socket.SocketType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7432 "_socket.SocketType.__ge__" => "Return self>=value.",
7433 "_socket.SocketType.__getattribute__" => "Return getattr(self, name).",
7434 "_socket.SocketType.__getstate__" => "Helper for pickle.",
7435 "_socket.SocketType.__gt__" => "Return self>value.",
7436 "_socket.SocketType.__hash__" => "Return hash(self).",
7437 "_socket.SocketType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7438 "_socket.SocketType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7439 "_socket.SocketType.__le__" => "Return self<=value.",
7440 "_socket.SocketType.__lt__" => "Return self<value.",
7441 "_socket.SocketType.__ne__" => "Return self!=value.",
7442 "_socket.SocketType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7443 "_socket.SocketType.__reduce__" => "Helper for pickle.",
7444 "_socket.SocketType.__reduce_ex__" => "Helper for pickle.",
7445 "_socket.SocketType.__repr__" => "Return repr(self).",
7446 "_socket.SocketType.__setattr__" => "Implement setattr(self, name, value).",
7447 "_socket.SocketType.__sizeof__" => "Size of object in memory, in bytes.",
7448 "_socket.SocketType.__str__" => "Return str(self).",
7449 "_socket.SocketType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7450 "_socket.SocketType._accept" => "_accept() -> (integer, address info)\n\nWait for an incoming connection. Return a new socket file descriptor\nrepresenting the connection, and the address of the client.\nFor IP sockets, the address info is a pair (hostaddr, port).",
7451 "_socket.SocketType.bind" => "bind(address)\n\nBind the socket to a local address. For IP sockets, the address is a\npair (host, port); the host must refer to the local host. For raw packet\nsockets the address is a tuple (ifname, proto [,pkttype [,hatype [,addr]]])",
7452 "_socket.SocketType.close" => "close()\n\nClose the socket. It cannot be used after this call.",
7453 "_socket.SocketType.connect" => "connect(address)\n\nConnect the socket to a remote address. For IP sockets, the address\nis a pair (host, port).",
7454 "_socket.SocketType.connect_ex" => "connect_ex(address) -> errno\n\nThis is like connect(address), but returns an error code (the errno value)\ninstead of raising an exception when an error occurs.",
7455 "_socket.SocketType.detach" => "detach()\n\nClose the socket object without closing the underlying file descriptor.\nThe object cannot be used after this call, but the file descriptor\ncan be reused for other purposes. The file descriptor is returned.",
7456 "_socket.SocketType.family" => "the socket family",
7457 "_socket.SocketType.fileno" => "fileno() -> integer\n\nReturn the integer file descriptor of the socket.",
7458 "_socket.SocketType.getblocking" => "getblocking()\n\nReturns True if socket is in blocking mode, or False if it\nis in non-blocking mode.",
7459 "_socket.SocketType.getpeername" => "getpeername() -> address info\n\nReturn the address of the remote endpoint. For IP sockets, the address\ninfo is a pair (hostaddr, port).",
7460 "_socket.SocketType.getsockname" => "getsockname() -> address info\n\nReturn the address of the local endpoint. The format depends on the\naddress family. For IPv4 sockets, the address info is a pair\n(hostaddr, port). For IPv6 sockets, the address info is a 4-tuple\n(hostaddr, port, flowinfo, scope_id).",
7461 "_socket.SocketType.getsockopt" => "getsockopt(level, option[, buffersize]) -> value\n\nGet a socket option. See the Unix manual for level and option.\nIf a nonzero buffersize argument is given, the return value is a\nstring of that length; otherwise it is an integer.",
7462 "_socket.SocketType.gettimeout" => "gettimeout() -> timeout\n\nReturns the timeout in seconds (float) associated with socket\noperations. A timeout of None indicates that timeouts on socket\noperations are disabled.",
7463 "_socket.SocketType.ioctl" => "ioctl(cmd, option) -> long\n\nControl the socket with WSAIoctl syscall. Currently supported 'cmd' values are\nSIO_RCVALL: 'option' must be one of the socket.RCVALL_* constants.\nSIO_KEEPALIVE_VALS: 'option' is a tuple of (onoff, timeout, interval).\nSIO_LOOPBACK_FAST_PATH: 'option' is a boolean value, and is disabled by default",
7464 "_socket.SocketType.listen" => "listen([backlog])\n\nEnable a server to accept connections. If backlog is specified, it must be\nat least 0 (if it is lower, it is set to 0); it specifies the number of\nunaccepted connections that the system will allow before refusing new\nconnections. If not specified, a default reasonable value is chosen.",
7465 "_socket.SocketType.proto" => "the socket protocol",
7466 "_socket.SocketType.recv" => "recv(buffersize[, flags]) -> data\n\nReceive up to buffersize bytes from the socket. For the optional flags\nargument, see the Unix manual. When no data is available, block until\nat least one byte is available or until the remote end is closed. When\nthe remote end is closed and all data is read, return the empty string.",
7467 "_socket.SocketType.recv_into" => "recv_into(buffer, [nbytes[, flags]]) -> nbytes_read\n\nA version of recv() that stores its data into a buffer rather than creating\na new string. Receive up to buffersize bytes from the socket. If buffersize\nis not specified (or 0), receive up to the size available in the given buffer.\n\nSee recv() for documentation about the flags.",
7468 "_socket.SocketType.recvfrom" => "recvfrom(buffersize[, flags]) -> (data, address info)\n\nLike recv(buffersize, flags) but also return the sender's address info.",
7469 "_socket.SocketType.recvfrom_into" => "recvfrom_into(buffer[, nbytes[, flags]]) -> (nbytes, address info)\n\nLike recv_into(buffer[, nbytes[, flags]]) but also return the sender's address info.",
7470 "_socket.SocketType.recvmsg" => "recvmsg(bufsize[, ancbufsize[, flags]]) -> (data, ancdata, msg_flags, address)\n\nReceive normal data (up to bufsize bytes) and ancillary data from the\nsocket. The ancbufsize argument sets the size in bytes of the\ninternal buffer used to receive the ancillary data; it defaults to 0,\nmeaning that no ancillary data will be received. Appropriate buffer\nsizes for ancillary data can be calculated using CMSG_SPACE() or\nCMSG_LEN(), and items which do not fit into the buffer might be\ntruncated or discarded. The flags argument defaults to 0 and has the\nsame meaning as for recv().\n\nThe return value is a 4-tuple: (data, ancdata, msg_flags, address).\nThe data item is a bytes object holding the non-ancillary data\nreceived. The ancdata item is a list of zero or more tuples\n(cmsg_level, cmsg_type, cmsg_data) representing the ancillary data\n(control messages) received: cmsg_level and cmsg_type are integers\nspecifying the protocol level and protocol-specific type respectively,\nand cmsg_data is a bytes object holding the associated data. The\nmsg_flags item is the bitwise OR of various flags indicating\nconditions on the received message; see your system documentation for\ndetails. If the receiving socket is unconnected, address is the\naddress of the sending socket, if available; otherwise, its value is\nunspecified.\n\nIf recvmsg() raises an exception after the system call returns, it\nwill first attempt to close any file descriptors received via the\nSCM_RIGHTS mechanism.",
7471 "_socket.SocketType.recvmsg_into" => "recvmsg_into(buffers[, ancbufsize[, flags]]) -> (nbytes, ancdata, msg_flags, address)\n\nReceive normal data and ancillary data from the socket, scattering the\nnon-ancillary data into a series of buffers. The buffers argument\nmust be an iterable of objects that export writable buffers\n(e.g. bytearray objects); these will be filled with successive chunks\nof the non-ancillary data until it has all been written or there are\nno more buffers. The ancbufsize argument sets the size in bytes of\nthe internal buffer used to receive the ancillary data; it defaults to\n0, meaning that no ancillary data will be received. Appropriate\nbuffer sizes for ancillary data can be calculated using CMSG_SPACE()\nor CMSG_LEN(), and items which do not fit into the buffer might be\ntruncated or discarded. The flags argument defaults to 0 and has the\nsame meaning as for recv().\n\nThe return value is a 4-tuple: (nbytes, ancdata, msg_flags, address).\nThe nbytes item is the total number of bytes of non-ancillary data\nwritten into the buffers. The ancdata item is a list of zero or more\ntuples (cmsg_level, cmsg_type, cmsg_data) representing the ancillary\ndata (control messages) received: cmsg_level and cmsg_type are\nintegers specifying the protocol level and protocol-specific type\nrespectively, and cmsg_data is a bytes object holding the associated\ndata. The msg_flags item is the bitwise OR of various flags\nindicating conditions on the received message; see your system\ndocumentation for details. If the receiving socket is unconnected,\naddress is the address of the sending socket, if available; otherwise,\nits value is unspecified.\n\nIf recvmsg_into() raises an exception after the system call returns,\nit will first attempt to close any file descriptors received via the\nSCM_RIGHTS mechanism.",
7472 "_socket.SocketType.send" => "send(data[, flags]) -> count\n\nSend a data string to the socket. For the optional flags\nargument, see the Unix manual. Return the number of bytes\nsent; this may be less than len(data) if the network is busy.",
7473 "_socket.SocketType.sendall" => "sendall(data[, flags])\n\nSend a data string to the socket. For the optional flags\nargument, see the Unix manual. This calls send() repeatedly\nuntil all data is sent. If an error occurs, it's impossible\nto tell how much data has been sent.",
7474 "_socket.SocketType.sendmsg" => "sendmsg(buffers[, ancdata[, flags[, address]]]) -> count\n\nSend normal and ancillary data to the socket, gathering the\nnon-ancillary data from a series of buffers and concatenating it into\na single message. The buffers argument specifies the non-ancillary\ndata as an iterable of bytes-like objects (e.g. bytes objects).\nThe ancdata argument specifies the ancillary data (control messages)\nas an iterable of zero or more tuples (cmsg_level, cmsg_type,\ncmsg_data), where cmsg_level and cmsg_type are integers specifying the\nprotocol level and protocol-specific type respectively, and cmsg_data\nis a bytes-like object holding the associated data. The flags\nargument defaults to 0 and has the same meaning as for send(). If\naddress is supplied and not None, it sets a destination address for\nthe message. The return value is the number of bytes of non-ancillary\ndata sent.",
7475 "_socket.SocketType.sendmsg_afalg" => "sendmsg_afalg([msg], *, op[, iv[, assoclen[, flags=MSG_MORE]]])\n\nSet operation mode, IV and length of associated data for an AF_ALG\noperation socket.",
7476 "_socket.SocketType.sendto" => "sendto(data[, flags], address) -> count\n\nLike send(data, flags) but allows specifying the destination address.\nFor IP sockets, the address is a pair (hostaddr, port).",
7477 "_socket.SocketType.setblocking" => "setblocking(flag)\n\nSet the socket to blocking (flag is true) or non-blocking (false).\nsetblocking(True) is equivalent to settimeout(None);\nsetblocking(False) is equivalent to settimeout(0.0).",
7478 "_socket.SocketType.setsockopt" => "setsockopt(level, option, value: int)\nsetsockopt(level, option, value: buffer)\nsetsockopt(level, option, None, optlen: int)\n\nSet a socket option. See the Unix manual for level and option.\nThe value argument can either be an integer, a string buffer, or\nNone, optlen.",
7479 "_socket.SocketType.settimeout" => "settimeout(timeout)\n\nSet a timeout on socket operations. 'timeout' can be a float,\ngiving in seconds, or None. Setting a timeout of None disables\nthe timeout feature and is equivalent to setblocking(1).\nSetting a timeout of zero is the same as setblocking(0).",
7480 "_socket.SocketType.share" => "share(process_id) -> bytes\n\nShare the socket with another process. The target process id\nmust be provided and the resulting bytes object passed to the target\nprocess. There the shared socket can be instantiated by calling\nsocket.fromshare().",
7481 "_socket.SocketType.shutdown" => "shutdown(flag)\n\nShut down the reading side of the socket (flag == SHUT_RD), the writing side\nof the socket (flag == SHUT_WR), or both ends (flag == SHUT_RDWR).",
7482 "_socket.SocketType.timeout" => "the socket timeout",
7483 "_socket.SocketType.type" => "the socket type",
7484 "_socket.close" => "close(integer) -> None\n\nClose an integer socket file descriptor. This is like os.close(), but for\nsockets; on some platforms os.close() won't work for socket file descriptors.",
7485 "_socket.dup" => "dup(integer) -> integer\n\nDuplicate an integer socket file descriptor. This is like os.dup(), but for\nsockets; on some platforms os.dup() won't work for socket file descriptors.",
7486 "_socket.gaierror.__delattr__" => "Implement delattr(self, name).",
7487 "_socket.gaierror.__eq__" => "Return self==value.",
7488 "_socket.gaierror.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7489 "_socket.gaierror.__ge__" => "Return self>=value.",
7490 "_socket.gaierror.__getattribute__" => "Return getattr(self, name).",
7491 "_socket.gaierror.__getstate__" => "Helper for pickle.",
7492 "_socket.gaierror.__gt__" => "Return self>value.",
7493 "_socket.gaierror.__hash__" => "Return hash(self).",
7494 "_socket.gaierror.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7495 "_socket.gaierror.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7496 "_socket.gaierror.__le__" => "Return self<=value.",
7497 "_socket.gaierror.__lt__" => "Return self<value.",
7498 "_socket.gaierror.__ne__" => "Return self!=value.",
7499 "_socket.gaierror.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7500 "_socket.gaierror.__reduce_ex__" => "Helper for pickle.",
7501 "_socket.gaierror.__repr__" => "Return repr(self).",
7502 "_socket.gaierror.__setattr__" => "Implement setattr(self, name, value).",
7503 "_socket.gaierror.__sizeof__" => "Size of object in memory, in bytes.",
7504 "_socket.gaierror.__str__" => "Return str(self).",
7505 "_socket.gaierror.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7506 "_socket.gaierror.__weakref__" => "list of weak references to the object",
7507 "_socket.gaierror.add_note" => "Add a note to the exception",
7508 "_socket.gaierror.errno" => "POSIX exception code",
7509 "_socket.gaierror.filename" => "exception filename",
7510 "_socket.gaierror.filename2" => "second exception filename",
7511 "_socket.gaierror.strerror" => "exception strerror",
7512 "_socket.gaierror.winerror" => "Win32 exception code",
7513 "_socket.gaierror.with_traceback" => "Set self.__traceback__ to tb and return self.",
7514 "_socket.getaddrinfo" => "getaddrinfo(host, port [, family, type, proto, flags])\n -> list of (family, type, proto, canonname, sockaddr)\n\nResolve host and port into addrinfo struct.",
7515 "_socket.getdefaulttimeout" => "getdefaulttimeout() -> timeout\n\nReturns the default timeout in seconds (float) for new socket objects.\nA value of None indicates that new socket objects have no timeout.\nWhen the socket module is first imported, the default is None.",
7516 "_socket.gethostbyaddr" => "gethostbyaddr(host) -> (name, aliaslist, addresslist)\n\nReturn the true host name, a list of aliases, and a list of IP addresses,\nfor a host. The host argument is a string giving a host name or IP number.",
7517 "_socket.gethostbyname" => "gethostbyname(host) -> address\n\nReturn the IP address (a string of the form '255.255.255.255') for a host.",
7518 "_socket.gethostbyname_ex" => "gethostbyname_ex(host) -> (name, aliaslist, addresslist)\n\nReturn the true host name, a list of aliases, and a list of IP addresses,\nfor a host. The host argument is a string giving a host name or IP number.",
7519 "_socket.gethostname" => "gethostname() -> string\n\nReturn the current host name.",
7520 "_socket.getnameinfo" => "getnameinfo(sockaddr, flags) --> (host, port)\n\nGet host and port for a sockaddr.",
7521 "_socket.getprotobyname" => "getprotobyname(name) -> integer\n\nReturn the protocol number for the named protocol. (Rarely used.)",
7522 "_socket.getservbyname" => "getservbyname(servicename[, protocolname]) -> integer\n\nReturn a port number from a service name and protocol name.\nThe optional protocol name, if given, should be 'tcp' or 'udp',\notherwise any protocol will match.",
7523 "_socket.getservbyport" => "getservbyport(port[, protocolname]) -> string\n\nReturn the service name from a port number and protocol name.\nThe optional protocol name, if given, should be 'tcp' or 'udp',\notherwise any protocol will match.",
7524 "_socket.herror.__delattr__" => "Implement delattr(self, name).",
7525 "_socket.herror.__eq__" => "Return self==value.",
7526 "_socket.herror.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7527 "_socket.herror.__ge__" => "Return self>=value.",
7528 "_socket.herror.__getattribute__" => "Return getattr(self, name).",
7529 "_socket.herror.__getstate__" => "Helper for pickle.",
7530 "_socket.herror.__gt__" => "Return self>value.",
7531 "_socket.herror.__hash__" => "Return hash(self).",
7532 "_socket.herror.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7533 "_socket.herror.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7534 "_socket.herror.__le__" => "Return self<=value.",
7535 "_socket.herror.__lt__" => "Return self<value.",
7536 "_socket.herror.__ne__" => "Return self!=value.",
7537 "_socket.herror.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7538 "_socket.herror.__reduce_ex__" => "Helper for pickle.",
7539 "_socket.herror.__repr__" => "Return repr(self).",
7540 "_socket.herror.__setattr__" => "Implement setattr(self, name, value).",
7541 "_socket.herror.__sizeof__" => "Size of object in memory, in bytes.",
7542 "_socket.herror.__str__" => "Return str(self).",
7543 "_socket.herror.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7544 "_socket.herror.__weakref__" => "list of weak references to the object",
7545 "_socket.herror.add_note" => "Add a note to the exception",
7546 "_socket.herror.errno" => "POSIX exception code",
7547 "_socket.herror.filename" => "exception filename",
7548 "_socket.herror.filename2" => "second exception filename",
7549 "_socket.herror.strerror" => "exception strerror",
7550 "_socket.herror.winerror" => "Win32 exception code",
7551 "_socket.herror.with_traceback" => "Set self.__traceback__ to tb and return self.",
7552 "_socket.htonl" => "Convert a 32-bit unsigned integer from host to network byte order.",
7553 "_socket.htons" => "Convert a 16-bit unsigned integer from host to network byte order.",
7554 "_socket.if_indextoname" => "Returns the interface name corresponding to the interface index if_index.",
7555 "_socket.if_nameindex" => "if_nameindex()\n\nReturns a list of network interface information (index, name) tuples.",
7556 "_socket.if_nametoindex" => "Returns the interface index corresponding to the interface name if_name.",
7557 "_socket.inet_aton" => "Convert an IP address in string format (123.45.67.89) to the 32-bit packed binary format used in low-level network functions.",
7558 "_socket.inet_ntoa" => "Convert an IP address from 32-bit packed binary format to string format.",
7559 "_socket.inet_ntop" => "inet_ntop(af, packed_ip) -> string formatted IP address\n\nConvert a packed IP address of the given family to string format.",
7560 "_socket.inet_pton" => "inet_pton(af, ip) -> packed IP address string\n\nConvert an IP address from string format to a packed string suitable\nfor use with low-level network functions.",
7561 "_socket.ntohl" => "Convert a 32-bit unsigned integer from network to host byte order.",
7562 "_socket.ntohs" => "Convert a 16-bit unsigned integer from network to host byte order.",
7563 "_socket.setdefaulttimeout" => "setdefaulttimeout(timeout)\n\nSet the default timeout in seconds (float) for new socket objects.\nA value of None indicates that new socket objects have no timeout.\nWhen the socket module is first imported, the default is None.",
7564 "_socket.sethostname" => "sethostname(name)\n\nSets the hostname to name.",
7565 "_socket.socket" => "socket(family=AF_INET, type=SOCK_STREAM, proto=0) -> socket object\nsocket(family=-1, type=-1, proto=-1, fileno=None) -> socket object\n\nOpen a socket of the given type. The family argument specifies the\naddress family; it defaults to AF_INET. The type argument specifies\nwhether this is a stream (SOCK_STREAM, this is the default)\nor datagram (SOCK_DGRAM) socket. The protocol argument defaults to 0,\nspecifying the default protocol. Keyword arguments are accepted.\nThe socket is created as non-inheritable.\n\nWhen a fileno is passed in, family, type and proto are auto-detected,\nunless they are explicitly set.\n\nA socket object represents one endpoint of a network connection.\n\nMethods of socket objects (keyword arguments not allowed):\n\n_accept() -- accept connection, returning new socket fd and client address\nbind(addr) -- bind the socket to a local address\nclose() -- close the socket\nconnect(addr) -- connect the socket to a remote address\nconnect_ex(addr) -- connect, return an error code instead of an exception\ndup() -- return a new socket fd duplicated from fileno()\nfileno() -- return underlying file descriptor\ngetpeername() -- return remote address [*]\ngetsockname() -- return local address\ngetsockopt(level, optname[, buflen]) -- get socket options\ngettimeout() -- return timeout or None\nlisten([n]) -- start listening for incoming connections\nrecv(buflen[, flags]) -- receive data\nrecv_into(buffer[, nbytes[, flags]]) -- receive data (into a buffer)\nrecvfrom(buflen[, flags]) -- receive data and sender's address\nrecvfrom_into(buffer[, nbytes, [, flags])\n -- receive data and sender's address (into a buffer)\nsendall(data[, flags]) -- send all data\nsend(data[, flags]) -- send data, may not send all of it\nsendto(data[, flags], addr) -- send data to a given address\nsetblocking(bool) -- set or clear the blocking I/O flag\ngetblocking() -- return True if socket is blocking, False if non-blocking\nsetsockopt(level, optname, value[, optlen]) -- set socket options\nsettimeout(None | float) -- set or clear the timeout\nshutdown(how) -- shut down traffic in one or both directions\n\n [*] not available on all platforms!",
7566 "_socket.socket.__del__" => "Called when the instance is about to be destroyed.",
7567 "_socket.socket.__delattr__" => "Implement delattr(self, name).",
7568 "_socket.socket.__eq__" => "Return self==value.",
7569 "_socket.socket.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7570 "_socket.socket.__ge__" => "Return self>=value.",
7571 "_socket.socket.__getattribute__" => "Return getattr(self, name).",
7572 "_socket.socket.__getstate__" => "Helper for pickle.",
7573 "_socket.socket.__gt__" => "Return self>value.",
7574 "_socket.socket.__hash__" => "Return hash(self).",
7575 "_socket.socket.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7576 "_socket.socket.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7577 "_socket.socket.__le__" => "Return self<=value.",
7578 "_socket.socket.__lt__" => "Return self<value.",
7579 "_socket.socket.__ne__" => "Return self!=value.",
7580 "_socket.socket.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7581 "_socket.socket.__reduce__" => "Helper for pickle.",
7582 "_socket.socket.__reduce_ex__" => "Helper for pickle.",
7583 "_socket.socket.__repr__" => "Return repr(self).",
7584 "_socket.socket.__setattr__" => "Implement setattr(self, name, value).",
7585 "_socket.socket.__sizeof__" => "Size of object in memory, in bytes.",
7586 "_socket.socket.__str__" => "Return str(self).",
7587 "_socket.socket.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7588 "_socket.socket._accept" => "_accept() -> (integer, address info)\n\nWait for an incoming connection. Return a new socket file descriptor\nrepresenting the connection, and the address of the client.\nFor IP sockets, the address info is a pair (hostaddr, port).",
7589 "_socket.socket.bind" => "bind(address)\n\nBind the socket to a local address. For IP sockets, the address is a\npair (host, port); the host must refer to the local host. For raw packet\nsockets the address is a tuple (ifname, proto [,pkttype [,hatype [,addr]]])",
7590 "_socket.socket.close" => "close()\n\nClose the socket. It cannot be used after this call.",
7591 "_socket.socket.connect" => "connect(address)\n\nConnect the socket to a remote address. For IP sockets, the address\nis a pair (host, port).",
7592 "_socket.socket.connect_ex" => "connect_ex(address) -> errno\n\nThis is like connect(address), but returns an error code (the errno value)\ninstead of raising an exception when an error occurs.",
7593 "_socket.socket.detach" => "detach()\n\nClose the socket object without closing the underlying file descriptor.\nThe object cannot be used after this call, but the file descriptor\ncan be reused for other purposes. The file descriptor is returned.",
7594 "_socket.socket.family" => "the socket family",
7595 "_socket.socket.fileno" => "fileno() -> integer\n\nReturn the integer file descriptor of the socket.",
7596 "_socket.socket.getblocking" => "getblocking()\n\nReturns True if socket is in blocking mode, or False if it\nis in non-blocking mode.",
7597 "_socket.socket.getpeername" => "getpeername() -> address info\n\nReturn the address of the remote endpoint. For IP sockets, the address\ninfo is a pair (hostaddr, port).",
7598 "_socket.socket.getsockname" => "getsockname() -> address info\n\nReturn the address of the local endpoint. The format depends on the\naddress family. For IPv4 sockets, the address info is a pair\n(hostaddr, port). For IPv6 sockets, the address info is a 4-tuple\n(hostaddr, port, flowinfo, scope_id).",
7599 "_socket.socket.getsockopt" => "getsockopt(level, option[, buffersize]) -> value\n\nGet a socket option. See the Unix manual for level and option.\nIf a nonzero buffersize argument is given, the return value is a\nstring of that length; otherwise it is an integer.",
7600 "_socket.socket.gettimeout" => "gettimeout() -> timeout\n\nReturns the timeout in seconds (float) associated with socket\noperations. A timeout of None indicates that timeouts on socket\noperations are disabled.",
7601 "_socket.socket.ioctl" => "ioctl(cmd, option) -> long\n\nControl the socket with WSAIoctl syscall. Currently supported 'cmd' values are\nSIO_RCVALL: 'option' must be one of the socket.RCVALL_* constants.\nSIO_KEEPALIVE_VALS: 'option' is a tuple of (onoff, timeout, interval).\nSIO_LOOPBACK_FAST_PATH: 'option' is a boolean value, and is disabled by default",
7602 "_socket.socket.listen" => "listen([backlog])\n\nEnable a server to accept connections. If backlog is specified, it must be\nat least 0 (if it is lower, it is set to 0); it specifies the number of\nunaccepted connections that the system will allow before refusing new\nconnections. If not specified, a default reasonable value is chosen.",
7603 "_socket.socket.proto" => "the socket protocol",
7604 "_socket.socket.recv" => "recv(buffersize[, flags]) -> data\n\nReceive up to buffersize bytes from the socket. For the optional flags\nargument, see the Unix manual. When no data is available, block until\nat least one byte is available or until the remote end is closed. When\nthe remote end is closed and all data is read, return the empty string.",
7605 "_socket.socket.recv_into" => "recv_into(buffer, [nbytes[, flags]]) -> nbytes_read\n\nA version of recv() that stores its data into a buffer rather than creating\na new string. Receive up to buffersize bytes from the socket. If buffersize\nis not specified (or 0), receive up to the size available in the given buffer.\n\nSee recv() for documentation about the flags.",
7606 "_socket.socket.recvfrom" => "recvfrom(buffersize[, flags]) -> (data, address info)\n\nLike recv(buffersize, flags) but also return the sender's address info.",
7607 "_socket.socket.recvfrom_into" => "recvfrom_into(buffer[, nbytes[, flags]]) -> (nbytes, address info)\n\nLike recv_into(buffer[, nbytes[, flags]]) but also return the sender's address info.",
7608 "_socket.socket.recvmsg" => "recvmsg(bufsize[, ancbufsize[, flags]]) -> (data, ancdata, msg_flags, address)\n\nReceive normal data (up to bufsize bytes) and ancillary data from the\nsocket. The ancbufsize argument sets the size in bytes of the\ninternal buffer used to receive the ancillary data; it defaults to 0,\nmeaning that no ancillary data will be received. Appropriate buffer\nsizes for ancillary data can be calculated using CMSG_SPACE() or\nCMSG_LEN(), and items which do not fit into the buffer might be\ntruncated or discarded. The flags argument defaults to 0 and has the\nsame meaning as for recv().\n\nThe return value is a 4-tuple: (data, ancdata, msg_flags, address).\nThe data item is a bytes object holding the non-ancillary data\nreceived. The ancdata item is a list of zero or more tuples\n(cmsg_level, cmsg_type, cmsg_data) representing the ancillary data\n(control messages) received: cmsg_level and cmsg_type are integers\nspecifying the protocol level and protocol-specific type respectively,\nand cmsg_data is a bytes object holding the associated data. The\nmsg_flags item is the bitwise OR of various flags indicating\nconditions on the received message; see your system documentation for\ndetails. If the receiving socket is unconnected, address is the\naddress of the sending socket, if available; otherwise, its value is\nunspecified.\n\nIf recvmsg() raises an exception after the system call returns, it\nwill first attempt to close any file descriptors received via the\nSCM_RIGHTS mechanism.",
7609 "_socket.socket.recvmsg_into" => "recvmsg_into(buffers[, ancbufsize[, flags]]) -> (nbytes, ancdata, msg_flags, address)\n\nReceive normal data and ancillary data from the socket, scattering the\nnon-ancillary data into a series of buffers. The buffers argument\nmust be an iterable of objects that export writable buffers\n(e.g. bytearray objects); these will be filled with successive chunks\nof the non-ancillary data until it has all been written or there are\nno more buffers. The ancbufsize argument sets the size in bytes of\nthe internal buffer used to receive the ancillary data; it defaults to\n0, meaning that no ancillary data will be received. Appropriate\nbuffer sizes for ancillary data can be calculated using CMSG_SPACE()\nor CMSG_LEN(), and items which do not fit into the buffer might be\ntruncated or discarded. The flags argument defaults to 0 and has the\nsame meaning as for recv().\n\nThe return value is a 4-tuple: (nbytes, ancdata, msg_flags, address).\nThe nbytes item is the total number of bytes of non-ancillary data\nwritten into the buffers. The ancdata item is a list of zero or more\ntuples (cmsg_level, cmsg_type, cmsg_data) representing the ancillary\ndata (control messages) received: cmsg_level and cmsg_type are\nintegers specifying the protocol level and protocol-specific type\nrespectively, and cmsg_data is a bytes object holding the associated\ndata. The msg_flags item is the bitwise OR of various flags\nindicating conditions on the received message; see your system\ndocumentation for details. If the receiving socket is unconnected,\naddress is the address of the sending socket, if available; otherwise,\nits value is unspecified.\n\nIf recvmsg_into() raises an exception after the system call returns,\nit will first attempt to close any file descriptors received via the\nSCM_RIGHTS mechanism.",
7610 "_socket.socket.send" => "send(data[, flags]) -> count\n\nSend a data string to the socket. For the optional flags\nargument, see the Unix manual. Return the number of bytes\nsent; this may be less than len(data) if the network is busy.",
7611 "_socket.socket.sendall" => "sendall(data[, flags])\n\nSend a data string to the socket. For the optional flags\nargument, see the Unix manual. This calls send() repeatedly\nuntil all data is sent. If an error occurs, it's impossible\nto tell how much data has been sent.",
7612 "_socket.socket.sendmsg" => "sendmsg(buffers[, ancdata[, flags[, address]]]) -> count\n\nSend normal and ancillary data to the socket, gathering the\nnon-ancillary data from a series of buffers and concatenating it into\na single message. The buffers argument specifies the non-ancillary\ndata as an iterable of bytes-like objects (e.g. bytes objects).\nThe ancdata argument specifies the ancillary data (control messages)\nas an iterable of zero or more tuples (cmsg_level, cmsg_type,\ncmsg_data), where cmsg_level and cmsg_type are integers specifying the\nprotocol level and protocol-specific type respectively, and cmsg_data\nis a bytes-like object holding the associated data. The flags\nargument defaults to 0 and has the same meaning as for send(). If\naddress is supplied and not None, it sets a destination address for\nthe message. The return value is the number of bytes of non-ancillary\ndata sent.",
7613 "_socket.socket.sendmsg_afalg" => "sendmsg_afalg([msg], *, op[, iv[, assoclen[, flags=MSG_MORE]]])\n\nSet operation mode, IV and length of associated data for an AF_ALG\noperation socket.",
7614 "_socket.socket.sendto" => "sendto(data[, flags], address) -> count\n\nLike send(data, flags) but allows specifying the destination address.\nFor IP sockets, the address is a pair (hostaddr, port).",
7615 "_socket.socket.setblocking" => "setblocking(flag)\n\nSet the socket to blocking (flag is true) or non-blocking (false).\nsetblocking(True) is equivalent to settimeout(None);\nsetblocking(False) is equivalent to settimeout(0.0).",
7616 "_socket.socket.setsockopt" => "setsockopt(level, option, value: int)\nsetsockopt(level, option, value: buffer)\nsetsockopt(level, option, None, optlen: int)\n\nSet a socket option. See the Unix manual for level and option.\nThe value argument can either be an integer, a string buffer, or\nNone, optlen.",
7617 "_socket.socket.settimeout" => "settimeout(timeout)\n\nSet a timeout on socket operations. 'timeout' can be a float,\ngiving in seconds, or None. Setting a timeout of None disables\nthe timeout feature and is equivalent to setblocking(1).\nSetting a timeout of zero is the same as setblocking(0).",
7618 "_socket.socket.share" => "share(process_id) -> bytes\n\nShare the socket with another process. The target process id\nmust be provided and the resulting bytes object passed to the target\nprocess. There the shared socket can be instantiated by calling\nsocket.fromshare().",
7619 "_socket.socket.shutdown" => "shutdown(flag)\n\nShut down the reading side of the socket (flag == SHUT_RD), the writing side\nof the socket (flag == SHUT_WR), or both ends (flag == SHUT_RDWR).",
7620 "_socket.socket.timeout" => "the socket timeout",
7621 "_socket.socket.type" => "the socket type",
7622 "_socket.socketpair" => "socketpair([family[, type [, proto]]]) -> (socket object, socket object)\n\nCreate a pair of socket objects from the sockets returned by the platform\nsocketpair() function.\nThe arguments are the same as for socket() except the default family is\nAF_UNIX if defined on the platform; otherwise, the default is AF_INET.",
7623 "_sqlite3.Blob.__delattr__" => "Implement delattr(self, name).",
7624 "_sqlite3.Blob.__delitem__" => "Delete self[key].",
7625 "_sqlite3.Blob.__enter__" => "Blob context manager enter.",
7626 "_sqlite3.Blob.__eq__" => "Return self==value.",
7627 "_sqlite3.Blob.__exit__" => "Blob context manager exit.",
7628 "_sqlite3.Blob.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7629 "_sqlite3.Blob.__ge__" => "Return self>=value.",
7630 "_sqlite3.Blob.__getattribute__" => "Return getattr(self, name).",
7631 "_sqlite3.Blob.__getitem__" => "Return self[key].",
7632 "_sqlite3.Blob.__getstate__" => "Helper for pickle.",
7633 "_sqlite3.Blob.__gt__" => "Return self>value.",
7634 "_sqlite3.Blob.__hash__" => "Return hash(self).",
7635 "_sqlite3.Blob.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7636 "_sqlite3.Blob.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7637 "_sqlite3.Blob.__le__" => "Return self<=value.",
7638 "_sqlite3.Blob.__len__" => "Return len(self).",
7639 "_sqlite3.Blob.__lt__" => "Return self<value.",
7640 "_sqlite3.Blob.__ne__" => "Return self!=value.",
7641 "_sqlite3.Blob.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7642 "_sqlite3.Blob.__reduce__" => "Helper for pickle.",
7643 "_sqlite3.Blob.__reduce_ex__" => "Helper for pickle.",
7644 "_sqlite3.Blob.__repr__" => "Return repr(self).",
7645 "_sqlite3.Blob.__setattr__" => "Implement setattr(self, name, value).",
7646 "_sqlite3.Blob.__setitem__" => "Set self[key] to value.",
7647 "_sqlite3.Blob.__sizeof__" => "Size of object in memory, in bytes.",
7648 "_sqlite3.Blob.__str__" => "Return str(self).",
7649 "_sqlite3.Blob.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7650 "_sqlite3.Blob.close" => "Close the blob.",
7651 "_sqlite3.Blob.read" => "Read data at the current offset position.\n\n length\n Read length in bytes.\n\nIf the end of the blob is reached, the data up to end of file will be returned.\nWhen length is not specified, or is negative, Blob.read() will read until the\nend of the blob.",
7652 "_sqlite3.Blob.seek" => "Set the current access position to offset.\n\nThe origin argument defaults to os.SEEK_SET (absolute blob positioning).\nOther values for origin are os.SEEK_CUR (seek relative to the current position)\nand os.SEEK_END (seek relative to the blob's end).",
7653 "_sqlite3.Blob.tell" => "Return the current access position for the blob.",
7654 "_sqlite3.Blob.write" => "Write data at the current offset.\n\nThis function cannot change the blob length. Writing beyond the end of the\nblob will result in an exception being raised.",
7655 "_sqlite3.Connection" => "SQLite database connection object.",
7656 "_sqlite3.Connection.__call__" => "Call self as a function.",
7657 "_sqlite3.Connection.__del__" => "Called when the instance is about to be destroyed.",
7658 "_sqlite3.Connection.__delattr__" => "Implement delattr(self, name).",
7659 "_sqlite3.Connection.__enter__" => "Called when the connection is used as a context manager.\n\nReturns itself as a convenience to the caller.",
7660 "_sqlite3.Connection.__eq__" => "Return self==value.",
7661 "_sqlite3.Connection.__exit__" => "Called when the connection is used as a context manager.\n\nIf there was any exception, a rollback takes place; otherwise we commit.",
7662 "_sqlite3.Connection.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7663 "_sqlite3.Connection.__ge__" => "Return self>=value.",
7664 "_sqlite3.Connection.__getattribute__" => "Return getattr(self, name).",
7665 "_sqlite3.Connection.__getstate__" => "Helper for pickle.",
7666 "_sqlite3.Connection.__gt__" => "Return self>value.",
7667 "_sqlite3.Connection.__hash__" => "Return hash(self).",
7668 "_sqlite3.Connection.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7669 "_sqlite3.Connection.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7670 "_sqlite3.Connection.__le__" => "Return self<=value.",
7671 "_sqlite3.Connection.__lt__" => "Return self<value.",
7672 "_sqlite3.Connection.__ne__" => "Return self!=value.",
7673 "_sqlite3.Connection.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7674 "_sqlite3.Connection.__reduce__" => "Helper for pickle.",
7675 "_sqlite3.Connection.__reduce_ex__" => "Helper for pickle.",
7676 "_sqlite3.Connection.__repr__" => "Return repr(self).",
7677 "_sqlite3.Connection.__setattr__" => "Implement setattr(self, name, value).",
7678 "_sqlite3.Connection.__sizeof__" => "Size of object in memory, in bytes.",
7679 "_sqlite3.Connection.__str__" => "Return str(self).",
7680 "_sqlite3.Connection.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7681 "_sqlite3.Connection.backup" => "Makes a backup of the database.",
7682 "_sqlite3.Connection.blobopen" => "Open and return a BLOB object.\n\n table\n Table name.\n column\n Column name.\n rowid\n Row id.\n readonly\n Open the BLOB without write permissions.\n name\n Database name.",
7683 "_sqlite3.Connection.close" => "Close the database connection.\n\nAny pending transaction is not committed implicitly.",
7684 "_sqlite3.Connection.commit" => "Commit any pending transaction to the database.\n\nIf there is no open transaction, this method is a no-op.",
7685 "_sqlite3.Connection.create_aggregate" => "Creates a new aggregate.\n\nNote: Passing keyword arguments 'name', 'n_arg' and 'aggregate_class'\nto _sqlite3.Connection.create_aggregate() is deprecated. Parameters\n'name', 'n_arg' and 'aggregate_class' will become positional-only in\nPython 3.15.",
7686 "_sqlite3.Connection.create_collation" => "Creates a collation function.",
7687 "_sqlite3.Connection.create_function" => "Creates a new function.\n\nNote: Passing keyword arguments 'name', 'narg' and 'func' to\n_sqlite3.Connection.create_function() is deprecated. Parameters\n'name', 'narg' and 'func' will become positional-only in Python 3.15.",
7688 "_sqlite3.Connection.create_window_function" => "Creates or redefines an aggregate window function. Non-standard.\n\n name\n The name of the SQL aggregate window function to be created or\n redefined.\n num_params\n The number of arguments the step and inverse methods takes.\n aggregate_class\n A class with step(), finalize(), value(), and inverse() methods.\n Set to None to clear the window function.",
7689 "_sqlite3.Connection.cursor" => "Return a cursor for the connection.",
7690 "_sqlite3.Connection.deserialize" => "Load a serialized database.\n\n data\n The serialized database content.\n name\n Which database to reopen with the deserialization.\n\nThe deserialize interface causes the database connection to disconnect from the\ntarget database, and then reopen it as an in-memory database based on the given\nserialized data.\n\nThe deserialize interface will fail with SQLITE_BUSY if the database is\ncurrently in a read transaction or is involved in a backup operation.",
7691 "_sqlite3.Connection.enable_load_extension" => "Enable dynamic loading of SQLite extension modules.",
7692 "_sqlite3.Connection.execute" => "Executes an SQL statement.",
7693 "_sqlite3.Connection.executemany" => "Repeatedly executes an SQL statement.",
7694 "_sqlite3.Connection.executescript" => "Executes multiple SQL statements at once.",
7695 "_sqlite3.Connection.getconfig" => "Query a boolean connection configuration option.\n\n op\n The configuration verb; one of the sqlite3.SQLITE_DBCONFIG codes.",
7696 "_sqlite3.Connection.getlimit" => "Get connection run-time limits.\n\n category\n The limit category to be queried.",
7697 "_sqlite3.Connection.interrupt" => "Abort any pending database operation.",
7698 "_sqlite3.Connection.iterdump" => "Returns iterator to the dump of the database in an SQL text format.\n\n filter\n An optional LIKE pattern for database objects to dump",
7699 "_sqlite3.Connection.load_extension" => "Load SQLite extension module.",
7700 "_sqlite3.Connection.rollback" => "Roll back to the start of any pending transaction.\n\nIf there is no open transaction, this method is a no-op.",
7701 "_sqlite3.Connection.serialize" => "Serialize a database into a byte string.\n\n name\n Which database to serialize.\n\nFor an ordinary on-disk database file, the serialization is just a copy of the\ndisk file. For an in-memory database or a \"temp\" database, the serialization is\nthe same sequence of bytes which would be written to disk if that database\nwere backed up to disk.",
7702 "_sqlite3.Connection.set_authorizer" => "Set authorizer callback.\n\nNote: Passing keyword argument 'authorizer_callback' to\n_sqlite3.Connection.set_authorizer() is deprecated. Parameter\n'authorizer_callback' will become positional-only in Python 3.15.",
7703 "_sqlite3.Connection.set_progress_handler" => "Set progress handler callback.\n\n progress_handler\n A callable that takes no arguments.\n If the callable returns non-zero, the current query is terminated,\n and an exception is raised.\n n\n The number of SQLite virtual machine instructions that are\n executed between invocations of 'progress_handler'.\n\nIf 'progress_handler' is None or 'n' is 0, the progress handler is disabled.\n\nNote: Passing keyword argument 'progress_handler' to\n_sqlite3.Connection.set_progress_handler() is deprecated. Parameter\n'progress_handler' will become positional-only in Python 3.15.",
7704 "_sqlite3.Connection.set_trace_callback" => "Set a trace callback called for each SQL statement (passed as unicode).\n\nNote: Passing keyword argument 'trace_callback' to\n_sqlite3.Connection.set_trace_callback() is deprecated. Parameter\n'trace_callback' will become positional-only in Python 3.15.",
7705 "_sqlite3.Connection.setconfig" => "Set a boolean connection configuration option.\n\n op\n The configuration verb; one of the sqlite3.SQLITE_DBCONFIG codes.",
7706 "_sqlite3.Connection.setlimit" => "Set connection run-time limits.\n\n category\n The limit category to be set.\n limit\n The new limit. If the new limit is a negative number, the limit is\n unchanged.\n\nAttempts to increase a limit above its hard upper bound are silently truncated\nto the hard upper bound. Regardless of whether or not the limit was changed,\nthe prior value of the limit is returned.",
7707 "_sqlite3.Cursor" => "SQLite database cursor class.",
7708 "_sqlite3.Cursor.__delattr__" => "Implement delattr(self, name).",
7709 "_sqlite3.Cursor.__eq__" => "Return self==value.",
7710 "_sqlite3.Cursor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7711 "_sqlite3.Cursor.__ge__" => "Return self>=value.",
7712 "_sqlite3.Cursor.__getattribute__" => "Return getattr(self, name).",
7713 "_sqlite3.Cursor.__getstate__" => "Helper for pickle.",
7714 "_sqlite3.Cursor.__gt__" => "Return self>value.",
7715 "_sqlite3.Cursor.__hash__" => "Return hash(self).",
7716 "_sqlite3.Cursor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7717 "_sqlite3.Cursor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7718 "_sqlite3.Cursor.__iter__" => "Implement iter(self).",
7719 "_sqlite3.Cursor.__le__" => "Return self<=value.",
7720 "_sqlite3.Cursor.__lt__" => "Return self<value.",
7721 "_sqlite3.Cursor.__ne__" => "Return self!=value.",
7722 "_sqlite3.Cursor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7723 "_sqlite3.Cursor.__next__" => "Implement next(self).",
7724 "_sqlite3.Cursor.__reduce__" => "Helper for pickle.",
7725 "_sqlite3.Cursor.__reduce_ex__" => "Helper for pickle.",
7726 "_sqlite3.Cursor.__repr__" => "Return repr(self).",
7727 "_sqlite3.Cursor.__setattr__" => "Implement setattr(self, name, value).",
7728 "_sqlite3.Cursor.__sizeof__" => "Size of object in memory, in bytes.",
7729 "_sqlite3.Cursor.__str__" => "Return str(self).",
7730 "_sqlite3.Cursor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7731 "_sqlite3.Cursor.close" => "Closes the cursor.",
7732 "_sqlite3.Cursor.execute" => "Executes an SQL statement.",
7733 "_sqlite3.Cursor.executemany" => "Repeatedly executes an SQL statement.",
7734 "_sqlite3.Cursor.executescript" => "Executes multiple SQL statements at once.",
7735 "_sqlite3.Cursor.fetchall" => "Fetches all rows from the resultset.",
7736 "_sqlite3.Cursor.fetchmany" => "Fetches several rows from the resultset.\n\n size\n The default value is set by the Cursor.arraysize attribute.",
7737 "_sqlite3.Cursor.fetchone" => "Fetches one row from the resultset.",
7738 "_sqlite3.Cursor.setinputsizes" => "Required by DB-API. Does nothing in sqlite3.",
7739 "_sqlite3.Cursor.setoutputsize" => "Required by DB-API. Does nothing in sqlite3.",
7740 "_sqlite3.DataError.__delattr__" => "Implement delattr(self, name).",
7741 "_sqlite3.DataError.__eq__" => "Return self==value.",
7742 "_sqlite3.DataError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7743 "_sqlite3.DataError.__ge__" => "Return self>=value.",
7744 "_sqlite3.DataError.__getattribute__" => "Return getattr(self, name).",
7745 "_sqlite3.DataError.__getstate__" => "Helper for pickle.",
7746 "_sqlite3.DataError.__gt__" => "Return self>value.",
7747 "_sqlite3.DataError.__hash__" => "Return hash(self).",
7748 "_sqlite3.DataError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7749 "_sqlite3.DataError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7750 "_sqlite3.DataError.__le__" => "Return self<=value.",
7751 "_sqlite3.DataError.__lt__" => "Return self<value.",
7752 "_sqlite3.DataError.__ne__" => "Return self!=value.",
7753 "_sqlite3.DataError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7754 "_sqlite3.DataError.__reduce_ex__" => "Helper for pickle.",
7755 "_sqlite3.DataError.__repr__" => "Return repr(self).",
7756 "_sqlite3.DataError.__setattr__" => "Implement setattr(self, name, value).",
7757 "_sqlite3.DataError.__sizeof__" => "Size of object in memory, in bytes.",
7758 "_sqlite3.DataError.__str__" => "Return str(self).",
7759 "_sqlite3.DataError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7760 "_sqlite3.DataError.__weakref__" => "list of weak references to the object",
7761 "_sqlite3.DataError.add_note" => "Add a note to the exception",
7762 "_sqlite3.DataError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7763 "_sqlite3.DatabaseError.__delattr__" => "Implement delattr(self, name).",
7764 "_sqlite3.DatabaseError.__eq__" => "Return self==value.",
7765 "_sqlite3.DatabaseError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7766 "_sqlite3.DatabaseError.__ge__" => "Return self>=value.",
7767 "_sqlite3.DatabaseError.__getattribute__" => "Return getattr(self, name).",
7768 "_sqlite3.DatabaseError.__getstate__" => "Helper for pickle.",
7769 "_sqlite3.DatabaseError.__gt__" => "Return self>value.",
7770 "_sqlite3.DatabaseError.__hash__" => "Return hash(self).",
7771 "_sqlite3.DatabaseError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7772 "_sqlite3.DatabaseError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7773 "_sqlite3.DatabaseError.__le__" => "Return self<=value.",
7774 "_sqlite3.DatabaseError.__lt__" => "Return self<value.",
7775 "_sqlite3.DatabaseError.__ne__" => "Return self!=value.",
7776 "_sqlite3.DatabaseError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7777 "_sqlite3.DatabaseError.__reduce_ex__" => "Helper for pickle.",
7778 "_sqlite3.DatabaseError.__repr__" => "Return repr(self).",
7779 "_sqlite3.DatabaseError.__setattr__" => "Implement setattr(self, name, value).",
7780 "_sqlite3.DatabaseError.__sizeof__" => "Size of object in memory, in bytes.",
7781 "_sqlite3.DatabaseError.__str__" => "Return str(self).",
7782 "_sqlite3.DatabaseError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7783 "_sqlite3.DatabaseError.__weakref__" => "list of weak references to the object",
7784 "_sqlite3.DatabaseError.add_note" => "Add a note to the exception",
7785 "_sqlite3.DatabaseError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7786 "_sqlite3.Error.__delattr__" => "Implement delattr(self, name).",
7787 "_sqlite3.Error.__eq__" => "Return self==value.",
7788 "_sqlite3.Error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7789 "_sqlite3.Error.__ge__" => "Return self>=value.",
7790 "_sqlite3.Error.__getattribute__" => "Return getattr(self, name).",
7791 "_sqlite3.Error.__getstate__" => "Helper for pickle.",
7792 "_sqlite3.Error.__gt__" => "Return self>value.",
7793 "_sqlite3.Error.__hash__" => "Return hash(self).",
7794 "_sqlite3.Error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7795 "_sqlite3.Error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7796 "_sqlite3.Error.__le__" => "Return self<=value.",
7797 "_sqlite3.Error.__lt__" => "Return self<value.",
7798 "_sqlite3.Error.__ne__" => "Return self!=value.",
7799 "_sqlite3.Error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7800 "_sqlite3.Error.__reduce_ex__" => "Helper for pickle.",
7801 "_sqlite3.Error.__repr__" => "Return repr(self).",
7802 "_sqlite3.Error.__setattr__" => "Implement setattr(self, name, value).",
7803 "_sqlite3.Error.__sizeof__" => "Size of object in memory, in bytes.",
7804 "_sqlite3.Error.__str__" => "Return str(self).",
7805 "_sqlite3.Error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7806 "_sqlite3.Error.__weakref__" => "list of weak references to the object",
7807 "_sqlite3.Error.add_note" => "Add a note to the exception",
7808 "_sqlite3.Error.with_traceback" => "Set self.__traceback__ to tb and return self.",
7809 "_sqlite3.IntegrityError.__delattr__" => "Implement delattr(self, name).",
7810 "_sqlite3.IntegrityError.__eq__" => "Return self==value.",
7811 "_sqlite3.IntegrityError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7812 "_sqlite3.IntegrityError.__ge__" => "Return self>=value.",
7813 "_sqlite3.IntegrityError.__getattribute__" => "Return getattr(self, name).",
7814 "_sqlite3.IntegrityError.__getstate__" => "Helper for pickle.",
7815 "_sqlite3.IntegrityError.__gt__" => "Return self>value.",
7816 "_sqlite3.IntegrityError.__hash__" => "Return hash(self).",
7817 "_sqlite3.IntegrityError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7818 "_sqlite3.IntegrityError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7819 "_sqlite3.IntegrityError.__le__" => "Return self<=value.",
7820 "_sqlite3.IntegrityError.__lt__" => "Return self<value.",
7821 "_sqlite3.IntegrityError.__ne__" => "Return self!=value.",
7822 "_sqlite3.IntegrityError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7823 "_sqlite3.IntegrityError.__reduce_ex__" => "Helper for pickle.",
7824 "_sqlite3.IntegrityError.__repr__" => "Return repr(self).",
7825 "_sqlite3.IntegrityError.__setattr__" => "Implement setattr(self, name, value).",
7826 "_sqlite3.IntegrityError.__sizeof__" => "Size of object in memory, in bytes.",
7827 "_sqlite3.IntegrityError.__str__" => "Return str(self).",
7828 "_sqlite3.IntegrityError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7829 "_sqlite3.IntegrityError.__weakref__" => "list of weak references to the object",
7830 "_sqlite3.IntegrityError.add_note" => "Add a note to the exception",
7831 "_sqlite3.IntegrityError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7832 "_sqlite3.InterfaceError.__delattr__" => "Implement delattr(self, name).",
7833 "_sqlite3.InterfaceError.__eq__" => "Return self==value.",
7834 "_sqlite3.InterfaceError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7835 "_sqlite3.InterfaceError.__ge__" => "Return self>=value.",
7836 "_sqlite3.InterfaceError.__getattribute__" => "Return getattr(self, name).",
7837 "_sqlite3.InterfaceError.__getstate__" => "Helper for pickle.",
7838 "_sqlite3.InterfaceError.__gt__" => "Return self>value.",
7839 "_sqlite3.InterfaceError.__hash__" => "Return hash(self).",
7840 "_sqlite3.InterfaceError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7841 "_sqlite3.InterfaceError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7842 "_sqlite3.InterfaceError.__le__" => "Return self<=value.",
7843 "_sqlite3.InterfaceError.__lt__" => "Return self<value.",
7844 "_sqlite3.InterfaceError.__ne__" => "Return self!=value.",
7845 "_sqlite3.InterfaceError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7846 "_sqlite3.InterfaceError.__reduce_ex__" => "Helper for pickle.",
7847 "_sqlite3.InterfaceError.__repr__" => "Return repr(self).",
7848 "_sqlite3.InterfaceError.__setattr__" => "Implement setattr(self, name, value).",
7849 "_sqlite3.InterfaceError.__sizeof__" => "Size of object in memory, in bytes.",
7850 "_sqlite3.InterfaceError.__str__" => "Return str(self).",
7851 "_sqlite3.InterfaceError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7852 "_sqlite3.InterfaceError.__weakref__" => "list of weak references to the object",
7853 "_sqlite3.InterfaceError.add_note" => "Add a note to the exception",
7854 "_sqlite3.InterfaceError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7855 "_sqlite3.InternalError.__delattr__" => "Implement delattr(self, name).",
7856 "_sqlite3.InternalError.__eq__" => "Return self==value.",
7857 "_sqlite3.InternalError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7858 "_sqlite3.InternalError.__ge__" => "Return self>=value.",
7859 "_sqlite3.InternalError.__getattribute__" => "Return getattr(self, name).",
7860 "_sqlite3.InternalError.__getstate__" => "Helper for pickle.",
7861 "_sqlite3.InternalError.__gt__" => "Return self>value.",
7862 "_sqlite3.InternalError.__hash__" => "Return hash(self).",
7863 "_sqlite3.InternalError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7864 "_sqlite3.InternalError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7865 "_sqlite3.InternalError.__le__" => "Return self<=value.",
7866 "_sqlite3.InternalError.__lt__" => "Return self<value.",
7867 "_sqlite3.InternalError.__ne__" => "Return self!=value.",
7868 "_sqlite3.InternalError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7869 "_sqlite3.InternalError.__reduce_ex__" => "Helper for pickle.",
7870 "_sqlite3.InternalError.__repr__" => "Return repr(self).",
7871 "_sqlite3.InternalError.__setattr__" => "Implement setattr(self, name, value).",
7872 "_sqlite3.InternalError.__sizeof__" => "Size of object in memory, in bytes.",
7873 "_sqlite3.InternalError.__str__" => "Return str(self).",
7874 "_sqlite3.InternalError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7875 "_sqlite3.InternalError.__weakref__" => "list of weak references to the object",
7876 "_sqlite3.InternalError.add_note" => "Add a note to the exception",
7877 "_sqlite3.InternalError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7878 "_sqlite3.NotSupportedError.__delattr__" => "Implement delattr(self, name).",
7879 "_sqlite3.NotSupportedError.__eq__" => "Return self==value.",
7880 "_sqlite3.NotSupportedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7881 "_sqlite3.NotSupportedError.__ge__" => "Return self>=value.",
7882 "_sqlite3.NotSupportedError.__getattribute__" => "Return getattr(self, name).",
7883 "_sqlite3.NotSupportedError.__getstate__" => "Helper for pickle.",
7884 "_sqlite3.NotSupportedError.__gt__" => "Return self>value.",
7885 "_sqlite3.NotSupportedError.__hash__" => "Return hash(self).",
7886 "_sqlite3.NotSupportedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7887 "_sqlite3.NotSupportedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7888 "_sqlite3.NotSupportedError.__le__" => "Return self<=value.",
7889 "_sqlite3.NotSupportedError.__lt__" => "Return self<value.",
7890 "_sqlite3.NotSupportedError.__ne__" => "Return self!=value.",
7891 "_sqlite3.NotSupportedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7892 "_sqlite3.NotSupportedError.__reduce_ex__" => "Helper for pickle.",
7893 "_sqlite3.NotSupportedError.__repr__" => "Return repr(self).",
7894 "_sqlite3.NotSupportedError.__setattr__" => "Implement setattr(self, name, value).",
7895 "_sqlite3.NotSupportedError.__sizeof__" => "Size of object in memory, in bytes.",
7896 "_sqlite3.NotSupportedError.__str__" => "Return str(self).",
7897 "_sqlite3.NotSupportedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7898 "_sqlite3.NotSupportedError.__weakref__" => "list of weak references to the object",
7899 "_sqlite3.NotSupportedError.add_note" => "Add a note to the exception",
7900 "_sqlite3.NotSupportedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7901 "_sqlite3.OperationalError.__delattr__" => "Implement delattr(self, name).",
7902 "_sqlite3.OperationalError.__eq__" => "Return self==value.",
7903 "_sqlite3.OperationalError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7904 "_sqlite3.OperationalError.__ge__" => "Return self>=value.",
7905 "_sqlite3.OperationalError.__getattribute__" => "Return getattr(self, name).",
7906 "_sqlite3.OperationalError.__getstate__" => "Helper for pickle.",
7907 "_sqlite3.OperationalError.__gt__" => "Return self>value.",
7908 "_sqlite3.OperationalError.__hash__" => "Return hash(self).",
7909 "_sqlite3.OperationalError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7910 "_sqlite3.OperationalError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7911 "_sqlite3.OperationalError.__le__" => "Return self<=value.",
7912 "_sqlite3.OperationalError.__lt__" => "Return self<value.",
7913 "_sqlite3.OperationalError.__ne__" => "Return self!=value.",
7914 "_sqlite3.OperationalError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7915 "_sqlite3.OperationalError.__reduce_ex__" => "Helper for pickle.",
7916 "_sqlite3.OperationalError.__repr__" => "Return repr(self).",
7917 "_sqlite3.OperationalError.__setattr__" => "Implement setattr(self, name, value).",
7918 "_sqlite3.OperationalError.__sizeof__" => "Size of object in memory, in bytes.",
7919 "_sqlite3.OperationalError.__str__" => "Return str(self).",
7920 "_sqlite3.OperationalError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7921 "_sqlite3.OperationalError.__weakref__" => "list of weak references to the object",
7922 "_sqlite3.OperationalError.add_note" => "Add a note to the exception",
7923 "_sqlite3.OperationalError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7924 "_sqlite3.PrepareProtocol" => "PEP 246 style object adaption protocol type.",
7925 "_sqlite3.PrepareProtocol.__delattr__" => "Implement delattr(self, name).",
7926 "_sqlite3.PrepareProtocol.__eq__" => "Return self==value.",
7927 "_sqlite3.PrepareProtocol.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7928 "_sqlite3.PrepareProtocol.__ge__" => "Return self>=value.",
7929 "_sqlite3.PrepareProtocol.__getattribute__" => "Return getattr(self, name).",
7930 "_sqlite3.PrepareProtocol.__getstate__" => "Helper for pickle.",
7931 "_sqlite3.PrepareProtocol.__gt__" => "Return self>value.",
7932 "_sqlite3.PrepareProtocol.__hash__" => "Return hash(self).",
7933 "_sqlite3.PrepareProtocol.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7934 "_sqlite3.PrepareProtocol.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7935 "_sqlite3.PrepareProtocol.__le__" => "Return self<=value.",
7936 "_sqlite3.PrepareProtocol.__lt__" => "Return self<value.",
7937 "_sqlite3.PrepareProtocol.__ne__" => "Return self!=value.",
7938 "_sqlite3.PrepareProtocol.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7939 "_sqlite3.PrepareProtocol.__reduce__" => "Helper for pickle.",
7940 "_sqlite3.PrepareProtocol.__reduce_ex__" => "Helper for pickle.",
7941 "_sqlite3.PrepareProtocol.__repr__" => "Return repr(self).",
7942 "_sqlite3.PrepareProtocol.__setattr__" => "Implement setattr(self, name, value).",
7943 "_sqlite3.PrepareProtocol.__sizeof__" => "Size of object in memory, in bytes.",
7944 "_sqlite3.PrepareProtocol.__str__" => "Return str(self).",
7945 "_sqlite3.PrepareProtocol.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7946 "_sqlite3.ProgrammingError.__delattr__" => "Implement delattr(self, name).",
7947 "_sqlite3.ProgrammingError.__eq__" => "Return self==value.",
7948 "_sqlite3.ProgrammingError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7949 "_sqlite3.ProgrammingError.__ge__" => "Return self>=value.",
7950 "_sqlite3.ProgrammingError.__getattribute__" => "Return getattr(self, name).",
7951 "_sqlite3.ProgrammingError.__getstate__" => "Helper for pickle.",
7952 "_sqlite3.ProgrammingError.__gt__" => "Return self>value.",
7953 "_sqlite3.ProgrammingError.__hash__" => "Return hash(self).",
7954 "_sqlite3.ProgrammingError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7955 "_sqlite3.ProgrammingError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7956 "_sqlite3.ProgrammingError.__le__" => "Return self<=value.",
7957 "_sqlite3.ProgrammingError.__lt__" => "Return self<value.",
7958 "_sqlite3.ProgrammingError.__ne__" => "Return self!=value.",
7959 "_sqlite3.ProgrammingError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7960 "_sqlite3.ProgrammingError.__reduce_ex__" => "Helper for pickle.",
7961 "_sqlite3.ProgrammingError.__repr__" => "Return repr(self).",
7962 "_sqlite3.ProgrammingError.__setattr__" => "Implement setattr(self, name, value).",
7963 "_sqlite3.ProgrammingError.__sizeof__" => "Size of object in memory, in bytes.",
7964 "_sqlite3.ProgrammingError.__str__" => "Return str(self).",
7965 "_sqlite3.ProgrammingError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7966 "_sqlite3.ProgrammingError.__weakref__" => "list of weak references to the object",
7967 "_sqlite3.ProgrammingError.add_note" => "Add a note to the exception",
7968 "_sqlite3.ProgrammingError.with_traceback" => "Set self.__traceback__ to tb and return self.",
7969 "_sqlite3.Row.__delattr__" => "Implement delattr(self, name).",
7970 "_sqlite3.Row.__eq__" => "Return self==value.",
7971 "_sqlite3.Row.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7972 "_sqlite3.Row.__ge__" => "Return self>=value.",
7973 "_sqlite3.Row.__getattribute__" => "Return getattr(self, name).",
7974 "_sqlite3.Row.__getitem__" => "Return self[key].",
7975 "_sqlite3.Row.__getstate__" => "Helper for pickle.",
7976 "_sqlite3.Row.__gt__" => "Return self>value.",
7977 "_sqlite3.Row.__hash__" => "Return hash(self).",
7978 "_sqlite3.Row.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
7979 "_sqlite3.Row.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
7980 "_sqlite3.Row.__iter__" => "Implement iter(self).",
7981 "_sqlite3.Row.__le__" => "Return self<=value.",
7982 "_sqlite3.Row.__len__" => "Return len(self).",
7983 "_sqlite3.Row.__lt__" => "Return self<value.",
7984 "_sqlite3.Row.__ne__" => "Return self!=value.",
7985 "_sqlite3.Row.__new__" => "Create and return a new object. See help(type) for accurate signature.",
7986 "_sqlite3.Row.__reduce__" => "Helper for pickle.",
7987 "_sqlite3.Row.__reduce_ex__" => "Helper for pickle.",
7988 "_sqlite3.Row.__repr__" => "Return repr(self).",
7989 "_sqlite3.Row.__setattr__" => "Implement setattr(self, name, value).",
7990 "_sqlite3.Row.__sizeof__" => "Size of object in memory, in bytes.",
7991 "_sqlite3.Row.__str__" => "Return str(self).",
7992 "_sqlite3.Row.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
7993 "_sqlite3.Row.keys" => "Returns the keys of the row.",
7994 "_sqlite3.Warning.__delattr__" => "Implement delattr(self, name).",
7995 "_sqlite3.Warning.__eq__" => "Return self==value.",
7996 "_sqlite3.Warning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
7997 "_sqlite3.Warning.__ge__" => "Return self>=value.",
7998 "_sqlite3.Warning.__getattribute__" => "Return getattr(self, name).",
7999 "_sqlite3.Warning.__getstate__" => "Helper for pickle.",
8000 "_sqlite3.Warning.__gt__" => "Return self>value.",
8001 "_sqlite3.Warning.__hash__" => "Return hash(self).",
8002 "_sqlite3.Warning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8003 "_sqlite3.Warning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8004 "_sqlite3.Warning.__le__" => "Return self<=value.",
8005 "_sqlite3.Warning.__lt__" => "Return self<value.",
8006 "_sqlite3.Warning.__ne__" => "Return self!=value.",
8007 "_sqlite3.Warning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8008 "_sqlite3.Warning.__reduce_ex__" => "Helper for pickle.",
8009 "_sqlite3.Warning.__repr__" => "Return repr(self).",
8010 "_sqlite3.Warning.__setattr__" => "Implement setattr(self, name, value).",
8011 "_sqlite3.Warning.__sizeof__" => "Size of object in memory, in bytes.",
8012 "_sqlite3.Warning.__str__" => "Return str(self).",
8013 "_sqlite3.Warning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8014 "_sqlite3.Warning.__weakref__" => "list of weak references to the object",
8015 "_sqlite3.Warning.add_note" => "Add a note to the exception",
8016 "_sqlite3.Warning.with_traceback" => "Set self.__traceback__ to tb and return self.",
8017 "_sqlite3.adapt" => "Adapt given object to given protocol.",
8018 "_sqlite3.complete_statement" => "Checks if a string contains a complete SQL statement.",
8019 "_sqlite3.connect" => "Open a connection to the SQLite database file 'database'.\n\nYou can use \":memory:\" to open a database connection to a database that\nresides in RAM instead of on disk.\n\nNote: Passing more than 1 positional argument to _sqlite3.connect() is\ndeprecated. Parameters 'timeout', 'detect_types', 'isolation_level',\n'check_same_thread', 'factory', 'cached_statements' and 'uri' will\nbecome keyword-only parameters in Python 3.15.",
8020 "_sqlite3.enable_callback_tracebacks" => "Enable or disable callback functions throwing errors to stderr.",
8021 "_sqlite3.register_adapter" => "Register a function to adapt Python objects to SQLite values.",
8022 "_sqlite3.register_converter" => "Register a function to convert SQLite values to Python objects.",
8023 "_sre.template" => "template\n A list containing interleaved literal strings (str or bytes) and group\n indices (int), as returned by re._parser.parse_template():\n [literal1, group1, ..., literalN, groupN]",
8024 "_ssl" => "Implementation module for SSL socket operations. See the socket module\nfor documentation.",
8025 "_ssl.Certificate.__delattr__" => "Implement delattr(self, name).",
8026 "_ssl.Certificate.__eq__" => "Return self==value.",
8027 "_ssl.Certificate.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8028 "_ssl.Certificate.__ge__" => "Return self>=value.",
8029 "_ssl.Certificate.__getattribute__" => "Return getattr(self, name).",
8030 "_ssl.Certificate.__getstate__" => "Helper for pickle.",
8031 "_ssl.Certificate.__gt__" => "Return self>value.",
8032 "_ssl.Certificate.__hash__" => "Return hash(self).",
8033 "_ssl.Certificate.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8034 "_ssl.Certificate.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8035 "_ssl.Certificate.__le__" => "Return self<=value.",
8036 "_ssl.Certificate.__lt__" => "Return self<value.",
8037 "_ssl.Certificate.__ne__" => "Return self!=value.",
8038 "_ssl.Certificate.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8039 "_ssl.Certificate.__reduce__" => "Helper for pickle.",
8040 "_ssl.Certificate.__reduce_ex__" => "Helper for pickle.",
8041 "_ssl.Certificate.__repr__" => "Return repr(self).",
8042 "_ssl.Certificate.__setattr__" => "Implement setattr(self, name, value).",
8043 "_ssl.Certificate.__sizeof__" => "Size of object in memory, in bytes.",
8044 "_ssl.Certificate.__str__" => "Return str(self).",
8045 "_ssl.Certificate.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8046 "_ssl.MemoryBIO.__delattr__" => "Implement delattr(self, name).",
8047 "_ssl.MemoryBIO.__eq__" => "Return self==value.",
8048 "_ssl.MemoryBIO.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8049 "_ssl.MemoryBIO.__ge__" => "Return self>=value.",
8050 "_ssl.MemoryBIO.__getattribute__" => "Return getattr(self, name).",
8051 "_ssl.MemoryBIO.__getstate__" => "Helper for pickle.",
8052 "_ssl.MemoryBIO.__gt__" => "Return self>value.",
8053 "_ssl.MemoryBIO.__hash__" => "Return hash(self).",
8054 "_ssl.MemoryBIO.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8055 "_ssl.MemoryBIO.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8056 "_ssl.MemoryBIO.__le__" => "Return self<=value.",
8057 "_ssl.MemoryBIO.__lt__" => "Return self<value.",
8058 "_ssl.MemoryBIO.__ne__" => "Return self!=value.",
8059 "_ssl.MemoryBIO.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8060 "_ssl.MemoryBIO.__reduce__" => "Helper for pickle.",
8061 "_ssl.MemoryBIO.__reduce_ex__" => "Helper for pickle.",
8062 "_ssl.MemoryBIO.__repr__" => "Return repr(self).",
8063 "_ssl.MemoryBIO.__setattr__" => "Implement setattr(self, name, value).",
8064 "_ssl.MemoryBIO.__sizeof__" => "Size of object in memory, in bytes.",
8065 "_ssl.MemoryBIO.__str__" => "Return str(self).",
8066 "_ssl.MemoryBIO.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8067 "_ssl.MemoryBIO.eof" => "Whether the memory BIO is at EOF.",
8068 "_ssl.MemoryBIO.pending" => "The number of bytes pending in the memory BIO.",
8069 "_ssl.MemoryBIO.read" => "Read up to size bytes from the memory BIO.\n\nIf size is not specified, read the entire buffer.\nIf the return value is an empty bytes instance, this means either\nEOF or that no data is available. Use the \"eof\" property to\ndistinguish between the two.",
8070 "_ssl.MemoryBIO.write" => "Writes the bytes b into the memory BIO.\n\nReturns the number of bytes written.",
8071 "_ssl.MemoryBIO.write_eof" => "Write an EOF marker to the memory BIO.\n\nWhen all data has been read, the \"eof\" property will be True.",
8072 "_ssl.RAND_add" => "Mix string into the OpenSSL PRNG state.\n\nentropy (a float) is a lower bound on the entropy contained in\nstring. See RFC 4086.",
8073 "_ssl.RAND_bytes" => "Generate n cryptographically strong pseudo-random bytes.",
8074 "_ssl.RAND_status" => "Returns True if the OpenSSL PRNG has been seeded with enough data and False if not.\n\nIt is necessary to seed the PRNG with RAND_add() on some platforms before\nusing the ssl() function.",
8075 "_ssl.SSLCertVerificationError" => "A certificate could not be verified.",
8076 "_ssl.SSLCertVerificationError.__delattr__" => "Implement delattr(self, name).",
8077 "_ssl.SSLCertVerificationError.__eq__" => "Return self==value.",
8078 "_ssl.SSLCertVerificationError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8079 "_ssl.SSLCertVerificationError.__ge__" => "Return self>=value.",
8080 "_ssl.SSLCertVerificationError.__getattribute__" => "Return getattr(self, name).",
8081 "_ssl.SSLCertVerificationError.__getstate__" => "Helper for pickle.",
8082 "_ssl.SSLCertVerificationError.__gt__" => "Return self>value.",
8083 "_ssl.SSLCertVerificationError.__hash__" => "Return hash(self).",
8084 "_ssl.SSLCertVerificationError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8085 "_ssl.SSLCertVerificationError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8086 "_ssl.SSLCertVerificationError.__le__" => "Return self<=value.",
8087 "_ssl.SSLCertVerificationError.__lt__" => "Return self<value.",
8088 "_ssl.SSLCertVerificationError.__ne__" => "Return self!=value.",
8089 "_ssl.SSLCertVerificationError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8090 "_ssl.SSLCertVerificationError.__reduce_ex__" => "Helper for pickle.",
8091 "_ssl.SSLCertVerificationError.__repr__" => "Return repr(self).",
8092 "_ssl.SSLCertVerificationError.__setattr__" => "Implement setattr(self, name, value).",
8093 "_ssl.SSLCertVerificationError.__sizeof__" => "Size of object in memory, in bytes.",
8094 "_ssl.SSLCertVerificationError.__str__" => "Return str(self).",
8095 "_ssl.SSLCertVerificationError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8096 "_ssl.SSLCertVerificationError.__weakref__" => "list of weak references to the object",
8097 "_ssl.SSLCertVerificationError.add_note" => "Add a note to the exception",
8098 "_ssl.SSLCertVerificationError.errno" => "POSIX exception code",
8099 "_ssl.SSLCertVerificationError.filename" => "exception filename",
8100 "_ssl.SSLCertVerificationError.filename2" => "second exception filename",
8101 "_ssl.SSLCertVerificationError.strerror" => "exception strerror",
8102 "_ssl.SSLCertVerificationError.winerror" => "Win32 exception code",
8103 "_ssl.SSLCertVerificationError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8104 "_ssl.SSLEOFError" => "SSL/TLS connection terminated abruptly.",
8105 "_ssl.SSLEOFError.__delattr__" => "Implement delattr(self, name).",
8106 "_ssl.SSLEOFError.__eq__" => "Return self==value.",
8107 "_ssl.SSLEOFError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8108 "_ssl.SSLEOFError.__ge__" => "Return self>=value.",
8109 "_ssl.SSLEOFError.__getattribute__" => "Return getattr(self, name).",
8110 "_ssl.SSLEOFError.__getstate__" => "Helper for pickle.",
8111 "_ssl.SSLEOFError.__gt__" => "Return self>value.",
8112 "_ssl.SSLEOFError.__hash__" => "Return hash(self).",
8113 "_ssl.SSLEOFError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8114 "_ssl.SSLEOFError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8115 "_ssl.SSLEOFError.__le__" => "Return self<=value.",
8116 "_ssl.SSLEOFError.__lt__" => "Return self<value.",
8117 "_ssl.SSLEOFError.__ne__" => "Return self!=value.",
8118 "_ssl.SSLEOFError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8119 "_ssl.SSLEOFError.__reduce_ex__" => "Helper for pickle.",
8120 "_ssl.SSLEOFError.__repr__" => "Return repr(self).",
8121 "_ssl.SSLEOFError.__setattr__" => "Implement setattr(self, name, value).",
8122 "_ssl.SSLEOFError.__sizeof__" => "Size of object in memory, in bytes.",
8123 "_ssl.SSLEOFError.__str__" => "Return str(self).",
8124 "_ssl.SSLEOFError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8125 "_ssl.SSLEOFError.__weakref__" => "list of weak references to the object",
8126 "_ssl.SSLEOFError.add_note" => "Add a note to the exception",
8127 "_ssl.SSLEOFError.errno" => "POSIX exception code",
8128 "_ssl.SSLEOFError.filename" => "exception filename",
8129 "_ssl.SSLEOFError.filename2" => "second exception filename",
8130 "_ssl.SSLEOFError.strerror" => "exception strerror",
8131 "_ssl.SSLEOFError.winerror" => "Win32 exception code",
8132 "_ssl.SSLEOFError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8133 "_ssl.SSLError" => "An error occurred in the SSL implementation.",
8134 "_ssl.SSLError.__delattr__" => "Implement delattr(self, name).",
8135 "_ssl.SSLError.__eq__" => "Return self==value.",
8136 "_ssl.SSLError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8137 "_ssl.SSLError.__ge__" => "Return self>=value.",
8138 "_ssl.SSLError.__getattribute__" => "Return getattr(self, name).",
8139 "_ssl.SSLError.__getstate__" => "Helper for pickle.",
8140 "_ssl.SSLError.__gt__" => "Return self>value.",
8141 "_ssl.SSLError.__hash__" => "Return hash(self).",
8142 "_ssl.SSLError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8143 "_ssl.SSLError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8144 "_ssl.SSLError.__le__" => "Return self<=value.",
8145 "_ssl.SSLError.__lt__" => "Return self<value.",
8146 "_ssl.SSLError.__ne__" => "Return self!=value.",
8147 "_ssl.SSLError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8148 "_ssl.SSLError.__reduce_ex__" => "Helper for pickle.",
8149 "_ssl.SSLError.__repr__" => "Return repr(self).",
8150 "_ssl.SSLError.__setattr__" => "Implement setattr(self, name, value).",
8151 "_ssl.SSLError.__sizeof__" => "Size of object in memory, in bytes.",
8152 "_ssl.SSLError.__str__" => "Return str(self).",
8153 "_ssl.SSLError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8154 "_ssl.SSLError.add_note" => "Add a note to the exception",
8155 "_ssl.SSLError.errno" => "POSIX exception code",
8156 "_ssl.SSLError.filename" => "exception filename",
8157 "_ssl.SSLError.filename2" => "second exception filename",
8158 "_ssl.SSLError.strerror" => "exception strerror",
8159 "_ssl.SSLError.winerror" => "Win32 exception code",
8160 "_ssl.SSLError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8161 "_ssl.SSLSession.__delattr__" => "Implement delattr(self, name).",
8162 "_ssl.SSLSession.__eq__" => "Return self==value.",
8163 "_ssl.SSLSession.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8164 "_ssl.SSLSession.__ge__" => "Return self>=value.",
8165 "_ssl.SSLSession.__getattribute__" => "Return getattr(self, name).",
8166 "_ssl.SSLSession.__getstate__" => "Helper for pickle.",
8167 "_ssl.SSLSession.__gt__" => "Return self>value.",
8168 "_ssl.SSLSession.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8169 "_ssl.SSLSession.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8170 "_ssl.SSLSession.__le__" => "Return self<=value.",
8171 "_ssl.SSLSession.__lt__" => "Return self<value.",
8172 "_ssl.SSLSession.__ne__" => "Return self!=value.",
8173 "_ssl.SSLSession.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8174 "_ssl.SSLSession.__reduce__" => "Helper for pickle.",
8175 "_ssl.SSLSession.__reduce_ex__" => "Helper for pickle.",
8176 "_ssl.SSLSession.__repr__" => "Return repr(self).",
8177 "_ssl.SSLSession.__setattr__" => "Implement setattr(self, name, value).",
8178 "_ssl.SSLSession.__sizeof__" => "Size of object in memory, in bytes.",
8179 "_ssl.SSLSession.__str__" => "Return str(self).",
8180 "_ssl.SSLSession.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8181 "_ssl.SSLSession.has_ticket" => "Does the session contain a ticket?",
8182 "_ssl.SSLSession.id" => "Session ID.",
8183 "_ssl.SSLSession.ticket_lifetime_hint" => "Ticket life time hint.",
8184 "_ssl.SSLSession.time" => "Session creation time (seconds since epoch).",
8185 "_ssl.SSLSession.timeout" => "Session timeout (delta in seconds).",
8186 "_ssl.SSLSyscallError" => "System error when attempting SSL operation.",
8187 "_ssl.SSLSyscallError.__delattr__" => "Implement delattr(self, name).",
8188 "_ssl.SSLSyscallError.__eq__" => "Return self==value.",
8189 "_ssl.SSLSyscallError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8190 "_ssl.SSLSyscallError.__ge__" => "Return self>=value.",
8191 "_ssl.SSLSyscallError.__getattribute__" => "Return getattr(self, name).",
8192 "_ssl.SSLSyscallError.__getstate__" => "Helper for pickle.",
8193 "_ssl.SSLSyscallError.__gt__" => "Return self>value.",
8194 "_ssl.SSLSyscallError.__hash__" => "Return hash(self).",
8195 "_ssl.SSLSyscallError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8196 "_ssl.SSLSyscallError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8197 "_ssl.SSLSyscallError.__le__" => "Return self<=value.",
8198 "_ssl.SSLSyscallError.__lt__" => "Return self<value.",
8199 "_ssl.SSLSyscallError.__ne__" => "Return self!=value.",
8200 "_ssl.SSLSyscallError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8201 "_ssl.SSLSyscallError.__reduce_ex__" => "Helper for pickle.",
8202 "_ssl.SSLSyscallError.__repr__" => "Return repr(self).",
8203 "_ssl.SSLSyscallError.__setattr__" => "Implement setattr(self, name, value).",
8204 "_ssl.SSLSyscallError.__sizeof__" => "Size of object in memory, in bytes.",
8205 "_ssl.SSLSyscallError.__str__" => "Return str(self).",
8206 "_ssl.SSLSyscallError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8207 "_ssl.SSLSyscallError.__weakref__" => "list of weak references to the object",
8208 "_ssl.SSLSyscallError.add_note" => "Add a note to the exception",
8209 "_ssl.SSLSyscallError.errno" => "POSIX exception code",
8210 "_ssl.SSLSyscallError.filename" => "exception filename",
8211 "_ssl.SSLSyscallError.filename2" => "second exception filename",
8212 "_ssl.SSLSyscallError.strerror" => "exception strerror",
8213 "_ssl.SSLSyscallError.winerror" => "Win32 exception code",
8214 "_ssl.SSLSyscallError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8215 "_ssl.SSLWantReadError" => "Non-blocking SSL socket needs to read more data\nbefore the requested operation can be completed.",
8216 "_ssl.SSLWantReadError.__delattr__" => "Implement delattr(self, name).",
8217 "_ssl.SSLWantReadError.__eq__" => "Return self==value.",
8218 "_ssl.SSLWantReadError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8219 "_ssl.SSLWantReadError.__ge__" => "Return self>=value.",
8220 "_ssl.SSLWantReadError.__getattribute__" => "Return getattr(self, name).",
8221 "_ssl.SSLWantReadError.__getstate__" => "Helper for pickle.",
8222 "_ssl.SSLWantReadError.__gt__" => "Return self>value.",
8223 "_ssl.SSLWantReadError.__hash__" => "Return hash(self).",
8224 "_ssl.SSLWantReadError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8225 "_ssl.SSLWantReadError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8226 "_ssl.SSLWantReadError.__le__" => "Return self<=value.",
8227 "_ssl.SSLWantReadError.__lt__" => "Return self<value.",
8228 "_ssl.SSLWantReadError.__ne__" => "Return self!=value.",
8229 "_ssl.SSLWantReadError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8230 "_ssl.SSLWantReadError.__reduce_ex__" => "Helper for pickle.",
8231 "_ssl.SSLWantReadError.__repr__" => "Return repr(self).",
8232 "_ssl.SSLWantReadError.__setattr__" => "Implement setattr(self, name, value).",
8233 "_ssl.SSLWantReadError.__sizeof__" => "Size of object in memory, in bytes.",
8234 "_ssl.SSLWantReadError.__str__" => "Return str(self).",
8235 "_ssl.SSLWantReadError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8236 "_ssl.SSLWantReadError.__weakref__" => "list of weak references to the object",
8237 "_ssl.SSLWantReadError.add_note" => "Add a note to the exception",
8238 "_ssl.SSLWantReadError.errno" => "POSIX exception code",
8239 "_ssl.SSLWantReadError.filename" => "exception filename",
8240 "_ssl.SSLWantReadError.filename2" => "second exception filename",
8241 "_ssl.SSLWantReadError.strerror" => "exception strerror",
8242 "_ssl.SSLWantReadError.winerror" => "Win32 exception code",
8243 "_ssl.SSLWantReadError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8244 "_ssl.SSLWantWriteError" => "Non-blocking SSL socket needs to write more data\nbefore the requested operation can be completed.",
8245 "_ssl.SSLWantWriteError.__delattr__" => "Implement delattr(self, name).",
8246 "_ssl.SSLWantWriteError.__eq__" => "Return self==value.",
8247 "_ssl.SSLWantWriteError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8248 "_ssl.SSLWantWriteError.__ge__" => "Return self>=value.",
8249 "_ssl.SSLWantWriteError.__getattribute__" => "Return getattr(self, name).",
8250 "_ssl.SSLWantWriteError.__getstate__" => "Helper for pickle.",
8251 "_ssl.SSLWantWriteError.__gt__" => "Return self>value.",
8252 "_ssl.SSLWantWriteError.__hash__" => "Return hash(self).",
8253 "_ssl.SSLWantWriteError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8254 "_ssl.SSLWantWriteError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8255 "_ssl.SSLWantWriteError.__le__" => "Return self<=value.",
8256 "_ssl.SSLWantWriteError.__lt__" => "Return self<value.",
8257 "_ssl.SSLWantWriteError.__ne__" => "Return self!=value.",
8258 "_ssl.SSLWantWriteError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8259 "_ssl.SSLWantWriteError.__reduce_ex__" => "Helper for pickle.",
8260 "_ssl.SSLWantWriteError.__repr__" => "Return repr(self).",
8261 "_ssl.SSLWantWriteError.__setattr__" => "Implement setattr(self, name, value).",
8262 "_ssl.SSLWantWriteError.__sizeof__" => "Size of object in memory, in bytes.",
8263 "_ssl.SSLWantWriteError.__str__" => "Return str(self).",
8264 "_ssl.SSLWantWriteError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8265 "_ssl.SSLWantWriteError.__weakref__" => "list of weak references to the object",
8266 "_ssl.SSLWantWriteError.add_note" => "Add a note to the exception",
8267 "_ssl.SSLWantWriteError.errno" => "POSIX exception code",
8268 "_ssl.SSLWantWriteError.filename" => "exception filename",
8269 "_ssl.SSLWantWriteError.filename2" => "second exception filename",
8270 "_ssl.SSLWantWriteError.strerror" => "exception strerror",
8271 "_ssl.SSLWantWriteError.winerror" => "Win32 exception code",
8272 "_ssl.SSLWantWriteError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8273 "_ssl.SSLZeroReturnError" => "SSL/TLS session closed cleanly.",
8274 "_ssl.SSLZeroReturnError.__delattr__" => "Implement delattr(self, name).",
8275 "_ssl.SSLZeroReturnError.__eq__" => "Return self==value.",
8276 "_ssl.SSLZeroReturnError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8277 "_ssl.SSLZeroReturnError.__ge__" => "Return self>=value.",
8278 "_ssl.SSLZeroReturnError.__getattribute__" => "Return getattr(self, name).",
8279 "_ssl.SSLZeroReturnError.__getstate__" => "Helper for pickle.",
8280 "_ssl.SSLZeroReturnError.__gt__" => "Return self>value.",
8281 "_ssl.SSLZeroReturnError.__hash__" => "Return hash(self).",
8282 "_ssl.SSLZeroReturnError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8283 "_ssl.SSLZeroReturnError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8284 "_ssl.SSLZeroReturnError.__le__" => "Return self<=value.",
8285 "_ssl.SSLZeroReturnError.__lt__" => "Return self<value.",
8286 "_ssl.SSLZeroReturnError.__ne__" => "Return self!=value.",
8287 "_ssl.SSLZeroReturnError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8288 "_ssl.SSLZeroReturnError.__reduce_ex__" => "Helper for pickle.",
8289 "_ssl.SSLZeroReturnError.__repr__" => "Return repr(self).",
8290 "_ssl.SSLZeroReturnError.__setattr__" => "Implement setattr(self, name, value).",
8291 "_ssl.SSLZeroReturnError.__sizeof__" => "Size of object in memory, in bytes.",
8292 "_ssl.SSLZeroReturnError.__str__" => "Return str(self).",
8293 "_ssl.SSLZeroReturnError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8294 "_ssl.SSLZeroReturnError.__weakref__" => "list of weak references to the object",
8295 "_ssl.SSLZeroReturnError.add_note" => "Add a note to the exception",
8296 "_ssl.SSLZeroReturnError.errno" => "POSIX exception code",
8297 "_ssl.SSLZeroReturnError.filename" => "exception filename",
8298 "_ssl.SSLZeroReturnError.filename2" => "second exception filename",
8299 "_ssl.SSLZeroReturnError.strerror" => "exception strerror",
8300 "_ssl.SSLZeroReturnError.winerror" => "Win32 exception code",
8301 "_ssl.SSLZeroReturnError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8302 "_ssl._SSLContext.__delattr__" => "Implement delattr(self, name).",
8303 "_ssl._SSLContext.__eq__" => "Return self==value.",
8304 "_ssl._SSLContext.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8305 "_ssl._SSLContext.__ge__" => "Return self>=value.",
8306 "_ssl._SSLContext.__getattribute__" => "Return getattr(self, name).",
8307 "_ssl._SSLContext.__getstate__" => "Helper for pickle.",
8308 "_ssl._SSLContext.__gt__" => "Return self>value.",
8309 "_ssl._SSLContext.__hash__" => "Return hash(self).",
8310 "_ssl._SSLContext.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8311 "_ssl._SSLContext.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8312 "_ssl._SSLContext.__le__" => "Return self<=value.",
8313 "_ssl._SSLContext.__lt__" => "Return self<value.",
8314 "_ssl._SSLContext.__ne__" => "Return self!=value.",
8315 "_ssl._SSLContext.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8316 "_ssl._SSLContext.__reduce__" => "Helper for pickle.",
8317 "_ssl._SSLContext.__reduce_ex__" => "Helper for pickle.",
8318 "_ssl._SSLContext.__repr__" => "Return repr(self).",
8319 "_ssl._SSLContext.__setattr__" => "Implement setattr(self, name, value).",
8320 "_ssl._SSLContext.__sizeof__" => "Size of object in memory, in bytes.",
8321 "_ssl._SSLContext.__str__" => "Return str(self).",
8322 "_ssl._SSLContext.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8323 "_ssl._SSLContext.cert_store_stats" => "Returns quantities of loaded X.509 certificates.\n\nX.509 certificates with a CA extension and certificate revocation lists\ninside the context's cert store.\n\nNOTE: Certificates in a capath directory aren't loaded unless they have\nbeen used at least once.",
8324 "_ssl._SSLContext.get_ca_certs" => "Returns a list of dicts with information of loaded CA certs.\n\nIf the optional argument is True, returns a DER-encoded copy of the CA\ncertificate.\n\nNOTE: Certificates in a capath directory aren't loaded unless they have\nbeen used at least once.",
8325 "_ssl._SSLContext.num_tickets" => "Control the number of TLSv1.3 session tickets.",
8326 "_ssl._SSLContext.security_level" => "The current security level.",
8327 "_ssl._SSLContext.sni_callback" => "Set a callback that will be called when a server name is provided by the SSL/TLS client in the SNI extension.\n\nIf the argument is None then the callback is disabled. The method is called\nwith the SSLSocket, the server name as a string, and the SSLContext object.\n\nSee RFC 6066 for details of the SNI extension.",
8328 "_ssl._SSLSocket.__delattr__" => "Implement delattr(self, name).",
8329 "_ssl._SSLSocket.__eq__" => "Return self==value.",
8330 "_ssl._SSLSocket.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8331 "_ssl._SSLSocket.__ge__" => "Return self>=value.",
8332 "_ssl._SSLSocket.__getattribute__" => "Return getattr(self, name).",
8333 "_ssl._SSLSocket.__getstate__" => "Helper for pickle.",
8334 "_ssl._SSLSocket.__gt__" => "Return self>value.",
8335 "_ssl._SSLSocket.__hash__" => "Return hash(self).",
8336 "_ssl._SSLSocket.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8337 "_ssl._SSLSocket.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8338 "_ssl._SSLSocket.__le__" => "Return self<=value.",
8339 "_ssl._SSLSocket.__lt__" => "Return self<value.",
8340 "_ssl._SSLSocket.__ne__" => "Return self!=value.",
8341 "_ssl._SSLSocket.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8342 "_ssl._SSLSocket.__reduce__" => "Helper for pickle.",
8343 "_ssl._SSLSocket.__reduce_ex__" => "Helper for pickle.",
8344 "_ssl._SSLSocket.__repr__" => "Return repr(self).",
8345 "_ssl._SSLSocket.__setattr__" => "Implement setattr(self, name, value).",
8346 "_ssl._SSLSocket.__sizeof__" => "Size of object in memory, in bytes.",
8347 "_ssl._SSLSocket.__str__" => "Return str(self).",
8348 "_ssl._SSLSocket.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8349 "_ssl._SSLSocket.context" => "This changes the context associated with the SSLSocket.\n\nThis is typically used from within a callback function set by the sni_callback\non the SSLContext to change the certificate information associated with the\nSSLSocket before the cryptographic exchange handshake messages.",
8350 "_ssl._SSLSocket.get_channel_binding" => "Get channel binding data for current connection.\n\nRaise ValueError if the requested `cb_type` is not supported. Return bytes\nof the data or None if the data is not available (e.g. before the handshake).\nOnly 'tls-unique' channel binding data from RFC 5929 is supported.",
8351 "_ssl._SSLSocket.getpeercert" => "Returns the certificate for the peer.\n\nIf no certificate was provided, returns None. If a certificate was\nprovided, but not validated, returns an empty dictionary. Otherwise\nreturns a dict containing information about the peer certificate.\n\nIf the optional argument is True, returns a DER-encoded copy of the\npeer certificate, or None if no certificate was provided. This will\nreturn the certificate even if it wasn't validated.",
8352 "_ssl._SSLSocket.owner" => "The Python-level owner of this object.\n\nPassed as \"self\" in servername callback.",
8353 "_ssl._SSLSocket.pending" => "Returns the number of already decrypted bytes available for read, pending on the connection.",
8354 "_ssl._SSLSocket.read" => "read(size, [buffer])\nRead up to size bytes from the SSL socket.",
8355 "_ssl._SSLSocket.server_hostname" => "The currently set server hostname (for SNI).",
8356 "_ssl._SSLSocket.server_side" => "Whether this is a server-side socket.",
8357 "_ssl._SSLSocket.session" => "The underlying SSLSession object.",
8358 "_ssl._SSLSocket.session_reused" => "Was the client session reused during handshake?",
8359 "_ssl._SSLSocket.shutdown" => "Does the SSL shutdown handshake with the remote end.",
8360 "_ssl._SSLSocket.verify_client_post_handshake" => "Initiate TLS 1.3 post-handshake authentication",
8361 "_ssl._SSLSocket.write" => "Writes the bytes-like object b into the SSL object.\n\nReturns the number of bytes written.",
8362 "_ssl.enum_certificates" => "Retrieve certificates from Windows' cert store.\n\nstore_name may be one of 'CA', 'ROOT' or 'MY'. The system may provide\nmore cert storages, too. The function returns a list of (bytes,\nencoding_type, trust) tuples. The encoding_type flag can be interpreted\nwith X509_ASN_ENCODING or PKCS_7_ASN_ENCODING. The trust setting is either\na set of OIDs or the boolean True.",
8363 "_ssl.enum_crls" => "Retrieve CRLs from Windows' cert store.\n\nstore_name may be one of 'CA', 'ROOT' or 'MY'. The system may provide\nmore cert storages, too. The function returns a list of (bytes,\nencoding_type) tuples. The encoding_type flag can be interpreted with\nX509_ASN_ENCODING or PKCS_7_ASN_ENCODING.",
8364 "_ssl.get_default_verify_paths" => "Return search paths and environment vars that are used by SSLContext's set_default_verify_paths() to load default CAs.\n\nThe values are 'cert_file_env', 'cert_file', 'cert_dir_env', 'cert_dir'.",
8365 "_ssl.nid2obj" => "Lookup NID, short name, long name and OID of an ASN1_OBJECT by NID.",
8366 "_ssl.txt2obj" => "Lookup NID, short name, long name and OID of an ASN1_OBJECT.\n\nBy default objects are looked up by OID. With name=True short and\nlong name are also matched.",
8367 "_stat" => "S_IFMT_: file type bits\nS_IFDIR: directory\nS_IFCHR: character device\nS_IFBLK: block device\nS_IFREG: regular file\nS_IFIFO: fifo (named pipe)\nS_IFLNK: symbolic link\nS_IFSOCK: socket file\nS_IFDOOR: door\nS_IFPORT: event port\nS_IFWHT: whiteout\n\nS_ISUID: set UID bit\nS_ISGID: set GID bit\nS_ENFMT: file locking enforcement\nS_ISVTX: sticky bit\nS_IREAD: Unix V7 synonym for S_IRUSR\nS_IWRITE: Unix V7 synonym for S_IWUSR\nS_IEXEC: Unix V7 synonym for S_IXUSR\nS_IRWXU: mask for owner permissions\nS_IRUSR: read by owner\nS_IWUSR: write by owner\nS_IXUSR: execute by owner\nS_IRWXG: mask for group permissions\nS_IRGRP: read by group\nS_IWGRP: write by group\nS_IXGRP: execute by group\nS_IRWXO: mask for others (not in group) permissions\nS_IROTH: read by others\nS_IWOTH: write by others\nS_IXOTH: execute by others\n\nUF_SETTABLE: mask of owner changeable flags\nUF_NODUMP: do not dump file\nUF_IMMUTABLE: file may not be changed\nUF_APPEND: file may only be appended to\nUF_OPAQUE: directory is opaque when viewed through a union stack\nUF_NOUNLINK: file may not be renamed or deleted\nUF_COMPRESSED: macOS: file is hfs-compressed\nUF_TRACKED: used for dealing with document IDs\nUF_DATAVAULT: entitlement required for reading and writing\nUF_HIDDEN: macOS: file should not be displayed\nSF_SETTABLE: mask of super user changeable flags\nSF_ARCHIVED: file may be archived\nSF_IMMUTABLE: file may not be changed\nSF_APPEND: file may only be appended to\nSF_RESTRICTED: entitlement required for writing\nSF_NOUNLINK: file may not be renamed or deleted\nSF_SNAPSHOT: file is a snapshot file\nSF_FIRMLINK: file is a firmlink\nSF_DATALESS: file is a dataless object\n\nOn macOS:\nSF_SUPPORTED: mask of super user supported flags\nSF_SYNTHETIC: mask of read-only synthetic flags\n\nST_MODE\nST_INO\nST_DEV\nST_NLINK\nST_UID\nST_GID\nST_SIZE\nST_ATIME\nST_MTIME\nST_CTIME\n\nFILE_ATTRIBUTE_*: Windows file attribute constants\n (only present on Windows)",
8368 "_stat.S_IFMT" => "Return the portion of the file's mode that describes the file type.",
8369 "_stat.S_IMODE" => "Return the portion of the file's mode that can be set by os.chmod().",
8370 "_stat.S_ISBLK" => "S_ISBLK(mode) -> bool\n\nReturn True if mode is from a block special device file.",
8371 "_stat.S_ISCHR" => "S_ISCHR(mode) -> bool\n\nReturn True if mode is from a character special device file.",
8372 "_stat.S_ISDIR" => "S_ISDIR(mode) -> bool\n\nReturn True if mode is from a directory.",
8373 "_stat.S_ISDOOR" => "S_ISDOOR(mode) -> bool\n\nReturn True if mode is from a door.",
8374 "_stat.S_ISFIFO" => "S_ISFIFO(mode) -> bool\n\nReturn True if mode is from a FIFO (named pipe).",
8375 "_stat.S_ISLNK" => "S_ISLNK(mode) -> bool\n\nReturn True if mode is from a symbolic link.",
8376 "_stat.S_ISPORT" => "S_ISPORT(mode) -> bool\n\nReturn True if mode is from an event port.",
8377 "_stat.S_ISREG" => "S_ISREG(mode) -> bool\n\nReturn True if mode is from a regular file.",
8378 "_stat.S_ISSOCK" => "S_ISSOCK(mode) -> bool\n\nReturn True if mode is from a socket.",
8379 "_stat.S_ISWHT" => "S_ISWHT(mode) -> bool\n\nReturn True if mode is from a whiteout.",
8380 "_stat.filemode" => "Convert a file's mode to a string of the form '-rwxrwxrwx'",
8381 "_statistics" => "Accelerators for the statistics module.",
8382 "_string" => "string helper module",
8383 "_string.formatter_field_name_split" => "split the argument as a field name",
8384 "_string.formatter_parser" => "parse the argument as a format string",
8385 "_struct" => "Functions to convert between Python values and C structs.\nPython bytes objects are used to hold the data representing the C struct\nand also as format strings (explained below) to describe the layout of data\nin the C struct.\n\nThe optional first format char indicates byte order, size and alignment:\n @: native order, size & alignment (default)\n =: native order, std. size & alignment\n <: little-endian, std. size & alignment\n >: big-endian, std. size & alignment\n !: same as >\n\nThe remaining chars indicate types of args and must match exactly;\nthese can be preceded by a decimal repeat count:\n x: pad byte (no data); c:char; b:signed byte; B:unsigned byte;\n ?:_Bool; h:short; H:unsigned short; i:int; I:unsigned int;\n l:long; L:unsigned long; f:float; d:double; e:half-float.\n F:float complex; D:double complex.\nSpecial cases (preceding decimal count indicates length):\n s:string (array of char); p: pascal string (with count byte).\nSpecial cases (only available in native format):\n n:ssize_t; N:size_t;\n P:an integer type that is wide enough to hold a pointer.\nSpecial case (not in native mode unless 'long long' in platform C):\n q:long long; Q:unsigned long long\nWhitespace between formats is ignored.\n\nThe variable struct.error is an exception raised on errors.",
8386 "_struct.Struct" => "Struct(fmt) --> compiled struct object",
8387 "_struct.Struct.__delattr__" => "Implement delattr(self, name).",
8388 "_struct.Struct.__eq__" => "Return self==value.",
8389 "_struct.Struct.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8390 "_struct.Struct.__ge__" => "Return self>=value.",
8391 "_struct.Struct.__getattribute__" => "Return getattr(self, name).",
8392 "_struct.Struct.__getstate__" => "Helper for pickle.",
8393 "_struct.Struct.__gt__" => "Return self>value.",
8394 "_struct.Struct.__hash__" => "Return hash(self).",
8395 "_struct.Struct.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8396 "_struct.Struct.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8397 "_struct.Struct.__le__" => "Return self<=value.",
8398 "_struct.Struct.__lt__" => "Return self<value.",
8399 "_struct.Struct.__ne__" => "Return self!=value.",
8400 "_struct.Struct.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8401 "_struct.Struct.__reduce__" => "Helper for pickle.",
8402 "_struct.Struct.__reduce_ex__" => "Helper for pickle.",
8403 "_struct.Struct.__repr__" => "Return repr(self).",
8404 "_struct.Struct.__setattr__" => "Implement setattr(self, name, value).",
8405 "_struct.Struct.__sizeof__" => "S.__sizeof__() -> size of S in memory, in bytes",
8406 "_struct.Struct.__str__" => "Return str(self).",
8407 "_struct.Struct.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8408 "_struct.Struct.format" => "struct format string",
8409 "_struct.Struct.iter_unpack" => "Return an iterator yielding tuples.\n\nTuples are unpacked from the given bytes source, like a repeated\ninvocation of unpack_from().\n\nRequires that the bytes length be a multiple of the struct size.",
8410 "_struct.Struct.pack" => "S.pack(v1, v2, ...) -> bytes\n\nReturn a bytes object containing values v1, v2, ... packed according\nto the format string S.format. See help(struct) for more on format\nstrings.",
8411 "_struct.Struct.pack_into" => "S.pack_into(buffer, offset, v1, v2, ...)\n\nPack the values v1, v2, ... according to the format string S.format\nand write the packed bytes into the writable buffer buf starting at\noffset. Note that the offset is a required argument. See\nhelp(struct) for more on format strings.",
8412 "_struct.Struct.size" => "struct size in bytes",
8413 "_struct.Struct.unpack" => "Return a tuple containing unpacked values.\n\nUnpack according to the format string Struct.format. The buffer's size\nin bytes must be Struct.size.\n\nSee help(struct) for more on format strings.",
8414 "_struct.Struct.unpack_from" => "Return a tuple containing unpacked values.\n\nValues are unpacked according to the format string Struct.format.\n\nThe buffer's size in bytes, starting at position offset, must be\nat least Struct.size.\n\nSee help(struct) for more on format strings.",
8415 "_struct._clearcache" => "Clear the internal cache.",
8416 "_struct.calcsize" => "Return size in bytes of the struct described by the format string.",
8417 "_struct.error.__delattr__" => "Implement delattr(self, name).",
8418 "_struct.error.__eq__" => "Return self==value.",
8419 "_struct.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8420 "_struct.error.__ge__" => "Return self>=value.",
8421 "_struct.error.__getattribute__" => "Return getattr(self, name).",
8422 "_struct.error.__getstate__" => "Helper for pickle.",
8423 "_struct.error.__gt__" => "Return self>value.",
8424 "_struct.error.__hash__" => "Return hash(self).",
8425 "_struct.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8426 "_struct.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8427 "_struct.error.__le__" => "Return self<=value.",
8428 "_struct.error.__lt__" => "Return self<value.",
8429 "_struct.error.__ne__" => "Return self!=value.",
8430 "_struct.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8431 "_struct.error.__reduce_ex__" => "Helper for pickle.",
8432 "_struct.error.__repr__" => "Return repr(self).",
8433 "_struct.error.__setattr__" => "Implement setattr(self, name, value).",
8434 "_struct.error.__sizeof__" => "Size of object in memory, in bytes.",
8435 "_struct.error.__str__" => "Return str(self).",
8436 "_struct.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8437 "_struct.error.__weakref__" => "list of weak references to the object",
8438 "_struct.error.add_note" => "Add a note to the exception",
8439 "_struct.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
8440 "_struct.iter_unpack" => "Return an iterator yielding tuples unpacked from the given bytes.\n\nThe bytes are unpacked according to the format string, like\na repeated invocation of unpack_from().\n\nRequires that the bytes length be a multiple of the format struct size.",
8441 "_struct.pack" => "pack(format, v1, v2, ...) -> bytes\n\nReturn a bytes object containing the values v1, v2, ... packed according\nto the format string. See help(struct) for more on format strings.",
8442 "_struct.pack_into" => "pack_into(format, buffer, offset, v1, v2, ...)\n\nPack the values v1, v2, ... according to the format string and write\nthe packed bytes into the writable buffer buf starting at offset. Note\nthat the offset is a required argument. See help(struct) for more\non format strings.",
8443 "_struct.unpack" => "Return a tuple containing values unpacked according to the format string.\n\nThe buffer's size in bytes must be calcsize(format).\n\nSee help(struct) for more on format strings.",
8444 "_struct.unpack_from" => "Return a tuple containing values unpacked according to the format string.\n\nThe buffer's size, minus offset, must be at least calcsize(format).\n\nSee help(struct) for more on format strings.",
8445 "_suggestions._generate_suggestions" => "Returns the candidate in candidates that's closest to item",
8446 "_symtable.symtable" => "Return symbol and scope dictionaries used internally by compiler.",
8447 "_sysconfig" => "A helper for the sysconfig module.",
8448 "_sysconfig.config_vars" => "Returns a dictionary containing build variables intended to be exposed by sysconfig.",
8449 "_thread" => "This module provides primitive operations to write multi-threaded programs.\nThe 'threading' module provides a more convenient interface.",
8450 "_thread.LockType" => "A lock object is a synchronization primitive. To create a lock,\ncall threading.Lock(). Methods are:\n\nacquire() -- lock the lock, possibly blocking until it can be obtained\nrelease() -- unlock of the lock\nlocked() -- test whether the lock is currently locked\n\nA lock is not owned by the thread that locked it; another thread may\nunlock it. A thread attempting to lock a lock that it has already locked\nwill block until another thread unlocks it. Deadlocks may ensue.",
8451 "_thread.LockType.__delattr__" => "Implement delattr(self, name).",
8452 "_thread.LockType.__enter__" => "Lock the lock.",
8453 "_thread.LockType.__eq__" => "Return self==value.",
8454 "_thread.LockType.__exit__" => "Release the lock.",
8455 "_thread.LockType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8456 "_thread.LockType.__ge__" => "Return self>=value.",
8457 "_thread.LockType.__getattribute__" => "Return getattr(self, name).",
8458 "_thread.LockType.__getstate__" => "Helper for pickle.",
8459 "_thread.LockType.__gt__" => "Return self>value.",
8460 "_thread.LockType.__hash__" => "Return hash(self).",
8461 "_thread.LockType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8462 "_thread.LockType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8463 "_thread.LockType.__le__" => "Return self<=value.",
8464 "_thread.LockType.__lt__" => "Return self<value.",
8465 "_thread.LockType.__ne__" => "Return self!=value.",
8466 "_thread.LockType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8467 "_thread.LockType.__reduce__" => "Helper for pickle.",
8468 "_thread.LockType.__reduce_ex__" => "Helper for pickle.",
8469 "_thread.LockType.__repr__" => "Return repr(self).",
8470 "_thread.LockType.__setattr__" => "Implement setattr(self, name, value).",
8471 "_thread.LockType.__sizeof__" => "Size of object in memory, in bytes.",
8472 "_thread.LockType.__str__" => "Return str(self).",
8473 "_thread.LockType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8474 "_thread.LockType.acquire" => "Lock the lock. Without argument, this blocks if the lock is already\nlocked (even by the same thread), waiting for another thread to release\nthe lock, and return True once the lock is acquired.\nWith an argument, this will only block if the argument is true,\nand the return value reflects whether the lock is acquired.\nThe blocking operation is interruptible.",
8475 "_thread.LockType.acquire_lock" => "An obsolete synonym of acquire().",
8476 "_thread.LockType.locked" => "Return whether the lock is in the locked state.",
8477 "_thread.LockType.locked_lock" => "An obsolete synonym of locked().",
8478 "_thread.LockType.release" => "Release the lock, allowing another thread that is blocked waiting for\nthe lock to acquire the lock. The lock must be in the locked state,\nbut it needn't be locked by the same thread that unlocks it.",
8479 "_thread.LockType.release_lock" => "An obsolete synonym of release().",
8480 "_thread.RLock.__delattr__" => "Implement delattr(self, name).",
8481 "_thread.RLock.__enter__" => "Lock the lock.",
8482 "_thread.RLock.__eq__" => "Return self==value.",
8483 "_thread.RLock.__exit__" => "Release the lock.",
8484 "_thread.RLock.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8485 "_thread.RLock.__ge__" => "Return self>=value.",
8486 "_thread.RLock.__getattribute__" => "Return getattr(self, name).",
8487 "_thread.RLock.__getstate__" => "Helper for pickle.",
8488 "_thread.RLock.__gt__" => "Return self>value.",
8489 "_thread.RLock.__hash__" => "Return hash(self).",
8490 "_thread.RLock.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8491 "_thread.RLock.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8492 "_thread.RLock.__le__" => "Return self<=value.",
8493 "_thread.RLock.__lt__" => "Return self<value.",
8494 "_thread.RLock.__ne__" => "Return self!=value.",
8495 "_thread.RLock.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8496 "_thread.RLock.__reduce__" => "Helper for pickle.",
8497 "_thread.RLock.__reduce_ex__" => "Helper for pickle.",
8498 "_thread.RLock.__repr__" => "Return repr(self).",
8499 "_thread.RLock.__setattr__" => "Implement setattr(self, name, value).",
8500 "_thread.RLock.__sizeof__" => "Size of object in memory, in bytes.",
8501 "_thread.RLock.__str__" => "Return str(self).",
8502 "_thread.RLock.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8503 "_thread.RLock._acquire_restore" => "For internal use by `threading.Condition`.",
8504 "_thread.RLock._is_owned" => "For internal use by `threading.Condition`.",
8505 "_thread.RLock._recursion_count" => "For internal use by reentrancy checks.",
8506 "_thread.RLock._release_save" => "For internal use by `threading.Condition`.",
8507 "_thread.RLock.acquire" => "Lock the lock. `blocking` indicates whether we should wait\nfor the lock to be available or not. If `blocking` is False\nand another thread holds the lock, the method will return False\nimmediately. If `blocking` is True and another thread holds\nthe lock, the method will wait for the lock to be released,\ntake it and then return True.\n(note: the blocking operation is interruptible.)\n\nIn all other cases, the method will return True immediately.\nPrecisely, if the current thread already holds the lock, its\ninternal counter is simply incremented. If nobody holds the lock,\nthe lock is taken and its internal counter initialized to 1.",
8508 "_thread.RLock.locked" => "locked()\n\nReturn a boolean indicating whether this object is locked right now.",
8509 "_thread.RLock.release" => "Release the lock, allowing another thread that is blocked waiting for\nthe lock to acquire the lock. The lock must be in the locked state,\nand must be locked by the same thread that unlocks it; otherwise a\n`RuntimeError` is raised.\n\nDo note that if the lock was acquire()d several times in a row by the\ncurrent thread, release() needs to be called as many times for the lock\nto be available for other threads.",
8510 "_thread._ExceptHookArgs" => "ExceptHookArgs\n\nType used to pass arguments to threading.excepthook.",
8511 "_thread._ExceptHookArgs.__add__" => "Return self+value.",
8512 "_thread._ExceptHookArgs.__class_getitem__" => "See PEP 585",
8513 "_thread._ExceptHookArgs.__contains__" => "Return bool(key in self).",
8514 "_thread._ExceptHookArgs.__delattr__" => "Implement delattr(self, name).",
8515 "_thread._ExceptHookArgs.__eq__" => "Return self==value.",
8516 "_thread._ExceptHookArgs.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8517 "_thread._ExceptHookArgs.__ge__" => "Return self>=value.",
8518 "_thread._ExceptHookArgs.__getattribute__" => "Return getattr(self, name).",
8519 "_thread._ExceptHookArgs.__getitem__" => "Return self[key].",
8520 "_thread._ExceptHookArgs.__getstate__" => "Helper for pickle.",
8521 "_thread._ExceptHookArgs.__gt__" => "Return self>value.",
8522 "_thread._ExceptHookArgs.__hash__" => "Return hash(self).",
8523 "_thread._ExceptHookArgs.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8524 "_thread._ExceptHookArgs.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8525 "_thread._ExceptHookArgs.__iter__" => "Implement iter(self).",
8526 "_thread._ExceptHookArgs.__le__" => "Return self<=value.",
8527 "_thread._ExceptHookArgs.__len__" => "Return len(self).",
8528 "_thread._ExceptHookArgs.__lt__" => "Return self<value.",
8529 "_thread._ExceptHookArgs.__mul__" => "Return self*value.",
8530 "_thread._ExceptHookArgs.__ne__" => "Return self!=value.",
8531 "_thread._ExceptHookArgs.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8532 "_thread._ExceptHookArgs.__reduce_ex__" => "Helper for pickle.",
8533 "_thread._ExceptHookArgs.__replace__" => "Return a copy of the structure with new values for the specified fields.",
8534 "_thread._ExceptHookArgs.__repr__" => "Return repr(self).",
8535 "_thread._ExceptHookArgs.__rmul__" => "Return value*self.",
8536 "_thread._ExceptHookArgs.__setattr__" => "Implement setattr(self, name, value).",
8537 "_thread._ExceptHookArgs.__sizeof__" => "Size of object in memory, in bytes.",
8538 "_thread._ExceptHookArgs.__str__" => "Return str(self).",
8539 "_thread._ExceptHookArgs.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8540 "_thread._ExceptHookArgs.count" => "Return number of occurrences of value.",
8541 "_thread._ExceptHookArgs.exc_traceback" => "Exception traceback",
8542 "_thread._ExceptHookArgs.exc_type" => "Exception type",
8543 "_thread._ExceptHookArgs.exc_value" => "Exception value",
8544 "_thread._ExceptHookArgs.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
8545 "_thread._ExceptHookArgs.thread" => "Thread",
8546 "_thread._ThreadHandle.__delattr__" => "Implement delattr(self, name).",
8547 "_thread._ThreadHandle.__eq__" => "Return self==value.",
8548 "_thread._ThreadHandle.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8549 "_thread._ThreadHandle.__ge__" => "Return self>=value.",
8550 "_thread._ThreadHandle.__getattribute__" => "Return getattr(self, name).",
8551 "_thread._ThreadHandle.__getstate__" => "Helper for pickle.",
8552 "_thread._ThreadHandle.__gt__" => "Return self>value.",
8553 "_thread._ThreadHandle.__hash__" => "Return hash(self).",
8554 "_thread._ThreadHandle.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8555 "_thread._ThreadHandle.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8556 "_thread._ThreadHandle.__le__" => "Return self<=value.",
8557 "_thread._ThreadHandle.__lt__" => "Return self<value.",
8558 "_thread._ThreadHandle.__ne__" => "Return self!=value.",
8559 "_thread._ThreadHandle.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8560 "_thread._ThreadHandle.__reduce__" => "Helper for pickle.",
8561 "_thread._ThreadHandle.__reduce_ex__" => "Helper for pickle.",
8562 "_thread._ThreadHandle.__repr__" => "Return repr(self).",
8563 "_thread._ThreadHandle.__setattr__" => "Implement setattr(self, name, value).",
8564 "_thread._ThreadHandle.__sizeof__" => "Size of object in memory, in bytes.",
8565 "_thread._ThreadHandle.__str__" => "Return str(self).",
8566 "_thread._ThreadHandle.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8567 "_thread._count" => "Return the number of currently running Python threads, excluding\nthe main thread. The returned number comprises all threads created\nthrough `start_new_thread()` as well as `threading.Thread`, and not\nyet finished.\n\nThis function is meant for internal and specialized purposes only.\nIn most applications `threading.enumerate()` should be used instead.",
8568 "_thread._excepthook" => "Handle uncaught Thread.run() exception.",
8569 "_thread._get_main_thread_ident" => "Internal only. Return a non-zero integer that uniquely identifies the main thread\nof the main interpreter.",
8570 "_thread._get_name" => "Get the name of the current thread.",
8571 "_thread._is_main_interpreter" => "Return True if the current interpreter is the main Python interpreter.",
8572 "_thread._local" => "Thread-local data",
8573 "_thread._local.__delattr__" => "Implement delattr(self, name).",
8574 "_thread._local.__eq__" => "Return self==value.",
8575 "_thread._local.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8576 "_thread._local.__ge__" => "Return self>=value.",
8577 "_thread._local.__getattribute__" => "Return getattr(self, name).",
8578 "_thread._local.__getstate__" => "Helper for pickle.",
8579 "_thread._local.__gt__" => "Return self>value.",
8580 "_thread._local.__hash__" => "Return hash(self).",
8581 "_thread._local.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8582 "_thread._local.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8583 "_thread._local.__le__" => "Return self<=value.",
8584 "_thread._local.__lt__" => "Return self<value.",
8585 "_thread._local.__ne__" => "Return self!=value.",
8586 "_thread._local.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8587 "_thread._local.__reduce__" => "Helper for pickle.",
8588 "_thread._local.__reduce_ex__" => "Helper for pickle.",
8589 "_thread._local.__repr__" => "Return repr(self).",
8590 "_thread._local.__setattr__" => "Implement setattr(self, name, value).",
8591 "_thread._local.__sizeof__" => "Size of object in memory, in bytes.",
8592 "_thread._local.__str__" => "Return str(self).",
8593 "_thread._local.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8594 "_thread._make_thread_handle" => "Internal only. Make a thread handle for threads not spawned\nby the _thread or threading module.",
8595 "_thread._shutdown" => "Wait for all non-daemon threads (other than the calling thread) to stop.",
8596 "_thread.allocate" => "An obsolete synonym of allocate_lock().",
8597 "_thread.allocate_lock" => "Create a new lock object. See help(type(threading.Lock())) for\ninformation about locks.",
8598 "_thread.daemon_threads_allowed" => "Return True if daemon threads are allowed in the current interpreter,\nand False otherwise.",
8599 "_thread.exit" => "This is synonymous to ``raise SystemExit''. It will cause the current\nthread to exit silently unless the exception is caught.",
8600 "_thread.exit_thread" => "An obsolete synonym of exit().",
8601 "_thread.get_ident" => "Return a non-zero integer that uniquely identifies the current thread\namongst other threads that exist simultaneously.\nThis may be used to identify per-thread resources.\nEven though on some platforms threads identities may appear to be\nallocated consecutive numbers starting at 1, this behavior should not\nbe relied upon, and the number should be seen purely as a magic cookie.\nA thread's identity may be reused for another thread after it exits.",
8602 "_thread.get_native_id" => "Return a non-negative integer identifying the thread as reported\nby the OS (kernel). This may be used to uniquely identify a\nparticular thread within a system.",
8603 "_thread.interrupt_main" => "Simulate the arrival of the given signal in the main thread,\nwhere the corresponding signal handler will be executed.\nIf *signum* is omitted, SIGINT is assumed.\nA subthread can use this function to interrupt the main thread.\n\nNote: the default signal handler for SIGINT raises ``KeyboardInterrupt``.",
8604 "_thread.lock" => "A lock object is a synchronization primitive. To create a lock,\ncall threading.Lock(). Methods are:\n\nacquire() -- lock the lock, possibly blocking until it can be obtained\nrelease() -- unlock of the lock\nlocked() -- test whether the lock is currently locked\n\nA lock is not owned by the thread that locked it; another thread may\nunlock it. A thread attempting to lock a lock that it has already locked\nwill block until another thread unlocks it. Deadlocks may ensue.",
8605 "_thread.lock.__delattr__" => "Implement delattr(self, name).",
8606 "_thread.lock.__enter__" => "Lock the lock.",
8607 "_thread.lock.__eq__" => "Return self==value.",
8608 "_thread.lock.__exit__" => "Release the lock.",
8609 "_thread.lock.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8610 "_thread.lock.__ge__" => "Return self>=value.",
8611 "_thread.lock.__getattribute__" => "Return getattr(self, name).",
8612 "_thread.lock.__getstate__" => "Helper for pickle.",
8613 "_thread.lock.__gt__" => "Return self>value.",
8614 "_thread.lock.__hash__" => "Return hash(self).",
8615 "_thread.lock.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8616 "_thread.lock.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8617 "_thread.lock.__le__" => "Return self<=value.",
8618 "_thread.lock.__lt__" => "Return self<value.",
8619 "_thread.lock.__ne__" => "Return self!=value.",
8620 "_thread.lock.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8621 "_thread.lock.__reduce__" => "Helper for pickle.",
8622 "_thread.lock.__reduce_ex__" => "Helper for pickle.",
8623 "_thread.lock.__repr__" => "Return repr(self).",
8624 "_thread.lock.__setattr__" => "Implement setattr(self, name, value).",
8625 "_thread.lock.__sizeof__" => "Size of object in memory, in bytes.",
8626 "_thread.lock.__str__" => "Return str(self).",
8627 "_thread.lock.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8628 "_thread.lock.acquire" => "Lock the lock. Without argument, this blocks if the lock is already\nlocked (even by the same thread), waiting for another thread to release\nthe lock, and return True once the lock is acquired.\nWith an argument, this will only block if the argument is true,\nand the return value reflects whether the lock is acquired.\nThe blocking operation is interruptible.",
8629 "_thread.lock.acquire_lock" => "An obsolete synonym of acquire().",
8630 "_thread.lock.locked" => "Return whether the lock is in the locked state.",
8631 "_thread.lock.locked_lock" => "An obsolete synonym of locked().",
8632 "_thread.lock.release" => "Release the lock, allowing another thread that is blocked waiting for\nthe lock to acquire the lock. The lock must be in the locked state,\nbut it needn't be locked by the same thread that unlocks it.",
8633 "_thread.lock.release_lock" => "An obsolete synonym of release().",
8634 "_thread.set_name" => "Set the name of the current thread.",
8635 "_thread.stack_size" => "Return the thread stack size used when creating new threads. The\noptional size argument specifies the stack size (in bytes) to be used\nfor subsequently created threads, and must be 0 (use platform or\nconfigured default) or a positive integer value of at least 32,768 (32k).\nIf changing the thread stack size is unsupported, a ThreadError\nexception is raised. If the specified size is invalid, a ValueError\nexception is raised, and the stack size is unmodified. 32k bytes\n currently the minimum supported stack size value to guarantee\nsufficient stack space for the interpreter itself.\n\nNote that some platforms may have particular restrictions on values for\nthe stack size, such as requiring a minimum stack size larger than 32 KiB or\nrequiring allocation in multiples of the system memory page size\n- platform documentation should be referred to for more information\n(4 KiB pages are common; using multiples of 4096 for the stack size is\nthe suggested approach in the absence of more specific information).",
8636 "_thread.start_joinable_thread" => "*For internal use only*: start a new thread.\n\nLike start_new_thread(), this starts a new thread calling the given function.\nUnlike start_new_thread(), this returns a handle object with methods to join\nor detach the given thread.\nThis function is not for third-party code, please use the\n`threading` module instead. During finalization the runtime will not wait for\nthe thread to exit if daemon is True. If handle is provided it must be a\nnewly created thread._ThreadHandle instance.",
8637 "_thread.start_new" => "An obsolete synonym of start_new_thread().",
8638 "_thread.start_new_thread" => "Start a new thread and return its identifier.\n\nThe thread will call the function with positional arguments from the\ntuple args and keyword arguments taken from the optional dictionary\nkwargs. The thread exits when the function returns; the return value\nis ignored. The thread will also exit when the function raises an\nunhandled exception; a stack trace will be printed unless the exception\nis SystemExit.",
8639 "_tkinter.TclError.__delattr__" => "Implement delattr(self, name).",
8640 "_tkinter.TclError.__eq__" => "Return self==value.",
8641 "_tkinter.TclError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8642 "_tkinter.TclError.__ge__" => "Return self>=value.",
8643 "_tkinter.TclError.__getattribute__" => "Return getattr(self, name).",
8644 "_tkinter.TclError.__getstate__" => "Helper for pickle.",
8645 "_tkinter.TclError.__gt__" => "Return self>value.",
8646 "_tkinter.TclError.__hash__" => "Return hash(self).",
8647 "_tkinter.TclError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8648 "_tkinter.TclError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8649 "_tkinter.TclError.__le__" => "Return self<=value.",
8650 "_tkinter.TclError.__lt__" => "Return self<value.",
8651 "_tkinter.TclError.__ne__" => "Return self!=value.",
8652 "_tkinter.TclError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8653 "_tkinter.TclError.__reduce_ex__" => "Helper for pickle.",
8654 "_tkinter.TclError.__repr__" => "Return repr(self).",
8655 "_tkinter.TclError.__setattr__" => "Implement setattr(self, name, value).",
8656 "_tkinter.TclError.__sizeof__" => "Size of object in memory, in bytes.",
8657 "_tkinter.TclError.__str__" => "Return str(self).",
8658 "_tkinter.TclError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8659 "_tkinter.TclError.__weakref__" => "list of weak references to the object",
8660 "_tkinter.TclError.add_note" => "Add a note to the exception",
8661 "_tkinter.TclError.with_traceback" => "Set self.__traceback__ to tb and return self.",
8662 "_tkinter.Tcl_Obj.__delattr__" => "Implement delattr(self, name).",
8663 "_tkinter.Tcl_Obj.__eq__" => "Return self==value.",
8664 "_tkinter.Tcl_Obj.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8665 "_tkinter.Tcl_Obj.__ge__" => "Return self>=value.",
8666 "_tkinter.Tcl_Obj.__getattribute__" => "Return getattr(self, name).",
8667 "_tkinter.Tcl_Obj.__getstate__" => "Helper for pickle.",
8668 "_tkinter.Tcl_Obj.__gt__" => "Return self>value.",
8669 "_tkinter.Tcl_Obj.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8670 "_tkinter.Tcl_Obj.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8671 "_tkinter.Tcl_Obj.__le__" => "Return self<=value.",
8672 "_tkinter.Tcl_Obj.__lt__" => "Return self<value.",
8673 "_tkinter.Tcl_Obj.__ne__" => "Return self!=value.",
8674 "_tkinter.Tcl_Obj.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8675 "_tkinter.Tcl_Obj.__reduce__" => "Helper for pickle.",
8676 "_tkinter.Tcl_Obj.__reduce_ex__" => "Helper for pickle.",
8677 "_tkinter.Tcl_Obj.__repr__" => "Return repr(self).",
8678 "_tkinter.Tcl_Obj.__setattr__" => "Implement setattr(self, name, value).",
8679 "_tkinter.Tcl_Obj.__sizeof__" => "Size of object in memory, in bytes.",
8680 "_tkinter.Tcl_Obj.__str__" => "Return str(self).",
8681 "_tkinter.Tcl_Obj.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8682 "_tkinter.Tcl_Obj.string" => "the string representation of this object, either as str or bytes",
8683 "_tkinter.Tcl_Obj.typename" => "name of the Tcl type",
8684 "_tkinter.TkappType.__delattr__" => "Implement delattr(self, name).",
8685 "_tkinter.TkappType.__eq__" => "Return self==value.",
8686 "_tkinter.TkappType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8687 "_tkinter.TkappType.__ge__" => "Return self>=value.",
8688 "_tkinter.TkappType.__getattribute__" => "Return getattr(self, name).",
8689 "_tkinter.TkappType.__getstate__" => "Helper for pickle.",
8690 "_tkinter.TkappType.__gt__" => "Return self>value.",
8691 "_tkinter.TkappType.__hash__" => "Return hash(self).",
8692 "_tkinter.TkappType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8693 "_tkinter.TkappType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8694 "_tkinter.TkappType.__le__" => "Return self<=value.",
8695 "_tkinter.TkappType.__lt__" => "Return self<value.",
8696 "_tkinter.TkappType.__ne__" => "Return self!=value.",
8697 "_tkinter.TkappType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8698 "_tkinter.TkappType.__reduce__" => "Helper for pickle.",
8699 "_tkinter.TkappType.__reduce_ex__" => "Helper for pickle.",
8700 "_tkinter.TkappType.__repr__" => "Return repr(self).",
8701 "_tkinter.TkappType.__setattr__" => "Implement setattr(self, name, value).",
8702 "_tkinter.TkappType.__sizeof__" => "Size of object in memory, in bytes.",
8703 "_tkinter.TkappType.__str__" => "Return str(self).",
8704 "_tkinter.TkappType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8705 "_tkinter.TkappType.gettrace" => "Get the tracing function.",
8706 "_tkinter.TkappType.settrace" => "Set the tracing function.",
8707 "_tkinter.TkttType.__delattr__" => "Implement delattr(self, name).",
8708 "_tkinter.TkttType.__eq__" => "Return self==value.",
8709 "_tkinter.TkttType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8710 "_tkinter.TkttType.__ge__" => "Return self>=value.",
8711 "_tkinter.TkttType.__getattribute__" => "Return getattr(self, name).",
8712 "_tkinter.TkttType.__getstate__" => "Helper for pickle.",
8713 "_tkinter.TkttType.__gt__" => "Return self>value.",
8714 "_tkinter.TkttType.__hash__" => "Return hash(self).",
8715 "_tkinter.TkttType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8716 "_tkinter.TkttType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8717 "_tkinter.TkttType.__le__" => "Return self<=value.",
8718 "_tkinter.TkttType.__lt__" => "Return self<value.",
8719 "_tkinter.TkttType.__ne__" => "Return self!=value.",
8720 "_tkinter.TkttType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8721 "_tkinter.TkttType.__reduce__" => "Helper for pickle.",
8722 "_tkinter.TkttType.__reduce_ex__" => "Helper for pickle.",
8723 "_tkinter.TkttType.__repr__" => "Return repr(self).",
8724 "_tkinter.TkttType.__setattr__" => "Implement setattr(self, name, value).",
8725 "_tkinter.TkttType.__sizeof__" => "Size of object in memory, in bytes.",
8726 "_tkinter.TkttType.__str__" => "Return str(self).",
8727 "_tkinter.TkttType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8728 "_tkinter.create" => "wantTk\n if false, then Tk_Init() doesn't get called\n sync\n if true, then pass -sync to wish\n use\n if not None, then pass -use to wish",
8729 "_tkinter.getbusywaitinterval" => "Return the current busy-wait interval between successive calls to Tcl_DoOneEvent in a threaded Python interpreter.",
8730 "_tkinter.setbusywaitinterval" => "Set the busy-wait interval in milliseconds between successive calls to Tcl_DoOneEvent in a threaded Python interpreter.\n\nIt should be set to a divisor of the maximum time between frames in an animation.",
8731 "_tokenize.TokenizerIter.__delattr__" => "Implement delattr(self, name).",
8732 "_tokenize.TokenizerIter.__eq__" => "Return self==value.",
8733 "_tokenize.TokenizerIter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8734 "_tokenize.TokenizerIter.__ge__" => "Return self>=value.",
8735 "_tokenize.TokenizerIter.__getattribute__" => "Return getattr(self, name).",
8736 "_tokenize.TokenizerIter.__getstate__" => "Helper for pickle.",
8737 "_tokenize.TokenizerIter.__gt__" => "Return self>value.",
8738 "_tokenize.TokenizerIter.__hash__" => "Return hash(self).",
8739 "_tokenize.TokenizerIter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8740 "_tokenize.TokenizerIter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8741 "_tokenize.TokenizerIter.__iter__" => "Implement iter(self).",
8742 "_tokenize.TokenizerIter.__le__" => "Return self<=value.",
8743 "_tokenize.TokenizerIter.__lt__" => "Return self<value.",
8744 "_tokenize.TokenizerIter.__ne__" => "Return self!=value.",
8745 "_tokenize.TokenizerIter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8746 "_tokenize.TokenizerIter.__next__" => "Implement next(self).",
8747 "_tokenize.TokenizerIter.__reduce__" => "Helper for pickle.",
8748 "_tokenize.TokenizerIter.__reduce_ex__" => "Helper for pickle.",
8749 "_tokenize.TokenizerIter.__repr__" => "Return repr(self).",
8750 "_tokenize.TokenizerIter.__setattr__" => "Implement setattr(self, name, value).",
8751 "_tokenize.TokenizerIter.__sizeof__" => "Size of object in memory, in bytes.",
8752 "_tokenize.TokenizerIter.__str__" => "Return str(self).",
8753 "_tokenize.TokenizerIter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8754 "_tracemalloc" => "Debug module to trace memory blocks allocated by Python.",
8755 "_tracemalloc._get_object_traceback" => "Get the traceback where the Python object obj was allocated.\n\nReturn a tuple of (filename: str, lineno: int) tuples.\nReturn None if the tracemalloc module is disabled or did not\ntrace the allocation of the object.",
8756 "_tracemalloc._get_traces" => "Get traces of all memory blocks allocated by Python.\n\nReturn a list of (size: int, traceback: tuple) tuples.\ntraceback is a tuple of (filename: str, lineno: int) tuples.\n\nReturn an empty list if the tracemalloc module is disabled.",
8757 "_tracemalloc.clear_traces" => "Clear traces of memory blocks allocated by Python.",
8758 "_tracemalloc.get_traceback_limit" => "Get the maximum number of frames stored in the traceback of a trace.\n\nBy default, a trace of an allocated memory block only stores\nthe most recent frame: the limit is 1.",
8759 "_tracemalloc.get_traced_memory" => "Get the current size and peak size of memory blocks traced by tracemalloc.\n\nReturns a tuple: (current: int, peak: int).",
8760 "_tracemalloc.get_tracemalloc_memory" => "Get the memory usage in bytes of the tracemalloc module.\n\nThis memory is used internally to trace memory allocations.",
8761 "_tracemalloc.is_tracing" => "Return True if the tracemalloc module is tracing Python memory allocations.",
8762 "_tracemalloc.reset_peak" => "Set the peak size of memory blocks traced by tracemalloc to the current size.\n\nDo nothing if the tracemalloc module is not tracing memory allocations.",
8763 "_tracemalloc.start" => "Start tracing Python memory allocations.\n\nAlso set the maximum number of frames stored in the traceback of a\ntrace to nframe.",
8764 "_tracemalloc.stop" => "Stop tracing Python memory allocations.\n\nAlso clear traces of memory blocks allocated by Python.",
8765 "_types" => "Define names for built-in types.",
8766 "_types.GenericAlias" => "Represent a PEP 585 generic type\n\nE.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).",
8767 "_types.GenericAlias.__call__" => "Call self as a function.",
8768 "_types.GenericAlias.__delattr__" => "Implement delattr(self, name).",
8769 "_types.GenericAlias.__eq__" => "Return self==value.",
8770 "_types.GenericAlias.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8771 "_types.GenericAlias.__ge__" => "Return self>=value.",
8772 "_types.GenericAlias.__getattribute__" => "Return getattr(self, name).",
8773 "_types.GenericAlias.__getitem__" => "Return self[key].",
8774 "_types.GenericAlias.__getstate__" => "Helper for pickle.",
8775 "_types.GenericAlias.__gt__" => "Return self>value.",
8776 "_types.GenericAlias.__hash__" => "Return hash(self).",
8777 "_types.GenericAlias.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8778 "_types.GenericAlias.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8779 "_types.GenericAlias.__iter__" => "Implement iter(self).",
8780 "_types.GenericAlias.__le__" => "Return self<=value.",
8781 "_types.GenericAlias.__lt__" => "Return self<value.",
8782 "_types.GenericAlias.__ne__" => "Return self!=value.",
8783 "_types.GenericAlias.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8784 "_types.GenericAlias.__or__" => "Return self|value.",
8785 "_types.GenericAlias.__parameters__" => "Type variables in the GenericAlias.",
8786 "_types.GenericAlias.__reduce_ex__" => "Helper for pickle.",
8787 "_types.GenericAlias.__repr__" => "Return repr(self).",
8788 "_types.GenericAlias.__ror__" => "Return value|self.",
8789 "_types.GenericAlias.__setattr__" => "Implement setattr(self, name, value).",
8790 "_types.GenericAlias.__sizeof__" => "Size of object in memory, in bytes.",
8791 "_types.GenericAlias.__str__" => "Return str(self).",
8792 "_types.GenericAlias.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8793 "_types.NoneType" => "The type of the None singleton.",
8794 "_types.NoneType.__bool__" => "True if self else False",
8795 "_types.NoneType.__delattr__" => "Implement delattr(self, name).",
8796 "_types.NoneType.__eq__" => "Return self==value.",
8797 "_types.NoneType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8798 "_types.NoneType.__ge__" => "Return self>=value.",
8799 "_types.NoneType.__getattribute__" => "Return getattr(self, name).",
8800 "_types.NoneType.__getstate__" => "Helper for pickle.",
8801 "_types.NoneType.__gt__" => "Return self>value.",
8802 "_types.NoneType.__hash__" => "Return hash(self).",
8803 "_types.NoneType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8804 "_types.NoneType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8805 "_types.NoneType.__le__" => "Return self<=value.",
8806 "_types.NoneType.__lt__" => "Return self<value.",
8807 "_types.NoneType.__ne__" => "Return self!=value.",
8808 "_types.NoneType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8809 "_types.NoneType.__reduce__" => "Helper for pickle.",
8810 "_types.NoneType.__reduce_ex__" => "Helper for pickle.",
8811 "_types.NoneType.__repr__" => "Return repr(self).",
8812 "_types.NoneType.__setattr__" => "Implement setattr(self, name, value).",
8813 "_types.NoneType.__sizeof__" => "Size of object in memory, in bytes.",
8814 "_types.NoneType.__str__" => "Return str(self).",
8815 "_types.NoneType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8816 "_types.NotImplementedType" => "The type of the NotImplemented singleton.",
8817 "_types.NotImplementedType.__bool__" => "True if self else False",
8818 "_types.NotImplementedType.__delattr__" => "Implement delattr(self, name).",
8819 "_types.NotImplementedType.__eq__" => "Return self==value.",
8820 "_types.NotImplementedType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8821 "_types.NotImplementedType.__ge__" => "Return self>=value.",
8822 "_types.NotImplementedType.__getattribute__" => "Return getattr(self, name).",
8823 "_types.NotImplementedType.__getstate__" => "Helper for pickle.",
8824 "_types.NotImplementedType.__gt__" => "Return self>value.",
8825 "_types.NotImplementedType.__hash__" => "Return hash(self).",
8826 "_types.NotImplementedType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8827 "_types.NotImplementedType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8828 "_types.NotImplementedType.__le__" => "Return self<=value.",
8829 "_types.NotImplementedType.__lt__" => "Return self<value.",
8830 "_types.NotImplementedType.__ne__" => "Return self!=value.",
8831 "_types.NotImplementedType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8832 "_types.NotImplementedType.__reduce_ex__" => "Helper for pickle.",
8833 "_types.NotImplementedType.__repr__" => "Return repr(self).",
8834 "_types.NotImplementedType.__setattr__" => "Implement setattr(self, name, value).",
8835 "_types.NotImplementedType.__sizeof__" => "Size of object in memory, in bytes.",
8836 "_types.NotImplementedType.__str__" => "Return str(self).",
8837 "_types.NotImplementedType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8838 "_types.SimpleNamespace" => "A simple attribute-based namespace.",
8839 "_types.SimpleNamespace.__delattr__" => "Implement delattr(self, name).",
8840 "_types.SimpleNamespace.__eq__" => "Return self==value.",
8841 "_types.SimpleNamespace.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8842 "_types.SimpleNamespace.__ge__" => "Return self>=value.",
8843 "_types.SimpleNamespace.__getattribute__" => "Return getattr(self, name).",
8844 "_types.SimpleNamespace.__getstate__" => "Helper for pickle.",
8845 "_types.SimpleNamespace.__gt__" => "Return self>value.",
8846 "_types.SimpleNamespace.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8847 "_types.SimpleNamespace.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8848 "_types.SimpleNamespace.__le__" => "Return self<=value.",
8849 "_types.SimpleNamespace.__lt__" => "Return self<value.",
8850 "_types.SimpleNamespace.__ne__" => "Return self!=value.",
8851 "_types.SimpleNamespace.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8852 "_types.SimpleNamespace.__reduce__" => "Return state information for pickling",
8853 "_types.SimpleNamespace.__reduce_ex__" => "Helper for pickle.",
8854 "_types.SimpleNamespace.__replace__" => "Return a copy of the namespace object with new values for the specified attributes.",
8855 "_types.SimpleNamespace.__repr__" => "Return repr(self).",
8856 "_types.SimpleNamespace.__setattr__" => "Implement setattr(self, name, value).",
8857 "_types.SimpleNamespace.__sizeof__" => "Size of object in memory, in bytes.",
8858 "_types.SimpleNamespace.__str__" => "Return str(self).",
8859 "_types.SimpleNamespace.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8860 "_typing" => "Primitives and accelerators for the typing module.",
8861 "_typing.Generic" => "Abstract base class for generic types.\n\nOn Python 3.12 and newer, generic classes implicitly inherit from\nGeneric when they declare a parameter list after the class's name::\n\n class Mapping[KT, VT]:\n def __getitem__(self, key: KT) -> VT:\n ...\n # Etc.\n\nOn older versions of Python, however, generic classes have to\nexplicitly inherit from Generic.\n\nAfter a class has been declared to be generic, it can then be used as\nfollows::\n\n def lookup_name[KT, VT](mapping: Mapping[KT, VT], key: KT, default: VT) -> VT:\n try:\n return mapping[key]\n except KeyError:\n return default",
8862 "_typing.Generic.__class_getitem__" => "Parameterizes a generic class.\n\nAt least, parameterizing a generic class is the *main* thing this\nmethod does. For example, for some generic class `Foo`, this is called\nwhen we do `Foo[int]` - there, with `cls=Foo` and `params=int`.\n\nHowever, note that this method is also called when defining generic\nclasses in the first place with `class Foo[T]: ...`.",
8863 "_typing.Generic.__delattr__" => "Implement delattr(self, name).",
8864 "_typing.Generic.__eq__" => "Return self==value.",
8865 "_typing.Generic.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8866 "_typing.Generic.__ge__" => "Return self>=value.",
8867 "_typing.Generic.__getattribute__" => "Return getattr(self, name).",
8868 "_typing.Generic.__getstate__" => "Helper for pickle.",
8869 "_typing.Generic.__gt__" => "Return self>value.",
8870 "_typing.Generic.__hash__" => "Return hash(self).",
8871 "_typing.Generic.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8872 "_typing.Generic.__init_subclass__" => "Function to initialize subclasses.",
8873 "_typing.Generic.__le__" => "Return self<=value.",
8874 "_typing.Generic.__lt__" => "Return self<value.",
8875 "_typing.Generic.__ne__" => "Return self!=value.",
8876 "_typing.Generic.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8877 "_typing.Generic.__reduce__" => "Helper for pickle.",
8878 "_typing.Generic.__reduce_ex__" => "Helper for pickle.",
8879 "_typing.Generic.__repr__" => "Return repr(self).",
8880 "_typing.Generic.__setattr__" => "Implement setattr(self, name, value).",
8881 "_typing.Generic.__sizeof__" => "Size of object in memory, in bytes.",
8882 "_typing.Generic.__str__" => "Return str(self).",
8883 "_typing.Generic.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8884 "_typing.ParamSpec" => "Parameter specification variable.\n\nThe preferred way to construct a parameter specification is via the\ndedicated syntax for generic functions, classes, and type aliases,\nwhere the use of '**' creates a parameter specification::\n\n type IntFunc[**P] = Callable[P, int]\n\nThe following syntax creates a parameter specification that defaults\nto a callable accepting two positional-only arguments of types int\nand str:\n\n type IntFuncDefault[**P = [int, str]] = Callable[P, int]\n\nFor compatibility with Python 3.11 and earlier, ParamSpec objects\ncan also be created as follows::\n\n P = ParamSpec('P')\n DefaultP = ParamSpec('DefaultP', default=[int, str])\n\nParameter specification variables exist primarily for the benefit of\nstatic type checkers. They are used to forward the parameter types of\none callable to another callable, a pattern commonly found in\nhigher-order functions and decorators. They are only valid when used\nin ``Concatenate``, or as the first argument to ``Callable``, or as\nparameters for user-defined Generics. See class Generic for more\ninformation on generic types.\n\nAn example for annotating a decorator::\n\n def add_logging[**P, T](f: Callable[P, T]) -> Callable[P, T]:\n '''A type-safe decorator to add logging to a function.'''\n def inner(*args: P.args, **kwargs: P.kwargs) -> T:\n logging.info(f'{f.__name__} was called')\n return f(*args, **kwargs)\n return inner\n\n @add_logging\n def add_two(x: float, y: float) -> float:\n '''Add two numbers together.'''\n return x + y\n\nParameter specification variables can be introspected. e.g.::\n\n >>> P = ParamSpec(\"P\")\n >>> P.__name__\n 'P'\n\nNote that only parameter specification variables defined in the global\nscope can be pickled.",
8885 "_typing.ParamSpec.__default__" => "The default value for this ParamSpec.",
8886 "_typing.ParamSpec.__delattr__" => "Implement delattr(self, name).",
8887 "_typing.ParamSpec.__eq__" => "Return self==value.",
8888 "_typing.ParamSpec.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8889 "_typing.ParamSpec.__ge__" => "Return self>=value.",
8890 "_typing.ParamSpec.__getattribute__" => "Return getattr(self, name).",
8891 "_typing.ParamSpec.__getstate__" => "Helper for pickle.",
8892 "_typing.ParamSpec.__gt__" => "Return self>value.",
8893 "_typing.ParamSpec.__hash__" => "Return hash(self).",
8894 "_typing.ParamSpec.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8895 "_typing.ParamSpec.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8896 "_typing.ParamSpec.__le__" => "Return self<=value.",
8897 "_typing.ParamSpec.__lt__" => "Return self<value.",
8898 "_typing.ParamSpec.__ne__" => "Return self!=value.",
8899 "_typing.ParamSpec.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8900 "_typing.ParamSpec.__or__" => "Return self|value.",
8901 "_typing.ParamSpec.__reduce_ex__" => "Helper for pickle.",
8902 "_typing.ParamSpec.__repr__" => "Return repr(self).",
8903 "_typing.ParamSpec.__ror__" => "Return value|self.",
8904 "_typing.ParamSpec.__setattr__" => "Implement setattr(self, name, value).",
8905 "_typing.ParamSpec.__sizeof__" => "Size of object in memory, in bytes.",
8906 "_typing.ParamSpec.__str__" => "Return str(self).",
8907 "_typing.ParamSpec.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8908 "_typing.ParamSpec.args" => "Represents positional arguments.",
8909 "_typing.ParamSpec.kwargs" => "Represents keyword arguments.",
8910 "_typing.ParamSpecArgs" => "The args for a ParamSpec object.\n\nGiven a ParamSpec object P, P.args is an instance of ParamSpecArgs.\n\nParamSpecArgs objects have a reference back to their ParamSpec::\n\n >>> P = ParamSpec(\"P\")\n >>> P.args.__origin__ is P\n True\n\nThis type is meant for runtime introspection and has no special meaning\nto static type checkers.",
8911 "_typing.ParamSpecArgs.__delattr__" => "Implement delattr(self, name).",
8912 "_typing.ParamSpecArgs.__eq__" => "Return self==value.",
8913 "_typing.ParamSpecArgs.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8914 "_typing.ParamSpecArgs.__ge__" => "Return self>=value.",
8915 "_typing.ParamSpecArgs.__getattribute__" => "Return getattr(self, name).",
8916 "_typing.ParamSpecArgs.__getstate__" => "Helper for pickle.",
8917 "_typing.ParamSpecArgs.__gt__" => "Return self>value.",
8918 "_typing.ParamSpecArgs.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8919 "_typing.ParamSpecArgs.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8920 "_typing.ParamSpecArgs.__le__" => "Return self<=value.",
8921 "_typing.ParamSpecArgs.__lt__" => "Return self<value.",
8922 "_typing.ParamSpecArgs.__ne__" => "Return self!=value.",
8923 "_typing.ParamSpecArgs.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8924 "_typing.ParamSpecArgs.__reduce__" => "Helper for pickle.",
8925 "_typing.ParamSpecArgs.__reduce_ex__" => "Helper for pickle.",
8926 "_typing.ParamSpecArgs.__repr__" => "Return repr(self).",
8927 "_typing.ParamSpecArgs.__setattr__" => "Implement setattr(self, name, value).",
8928 "_typing.ParamSpecArgs.__sizeof__" => "Size of object in memory, in bytes.",
8929 "_typing.ParamSpecArgs.__str__" => "Return str(self).",
8930 "_typing.ParamSpecArgs.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8931 "_typing.ParamSpecKwargs" => "The kwargs for a ParamSpec object.\n\nGiven a ParamSpec object P, P.kwargs is an instance of ParamSpecKwargs.\n\nParamSpecKwargs objects have a reference back to their ParamSpec::\n\n >>> P = ParamSpec(\"P\")\n >>> P.kwargs.__origin__ is P\n True\n\nThis type is meant for runtime introspection and has no special meaning\nto static type checkers.",
8932 "_typing.ParamSpecKwargs.__delattr__" => "Implement delattr(self, name).",
8933 "_typing.ParamSpecKwargs.__eq__" => "Return self==value.",
8934 "_typing.ParamSpecKwargs.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8935 "_typing.ParamSpecKwargs.__ge__" => "Return self>=value.",
8936 "_typing.ParamSpecKwargs.__getattribute__" => "Return getattr(self, name).",
8937 "_typing.ParamSpecKwargs.__getstate__" => "Helper for pickle.",
8938 "_typing.ParamSpecKwargs.__gt__" => "Return self>value.",
8939 "_typing.ParamSpecKwargs.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8940 "_typing.ParamSpecKwargs.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8941 "_typing.ParamSpecKwargs.__le__" => "Return self<=value.",
8942 "_typing.ParamSpecKwargs.__lt__" => "Return self<value.",
8943 "_typing.ParamSpecKwargs.__ne__" => "Return self!=value.",
8944 "_typing.ParamSpecKwargs.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8945 "_typing.ParamSpecKwargs.__reduce__" => "Helper for pickle.",
8946 "_typing.ParamSpecKwargs.__reduce_ex__" => "Helper for pickle.",
8947 "_typing.ParamSpecKwargs.__repr__" => "Return repr(self).",
8948 "_typing.ParamSpecKwargs.__setattr__" => "Implement setattr(self, name, value).",
8949 "_typing.ParamSpecKwargs.__sizeof__" => "Size of object in memory, in bytes.",
8950 "_typing.ParamSpecKwargs.__str__" => "Return str(self).",
8951 "_typing.ParamSpecKwargs.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8952 "_typing.TypeAliasType" => "Type alias.\n\nType aliases are created through the type statement::\n\n type Alias = int\n\nIn this example, Alias and int will be treated equivalently by static\ntype checkers.\n\nAt runtime, Alias is an instance of TypeAliasType. The __name__\nattribute holds the name of the type alias. The value of the type alias\nis stored in the __value__ attribute. It is evaluated lazily, so the\nvalue is computed only if the attribute is accessed.\n\nType aliases can also be generic::\n\n type ListOrSet[T] = list[T] | set[T]\n\nIn this case, the type parameters of the alias are stored in the\n__type_params__ attribute.\n\nSee PEP 695 for more information.",
8953 "_typing.TypeAliasType.__delattr__" => "Implement delattr(self, name).",
8954 "_typing.TypeAliasType.__eq__" => "Return self==value.",
8955 "_typing.TypeAliasType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8956 "_typing.TypeAliasType.__ge__" => "Return self>=value.",
8957 "_typing.TypeAliasType.__getattribute__" => "Return getattr(self, name).",
8958 "_typing.TypeAliasType.__getitem__" => "Return self[key].",
8959 "_typing.TypeAliasType.__getstate__" => "Helper for pickle.",
8960 "_typing.TypeAliasType.__gt__" => "Return self>value.",
8961 "_typing.TypeAliasType.__hash__" => "Return hash(self).",
8962 "_typing.TypeAliasType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8963 "_typing.TypeAliasType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8964 "_typing.TypeAliasType.__iter__" => "Implement iter(self).",
8965 "_typing.TypeAliasType.__le__" => "Return self<=value.",
8966 "_typing.TypeAliasType.__lt__" => "Return self<value.",
8967 "_typing.TypeAliasType.__ne__" => "Return self!=value.",
8968 "_typing.TypeAliasType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8969 "_typing.TypeAliasType.__or__" => "Return self|value.",
8970 "_typing.TypeAliasType.__reduce_ex__" => "Helper for pickle.",
8971 "_typing.TypeAliasType.__repr__" => "Return repr(self).",
8972 "_typing.TypeAliasType.__ror__" => "Return value|self.",
8973 "_typing.TypeAliasType.__setattr__" => "Implement setattr(self, name, value).",
8974 "_typing.TypeAliasType.__sizeof__" => "Size of object in memory, in bytes.",
8975 "_typing.TypeAliasType.__str__" => "Return str(self).",
8976 "_typing.TypeAliasType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
8977 "_typing.TypeVar" => "Type variable.\n\nThe preferred way to construct a type variable is via the dedicated\nsyntax for generic functions, classes, and type aliases::\n\n class Sequence[T]: # T is a TypeVar\n ...\n\nThis syntax can also be used to create bound and constrained type\nvariables::\n\n # S is a TypeVar bound to str\n class StrSequence[S: str]:\n ...\n\n # A is a TypeVar constrained to str or bytes\n class StrOrBytesSequence[A: (str, bytes)]:\n ...\n\nType variables can also have defaults:\n\n class IntDefault[T = int]:\n ...\n\nHowever, if desired, reusable type variables can also be constructed\nmanually, like so::\n\n T = TypeVar('T') # Can be anything\n S = TypeVar('S', bound=str) # Can be any subtype of str\n A = TypeVar('A', str, bytes) # Must be exactly str or bytes\n D = TypeVar('D', default=int) # Defaults to int\n\nType variables exist primarily for the benefit of static type\ncheckers. They serve as the parameters for generic types as well\nas for generic function and type alias definitions.\n\nThe variance of type variables is inferred by type checkers when they\nare created through the type parameter syntax and when\n``infer_variance=True`` is passed. Manually created type variables may\nbe explicitly marked covariant or contravariant by passing\n``covariant=True`` or ``contravariant=True``. By default, manually\ncreated type variables are invariant. See PEP 484 and PEP 695 for more\ndetails.",
8978 "_typing.TypeVar.__delattr__" => "Implement delattr(self, name).",
8979 "_typing.TypeVar.__eq__" => "Return self==value.",
8980 "_typing.TypeVar.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
8981 "_typing.TypeVar.__ge__" => "Return self>=value.",
8982 "_typing.TypeVar.__getattribute__" => "Return getattr(self, name).",
8983 "_typing.TypeVar.__getstate__" => "Helper for pickle.",
8984 "_typing.TypeVar.__gt__" => "Return self>value.",
8985 "_typing.TypeVar.__hash__" => "Return hash(self).",
8986 "_typing.TypeVar.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
8987 "_typing.TypeVar.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
8988 "_typing.TypeVar.__le__" => "Return self<=value.",
8989 "_typing.TypeVar.__lt__" => "Return self<value.",
8990 "_typing.TypeVar.__ne__" => "Return self!=value.",
8991 "_typing.TypeVar.__new__" => "Create and return a new object. See help(type) for accurate signature.",
8992 "_typing.TypeVar.__or__" => "Return self|value.",
8993 "_typing.TypeVar.__reduce_ex__" => "Helper for pickle.",
8994 "_typing.TypeVar.__repr__" => "Return repr(self).",
8995 "_typing.TypeVar.__ror__" => "Return value|self.",
8996 "_typing.TypeVar.__setattr__" => "Implement setattr(self, name, value).",
8997 "_typing.TypeVar.__sizeof__" => "Size of object in memory, in bytes.",
8998 "_typing.TypeVar.__str__" => "Return str(self).",
8999 "_typing.TypeVar.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9000 "_typing.TypeVarTuple" => "Type variable tuple. A specialized form of type variable that enables\nvariadic generics.\n\nThe preferred way to construct a type variable tuple is via the\ndedicated syntax for generic functions, classes, and type aliases,\nwhere a single '*' indicates a type variable tuple::\n\n def move_first_element_to_last[T, *Ts](tup: tuple[T, *Ts]) -> tuple[*Ts, T]:\n return (*tup[1:], tup[0])\n\nType variables tuples can have default values:\n\n type AliasWithDefault[*Ts = (str, int)] = tuple[*Ts]\n\nFor compatibility with Python 3.11 and earlier, TypeVarTuple objects\ncan also be created as follows::\n\n Ts = TypeVarTuple('Ts') # Can be given any name\n DefaultTs = TypeVarTuple('Ts', default=(str, int))\n\nJust as a TypeVar (type variable) is a placeholder for a single type,\na TypeVarTuple is a placeholder for an *arbitrary* number of types. For\nexample, if we define a generic class using a TypeVarTuple::\n\n class C[*Ts]: ...\n\nThen we can parameterize that class with an arbitrary number of type\narguments::\n\n C[int] # Fine\n C[int, str] # Also fine\n C[()] # Even this is fine\n\nFor more details, see PEP 646.\n\nNote that only TypeVarTuples defined in the global scope can be\npickled.",
9001 "_typing.TypeVarTuple.__default__" => "The default value for this TypeVarTuple.",
9002 "_typing.TypeVarTuple.__delattr__" => "Implement delattr(self, name).",
9003 "_typing.TypeVarTuple.__eq__" => "Return self==value.",
9004 "_typing.TypeVarTuple.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9005 "_typing.TypeVarTuple.__ge__" => "Return self>=value.",
9006 "_typing.TypeVarTuple.__getattribute__" => "Return getattr(self, name).",
9007 "_typing.TypeVarTuple.__getstate__" => "Helper for pickle.",
9008 "_typing.TypeVarTuple.__gt__" => "Return self>value.",
9009 "_typing.TypeVarTuple.__hash__" => "Return hash(self).",
9010 "_typing.TypeVarTuple.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9011 "_typing.TypeVarTuple.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9012 "_typing.TypeVarTuple.__iter__" => "Implement iter(self).",
9013 "_typing.TypeVarTuple.__le__" => "Return self<=value.",
9014 "_typing.TypeVarTuple.__lt__" => "Return self<value.",
9015 "_typing.TypeVarTuple.__ne__" => "Return self!=value.",
9016 "_typing.TypeVarTuple.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9017 "_typing.TypeVarTuple.__reduce_ex__" => "Helper for pickle.",
9018 "_typing.TypeVarTuple.__repr__" => "Return repr(self).",
9019 "_typing.TypeVarTuple.__setattr__" => "Implement setattr(self, name, value).",
9020 "_typing.TypeVarTuple.__sizeof__" => "Size of object in memory, in bytes.",
9021 "_typing.TypeVarTuple.__str__" => "Return str(self).",
9022 "_typing.TypeVarTuple.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9023 "_typing.Union" => "Represent a union type\n\nE.g. for int | str",
9024 "_typing.Union.__class_getitem__" => "See PEP 585",
9025 "_typing.Union.__delattr__" => "Implement delattr(self, name).",
9026 "_typing.Union.__eq__" => "Return self==value.",
9027 "_typing.Union.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9028 "_typing.Union.__ge__" => "Return self>=value.",
9029 "_typing.Union.__getattribute__" => "Return getattr(self, name).",
9030 "_typing.Union.__getitem__" => "Return self[key].",
9031 "_typing.Union.__getstate__" => "Helper for pickle.",
9032 "_typing.Union.__gt__" => "Return self>value.",
9033 "_typing.Union.__hash__" => "Return hash(self).",
9034 "_typing.Union.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9035 "_typing.Union.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9036 "_typing.Union.__le__" => "Return self<=value.",
9037 "_typing.Union.__lt__" => "Return self<value.",
9038 "_typing.Union.__ne__" => "Return self!=value.",
9039 "_typing.Union.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9040 "_typing.Union.__or__" => "Return self|value.",
9041 "_typing.Union.__origin__" => "Always returns the type",
9042 "_typing.Union.__parameters__" => "Type variables in the types.UnionType.",
9043 "_typing.Union.__reduce__" => "Helper for pickle.",
9044 "_typing.Union.__reduce_ex__" => "Helper for pickle.",
9045 "_typing.Union.__repr__" => "Return repr(self).",
9046 "_typing.Union.__ror__" => "Return value|self.",
9047 "_typing.Union.__setattr__" => "Implement setattr(self, name, value).",
9048 "_typing.Union.__sizeof__" => "Size of object in memory, in bytes.",
9049 "_typing.Union.__str__" => "Return str(self).",
9050 "_typing.Union.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9051 "_warnings" => "_warnings provides basic warning filtering support.\nIt is a helper module to speed up interpreter start-up.",
9052 "_warnings.warn" => "Issue a warning, or maybe ignore it or raise an exception.\n\n message\n Text of the warning message.\n category\n The Warning category subclass. Defaults to UserWarning.\n stacklevel\n How far up the call stack to make this warning appear. A value of 2 for\n example attributes the warning to the caller of the code calling warn().\n source\n If supplied, the destroyed object which emitted a ResourceWarning\n skip_file_prefixes\n An optional tuple of module filename prefixes indicating frames to skip\n during stacklevel computations for stack frame attribution.",
9053 "_warnings.warn_explicit" => "Issue a warning, or maybe ignore it or raise an exception.",
9054 "_weakref" => "Weak-reference support module.",
9055 "_weakref.CallableProxyType.__abs__" => "abs(self)",
9056 "_weakref.CallableProxyType.__add__" => "Return self+value.",
9057 "_weakref.CallableProxyType.__and__" => "Return self&value.",
9058 "_weakref.CallableProxyType.__bool__" => "True if self else False",
9059 "_weakref.CallableProxyType.__call__" => "Call self as a function.",
9060 "_weakref.CallableProxyType.__contains__" => "Return bool(key in self).",
9061 "_weakref.CallableProxyType.__delattr__" => "Implement delattr(self, name).",
9062 "_weakref.CallableProxyType.__delitem__" => "Delete self[key].",
9063 "_weakref.CallableProxyType.__divmod__" => "Return divmod(self, value).",
9064 "_weakref.CallableProxyType.__eq__" => "Return self==value.",
9065 "_weakref.CallableProxyType.__float__" => "float(self)",
9066 "_weakref.CallableProxyType.__floordiv__" => "Return self//value.",
9067 "_weakref.CallableProxyType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9068 "_weakref.CallableProxyType.__ge__" => "Return self>=value.",
9069 "_weakref.CallableProxyType.__getattribute__" => "Return getattr(self, name).",
9070 "_weakref.CallableProxyType.__getitem__" => "Return self[key].",
9071 "_weakref.CallableProxyType.__getstate__" => "Helper for pickle.",
9072 "_weakref.CallableProxyType.__gt__" => "Return self>value.",
9073 "_weakref.CallableProxyType.__iadd__" => "Return self+=value.",
9074 "_weakref.CallableProxyType.__iand__" => "Return self&=value.",
9075 "_weakref.CallableProxyType.__ifloordiv__" => "Return self//=value.",
9076 "_weakref.CallableProxyType.__ilshift__" => "Return self<<=value.",
9077 "_weakref.CallableProxyType.__imatmul__" => "Return self@=value.",
9078 "_weakref.CallableProxyType.__imod__" => "Return self%=value.",
9079 "_weakref.CallableProxyType.__imul__" => "Return self*=value.",
9080 "_weakref.CallableProxyType.__index__" => "Return self converted to an integer, if self is suitable for use as an index into a list.",
9081 "_weakref.CallableProxyType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9082 "_weakref.CallableProxyType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9083 "_weakref.CallableProxyType.__int__" => "int(self)",
9084 "_weakref.CallableProxyType.__invert__" => "~self",
9085 "_weakref.CallableProxyType.__ior__" => "Return self|=value.",
9086 "_weakref.CallableProxyType.__ipow__" => "Return self**=value.",
9087 "_weakref.CallableProxyType.__irshift__" => "Return self>>=value.",
9088 "_weakref.CallableProxyType.__isub__" => "Return self-=value.",
9089 "_weakref.CallableProxyType.__iter__" => "Implement iter(self).",
9090 "_weakref.CallableProxyType.__itruediv__" => "Return self/=value.",
9091 "_weakref.CallableProxyType.__ixor__" => "Return self^=value.",
9092 "_weakref.CallableProxyType.__le__" => "Return self<=value.",
9093 "_weakref.CallableProxyType.__len__" => "Return len(self).",
9094 "_weakref.CallableProxyType.__lshift__" => "Return self<<value.",
9095 "_weakref.CallableProxyType.__lt__" => "Return self<value.",
9096 "_weakref.CallableProxyType.__matmul__" => "Return self@value.",
9097 "_weakref.CallableProxyType.__mod__" => "Return self%value.",
9098 "_weakref.CallableProxyType.__mul__" => "Return self*value.",
9099 "_weakref.CallableProxyType.__ne__" => "Return self!=value.",
9100 "_weakref.CallableProxyType.__neg__" => "-self",
9101 "_weakref.CallableProxyType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9102 "_weakref.CallableProxyType.__next__" => "Implement next(self).",
9103 "_weakref.CallableProxyType.__or__" => "Return self|value.",
9104 "_weakref.CallableProxyType.__pos__" => "+self",
9105 "_weakref.CallableProxyType.__pow__" => "Return pow(self, value, mod).",
9106 "_weakref.CallableProxyType.__radd__" => "Return value+self.",
9107 "_weakref.CallableProxyType.__rand__" => "Return value&self.",
9108 "_weakref.CallableProxyType.__rdivmod__" => "Return divmod(value, self).",
9109 "_weakref.CallableProxyType.__reduce__" => "Helper for pickle.",
9110 "_weakref.CallableProxyType.__reduce_ex__" => "Helper for pickle.",
9111 "_weakref.CallableProxyType.__repr__" => "Return repr(self).",
9112 "_weakref.CallableProxyType.__rfloordiv__" => "Return value//self.",
9113 "_weakref.CallableProxyType.__rlshift__" => "Return value<<self.",
9114 "_weakref.CallableProxyType.__rmatmul__" => "Return value@self.",
9115 "_weakref.CallableProxyType.__rmod__" => "Return value%self.",
9116 "_weakref.CallableProxyType.__rmul__" => "Return value*self.",
9117 "_weakref.CallableProxyType.__ror__" => "Return value|self.",
9118 "_weakref.CallableProxyType.__rpow__" => "Return pow(value, self, mod).",
9119 "_weakref.CallableProxyType.__rrshift__" => "Return value>>self.",
9120 "_weakref.CallableProxyType.__rshift__" => "Return self>>value.",
9121 "_weakref.CallableProxyType.__rsub__" => "Return value-self.",
9122 "_weakref.CallableProxyType.__rtruediv__" => "Return value/self.",
9123 "_weakref.CallableProxyType.__rxor__" => "Return value^self.",
9124 "_weakref.CallableProxyType.__setattr__" => "Implement setattr(self, name, value).",
9125 "_weakref.CallableProxyType.__setitem__" => "Set self[key] to value.",
9126 "_weakref.CallableProxyType.__sizeof__" => "Size of object in memory, in bytes.",
9127 "_weakref.CallableProxyType.__str__" => "Return str(self).",
9128 "_weakref.CallableProxyType.__sub__" => "Return self-value.",
9129 "_weakref.CallableProxyType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9130 "_weakref.CallableProxyType.__truediv__" => "Return self/value.",
9131 "_weakref.CallableProxyType.__xor__" => "Return self^value.",
9132 "_weakref.ProxyType.__abs__" => "abs(self)",
9133 "_weakref.ProxyType.__add__" => "Return self+value.",
9134 "_weakref.ProxyType.__and__" => "Return self&value.",
9135 "_weakref.ProxyType.__bool__" => "True if self else False",
9136 "_weakref.ProxyType.__contains__" => "Return bool(key in self).",
9137 "_weakref.ProxyType.__delattr__" => "Implement delattr(self, name).",
9138 "_weakref.ProxyType.__delitem__" => "Delete self[key].",
9139 "_weakref.ProxyType.__divmod__" => "Return divmod(self, value).",
9140 "_weakref.ProxyType.__eq__" => "Return self==value.",
9141 "_weakref.ProxyType.__float__" => "float(self)",
9142 "_weakref.ProxyType.__floordiv__" => "Return self//value.",
9143 "_weakref.ProxyType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9144 "_weakref.ProxyType.__ge__" => "Return self>=value.",
9145 "_weakref.ProxyType.__getattribute__" => "Return getattr(self, name).",
9146 "_weakref.ProxyType.__getitem__" => "Return self[key].",
9147 "_weakref.ProxyType.__getstate__" => "Helper for pickle.",
9148 "_weakref.ProxyType.__gt__" => "Return self>value.",
9149 "_weakref.ProxyType.__iadd__" => "Return self+=value.",
9150 "_weakref.ProxyType.__iand__" => "Return self&=value.",
9151 "_weakref.ProxyType.__ifloordiv__" => "Return self//=value.",
9152 "_weakref.ProxyType.__ilshift__" => "Return self<<=value.",
9153 "_weakref.ProxyType.__imatmul__" => "Return self@=value.",
9154 "_weakref.ProxyType.__imod__" => "Return self%=value.",
9155 "_weakref.ProxyType.__imul__" => "Return self*=value.",
9156 "_weakref.ProxyType.__index__" => "Return self converted to an integer, if self is suitable for use as an index into a list.",
9157 "_weakref.ProxyType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9158 "_weakref.ProxyType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9159 "_weakref.ProxyType.__int__" => "int(self)",
9160 "_weakref.ProxyType.__invert__" => "~self",
9161 "_weakref.ProxyType.__ior__" => "Return self|=value.",
9162 "_weakref.ProxyType.__ipow__" => "Return self**=value.",
9163 "_weakref.ProxyType.__irshift__" => "Return self>>=value.",
9164 "_weakref.ProxyType.__isub__" => "Return self-=value.",
9165 "_weakref.ProxyType.__iter__" => "Implement iter(self).",
9166 "_weakref.ProxyType.__itruediv__" => "Return self/=value.",
9167 "_weakref.ProxyType.__ixor__" => "Return self^=value.",
9168 "_weakref.ProxyType.__le__" => "Return self<=value.",
9169 "_weakref.ProxyType.__len__" => "Return len(self).",
9170 "_weakref.ProxyType.__lshift__" => "Return self<<value.",
9171 "_weakref.ProxyType.__lt__" => "Return self<value.",
9172 "_weakref.ProxyType.__matmul__" => "Return self@value.",
9173 "_weakref.ProxyType.__mod__" => "Return self%value.",
9174 "_weakref.ProxyType.__mul__" => "Return self*value.",
9175 "_weakref.ProxyType.__ne__" => "Return self!=value.",
9176 "_weakref.ProxyType.__neg__" => "-self",
9177 "_weakref.ProxyType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9178 "_weakref.ProxyType.__next__" => "Implement next(self).",
9179 "_weakref.ProxyType.__or__" => "Return self|value.",
9180 "_weakref.ProxyType.__pos__" => "+self",
9181 "_weakref.ProxyType.__pow__" => "Return pow(self, value, mod).",
9182 "_weakref.ProxyType.__radd__" => "Return value+self.",
9183 "_weakref.ProxyType.__rand__" => "Return value&self.",
9184 "_weakref.ProxyType.__rdivmod__" => "Return divmod(value, self).",
9185 "_weakref.ProxyType.__reduce__" => "Helper for pickle.",
9186 "_weakref.ProxyType.__reduce_ex__" => "Helper for pickle.",
9187 "_weakref.ProxyType.__repr__" => "Return repr(self).",
9188 "_weakref.ProxyType.__rfloordiv__" => "Return value//self.",
9189 "_weakref.ProxyType.__rlshift__" => "Return value<<self.",
9190 "_weakref.ProxyType.__rmatmul__" => "Return value@self.",
9191 "_weakref.ProxyType.__rmod__" => "Return value%self.",
9192 "_weakref.ProxyType.__rmul__" => "Return value*self.",
9193 "_weakref.ProxyType.__ror__" => "Return value|self.",
9194 "_weakref.ProxyType.__rpow__" => "Return pow(value, self, mod).",
9195 "_weakref.ProxyType.__rrshift__" => "Return value>>self.",
9196 "_weakref.ProxyType.__rshift__" => "Return self>>value.",
9197 "_weakref.ProxyType.__rsub__" => "Return value-self.",
9198 "_weakref.ProxyType.__rtruediv__" => "Return value/self.",
9199 "_weakref.ProxyType.__rxor__" => "Return value^self.",
9200 "_weakref.ProxyType.__setattr__" => "Implement setattr(self, name, value).",
9201 "_weakref.ProxyType.__setitem__" => "Set self[key] to value.",
9202 "_weakref.ProxyType.__sizeof__" => "Size of object in memory, in bytes.",
9203 "_weakref.ProxyType.__str__" => "Return str(self).",
9204 "_weakref.ProxyType.__sub__" => "Return self-value.",
9205 "_weakref.ProxyType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9206 "_weakref.ProxyType.__truediv__" => "Return self/value.",
9207 "_weakref.ProxyType.__xor__" => "Return self^value.",
9208 "_weakref.ReferenceType.__call__" => "Call self as a function.",
9209 "_weakref.ReferenceType.__class_getitem__" => "See PEP 585",
9210 "_weakref.ReferenceType.__delattr__" => "Implement delattr(self, name).",
9211 "_weakref.ReferenceType.__eq__" => "Return self==value.",
9212 "_weakref.ReferenceType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9213 "_weakref.ReferenceType.__ge__" => "Return self>=value.",
9214 "_weakref.ReferenceType.__getattribute__" => "Return getattr(self, name).",
9215 "_weakref.ReferenceType.__getstate__" => "Helper for pickle.",
9216 "_weakref.ReferenceType.__gt__" => "Return self>value.",
9217 "_weakref.ReferenceType.__hash__" => "Return hash(self).",
9218 "_weakref.ReferenceType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9219 "_weakref.ReferenceType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9220 "_weakref.ReferenceType.__le__" => "Return self<=value.",
9221 "_weakref.ReferenceType.__lt__" => "Return self<value.",
9222 "_weakref.ReferenceType.__ne__" => "Return self!=value.",
9223 "_weakref.ReferenceType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9224 "_weakref.ReferenceType.__reduce__" => "Helper for pickle.",
9225 "_weakref.ReferenceType.__reduce_ex__" => "Helper for pickle.",
9226 "_weakref.ReferenceType.__repr__" => "Return repr(self).",
9227 "_weakref.ReferenceType.__setattr__" => "Implement setattr(self, name, value).",
9228 "_weakref.ReferenceType.__sizeof__" => "Size of object in memory, in bytes.",
9229 "_weakref.ReferenceType.__str__" => "Return str(self).",
9230 "_weakref.ReferenceType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9231 "_weakref._remove_dead_weakref" => "Atomically remove key from dict if it points to a dead weakref.",
9232 "_weakref.getweakrefcount" => "Return the number of weak references to 'object'.",
9233 "_weakref.getweakrefs" => "Return a list of all weak reference objects pointing to 'object'.",
9234 "_weakref.proxy" => "Create a proxy object that weakly references 'object'.\n\n'callback', if given, is called with a reference to the\nproxy when 'object' is about to be finalized.",
9235 "_weakref.ref.__call__" => "Call self as a function.",
9236 "_weakref.ref.__class_getitem__" => "See PEP 585",
9237 "_weakref.ref.__delattr__" => "Implement delattr(self, name).",
9238 "_weakref.ref.__eq__" => "Return self==value.",
9239 "_weakref.ref.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9240 "_weakref.ref.__ge__" => "Return self>=value.",
9241 "_weakref.ref.__getattribute__" => "Return getattr(self, name).",
9242 "_weakref.ref.__getstate__" => "Helper for pickle.",
9243 "_weakref.ref.__gt__" => "Return self>value.",
9244 "_weakref.ref.__hash__" => "Return hash(self).",
9245 "_weakref.ref.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9246 "_weakref.ref.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9247 "_weakref.ref.__le__" => "Return self<=value.",
9248 "_weakref.ref.__lt__" => "Return self<value.",
9249 "_weakref.ref.__ne__" => "Return self!=value.",
9250 "_weakref.ref.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9251 "_weakref.ref.__reduce__" => "Helper for pickle.",
9252 "_weakref.ref.__reduce_ex__" => "Helper for pickle.",
9253 "_weakref.ref.__repr__" => "Return repr(self).",
9254 "_weakref.ref.__setattr__" => "Implement setattr(self, name, value).",
9255 "_weakref.ref.__sizeof__" => "Size of object in memory, in bytes.",
9256 "_weakref.ref.__str__" => "Return str(self).",
9257 "_weakref.ref.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9258 "_winapi.BatchedWaitForMultipleObjects" => "Supports a larger number of handles than WaitForMultipleObjects\n\nNote that the handles may be waited on other threads, which could cause\nissues for objects like mutexes that become associated with the thread\nthat was waiting for them. Objects may also be left signalled, even if\nthe wait fails.\n\nIt is recommended to use WaitForMultipleObjects whenever possible, and\nonly switch to BatchedWaitForMultipleObjects for scenarios where you\ncontrol all the handles involved, such as your own thread pool or\nfiles, and all wait objects are left unmodified by a wait (for example,\nmanual reset events, threads, and files/pipes).\n\nOverlapped handles returned from this module use manual reset events.",
9259 "_winapi.CloseHandle" => "Close handle.",
9260 "_winapi.CopyFile2" => "Copies a file from one name to a new name.\n\nThis is implemented using the CopyFile2 API, which preserves all stat\nand metadata information apart from security attributes.\n\nprogress_routine is reserved for future use, but is currently not\nimplemented. Its value is ignored.",
9261 "_winapi.CreatePipe" => "Create an anonymous pipe.\n\n pipe_attrs\n Ignored internally, can be None.\n\nReturns a 2-tuple of handles, to the read and write ends of the pipe.",
9262 "_winapi.CreateProcess" => "Create a new process and its primary thread.\n\n command_line\n Can be str or None\n proc_attrs\n Ignored internally, can be None.\n thread_attrs\n Ignored internally, can be None.\n\nThe return value is a tuple of the process handle, thread handle,\nprocess ID, and thread ID.",
9263 "_winapi.DuplicateHandle" => "Return a duplicate handle object.\n\nThe duplicate handle refers to the same object as the original\nhandle. Therefore, any changes to the object are reflected\nthrough both handles.",
9264 "_winapi.GetACP" => "Get the current Windows ANSI code page identifier.",
9265 "_winapi.GetCurrentProcess" => "Return a handle object for the current process.",
9266 "_winapi.GetExitCodeProcess" => "Return the termination status of the specified process.",
9267 "_winapi.GetLongPathName" => "Return the long version of the provided path.\n\nIf the path is already in its long form, returns the same value.\n\nThe path must already be a 'str'. If the type is not known, use\nos.fsdecode before calling this function.",
9268 "_winapi.GetModuleFileName" => "Return the fully-qualified path for the file that contains module.\n\nThe module must have been loaded by the current process.\n\nThe module parameter should be a handle to the loaded module\nwhose path is being requested. If this parameter is 0,\nGetModuleFileName retrieves the path of the executable file\nof the current process.",
9269 "_winapi.GetShortPathName" => "Return the short version of the provided path.\n\nIf the path is already in its short form, returns the same value.\n\nThe path must already be a 'str'. If the type is not known, use\nos.fsdecode before calling this function.",
9270 "_winapi.GetStdHandle" => "Return a handle to the specified standard device.\n\n std_handle\n One of STD_INPUT_HANDLE, STD_OUTPUT_HANDLE, or STD_ERROR_HANDLE.\n\nThe integer associated with the handle object is returned.",
9271 "_winapi.GetVersion" => "Return the version number of the current operating system.",
9272 "_winapi.Overlapped" => "OVERLAPPED structure wrapper",
9273 "_winapi.Overlapped.__delattr__" => "Implement delattr(self, name).",
9274 "_winapi.Overlapped.__eq__" => "Return self==value.",
9275 "_winapi.Overlapped.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9276 "_winapi.Overlapped.__ge__" => "Return self>=value.",
9277 "_winapi.Overlapped.__getattribute__" => "Return getattr(self, name).",
9278 "_winapi.Overlapped.__getstate__" => "Helper for pickle.",
9279 "_winapi.Overlapped.__gt__" => "Return self>value.",
9280 "_winapi.Overlapped.__hash__" => "Return hash(self).",
9281 "_winapi.Overlapped.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9282 "_winapi.Overlapped.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9283 "_winapi.Overlapped.__le__" => "Return self<=value.",
9284 "_winapi.Overlapped.__lt__" => "Return self<value.",
9285 "_winapi.Overlapped.__ne__" => "Return self!=value.",
9286 "_winapi.Overlapped.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9287 "_winapi.Overlapped.__reduce__" => "Helper for pickle.",
9288 "_winapi.Overlapped.__reduce_ex__" => "Helper for pickle.",
9289 "_winapi.Overlapped.__repr__" => "Return repr(self).",
9290 "_winapi.Overlapped.__setattr__" => "Implement setattr(self, name, value).",
9291 "_winapi.Overlapped.__sizeof__" => "Size of object in memory, in bytes.",
9292 "_winapi.Overlapped.__str__" => "Return str(self).",
9293 "_winapi.Overlapped.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9294 "_winapi.Overlapped.event" => "overlapped event handle",
9295 "_winapi.TerminateProcess" => "Terminate the specified process and all of its threads.",
9296 "_winapi.WaitForSingleObject" => "Wait for a single object.\n\nWait until the specified object is in the signaled state or\nthe time-out interval elapses. The timeout value is specified\nin milliseconds.",
9297 "_winapi._mimetypes_read_windows_registry" => "Optimized function for reading all known MIME types from the registry.\n\n*on_type_read* is a callable taking *type* and *ext* arguments, as for\nMimeTypes.add_type.",
9298 "_wmi.exec_query" => "Runs a WMI query against the local machine.\n\nThis returns a single string with 'name=value' pairs in a flat array separated\nby null characters.",
9299 "_zoneinfo" => "C implementation of the zoneinfo module",
9300 "_zoneinfo.ZoneInfo.__delattr__" => "Implement delattr(self, name).",
9301 "_zoneinfo.ZoneInfo.__eq__" => "Return self==value.",
9302 "_zoneinfo.ZoneInfo.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9303 "_zoneinfo.ZoneInfo.__ge__" => "Return self>=value.",
9304 "_zoneinfo.ZoneInfo.__getattribute__" => "Return getattr(self, name).",
9305 "_zoneinfo.ZoneInfo.__getstate__" => "Helper for pickle.",
9306 "_zoneinfo.ZoneInfo.__gt__" => "Return self>value.",
9307 "_zoneinfo.ZoneInfo.__hash__" => "Return hash(self).",
9308 "_zoneinfo.ZoneInfo.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9309 "_zoneinfo.ZoneInfo.__init_subclass__" => "Function to initialize subclasses.",
9310 "_zoneinfo.ZoneInfo.__le__" => "Return self<=value.",
9311 "_zoneinfo.ZoneInfo.__lt__" => "Return self<value.",
9312 "_zoneinfo.ZoneInfo.__ne__" => "Return self!=value.",
9313 "_zoneinfo.ZoneInfo.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9314 "_zoneinfo.ZoneInfo.__reduce__" => "Function for serialization with the pickle protocol.",
9315 "_zoneinfo.ZoneInfo.__reduce_ex__" => "Helper for pickle.",
9316 "_zoneinfo.ZoneInfo.__repr__" => "Return repr(self).",
9317 "_zoneinfo.ZoneInfo.__setattr__" => "Implement setattr(self, name, value).",
9318 "_zoneinfo.ZoneInfo.__sizeof__" => "Size of object in memory, in bytes.",
9319 "_zoneinfo.ZoneInfo.__str__" => "Return str(self).",
9320 "_zoneinfo.ZoneInfo.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9321 "_zoneinfo.ZoneInfo.dst" => "Retrieve a timedelta representing the amount of DST applied in a zone at the given datetime.",
9322 "_zoneinfo.ZoneInfo.fromutc" => "Given a datetime with local time in UTC, retrieve an adjusted datetime in local time.",
9323 "_zoneinfo.ZoneInfo.tzname" => "Retrieve a string containing the abbreviation for the time zone that applies in a zone at a given datetime.",
9324 "_zoneinfo.ZoneInfo.utcoffset" => "Retrieve a timedelta representing the UTC offset in a zone at the given datetime.",
9325 "_zstd" => "Implementation module for Zstandard compression.",
9326 "_zstd.ZstdCompressor" => "Create a compressor object for compressing data incrementally.\n\n level\n The compression level to use. Defaults to COMPRESSION_LEVEL_DEFAULT.\n options\n A dict object that contains advanced compression parameters.\n zstd_dict\n A ZstdDict object, a pre-trained Zstandard dictionary.\n\nThread-safe at method level. For one-shot compression, use the compress()\nfunction instead.",
9327 "_zstd.ZstdCompressor.__delattr__" => "Implement delattr(self, name).",
9328 "_zstd.ZstdCompressor.__eq__" => "Return self==value.",
9329 "_zstd.ZstdCompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9330 "_zstd.ZstdCompressor.__ge__" => "Return self>=value.",
9331 "_zstd.ZstdCompressor.__getattribute__" => "Return getattr(self, name).",
9332 "_zstd.ZstdCompressor.__getstate__" => "Helper for pickle.",
9333 "_zstd.ZstdCompressor.__gt__" => "Return self>value.",
9334 "_zstd.ZstdCompressor.__hash__" => "Return hash(self).",
9335 "_zstd.ZstdCompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9336 "_zstd.ZstdCompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9337 "_zstd.ZstdCompressor.__le__" => "Return self<=value.",
9338 "_zstd.ZstdCompressor.__lt__" => "Return self<value.",
9339 "_zstd.ZstdCompressor.__ne__" => "Return self!=value.",
9340 "_zstd.ZstdCompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9341 "_zstd.ZstdCompressor.__reduce__" => "Helper for pickle.",
9342 "_zstd.ZstdCompressor.__reduce_ex__" => "Helper for pickle.",
9343 "_zstd.ZstdCompressor.__repr__" => "Return repr(self).",
9344 "_zstd.ZstdCompressor.__setattr__" => "Implement setattr(self, name, value).",
9345 "_zstd.ZstdCompressor.__sizeof__" => "Size of object in memory, in bytes.",
9346 "_zstd.ZstdCompressor.__str__" => "Return str(self).",
9347 "_zstd.ZstdCompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9348 "_zstd.ZstdCompressor.compress" => "Provide data to the compressor object.\n\n mode\n Can be these 3 values ZstdCompressor.CONTINUE,\n ZstdCompressor.FLUSH_BLOCK, ZstdCompressor.FLUSH_FRAME\n\nReturn a chunk of compressed data if possible, or b'' otherwise. When you have\nfinished providing data to the compressor, call the flush() method to finish\nthe compression process.",
9349 "_zstd.ZstdCompressor.flush" => "Finish the compression process.\n\n mode\n Can be these 2 values ZstdCompressor.FLUSH_FRAME,\n ZstdCompressor.FLUSH_BLOCK\n\nFlush any remaining data left in internal buffers. Since Zstandard data\nconsists of one or more independent frames, the compressor object can still\nbe used after this method is called.",
9350 "_zstd.ZstdCompressor.last_mode" => "The last mode used to this compressor object, its value can be .CONTINUE,\n.FLUSH_BLOCK, .FLUSH_FRAME. Initialized to .FLUSH_FRAME.\n\nIt can be used to get the current state of a compressor, such as, data\nflushed, or a frame ended.",
9351 "_zstd.ZstdCompressor.set_pledged_input_size" => "Set the uncompressed content size to be written into the frame header.\n\n size\n The size of the uncompressed data to be provided to the compressor.\n\nThis method can be used to ensure the header of the frame about to be written\nincludes the size of the data, unless the CompressionParameter.content_size_flag\nis set to False. If last_mode != FLUSH_FRAME, then a RuntimeError is raised.\n\nIt is important to ensure that the pledged data size matches the actual data\nsize. If they do not match the compressed output data may be corrupted and the\nfinal chunk written may be lost.",
9352 "_zstd.ZstdDecompressor" => "Create a decompressor object for decompressing data incrementally.\n\n zstd_dict\n A ZstdDict object, a pre-trained Zstandard dictionary.\n options\n A dict object that contains advanced decompression parameters.\n\nThread-safe at method level. For one-shot decompression, use the decompress()\nfunction instead.",
9353 "_zstd.ZstdDecompressor.__delattr__" => "Implement delattr(self, name).",
9354 "_zstd.ZstdDecompressor.__eq__" => "Return self==value.",
9355 "_zstd.ZstdDecompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9356 "_zstd.ZstdDecompressor.__ge__" => "Return self>=value.",
9357 "_zstd.ZstdDecompressor.__getattribute__" => "Return getattr(self, name).",
9358 "_zstd.ZstdDecompressor.__getstate__" => "Helper for pickle.",
9359 "_zstd.ZstdDecompressor.__gt__" => "Return self>value.",
9360 "_zstd.ZstdDecompressor.__hash__" => "Return hash(self).",
9361 "_zstd.ZstdDecompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9362 "_zstd.ZstdDecompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9363 "_zstd.ZstdDecompressor.__le__" => "Return self<=value.",
9364 "_zstd.ZstdDecompressor.__lt__" => "Return self<value.",
9365 "_zstd.ZstdDecompressor.__ne__" => "Return self!=value.",
9366 "_zstd.ZstdDecompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9367 "_zstd.ZstdDecompressor.__reduce__" => "Helper for pickle.",
9368 "_zstd.ZstdDecompressor.__reduce_ex__" => "Helper for pickle.",
9369 "_zstd.ZstdDecompressor.__repr__" => "Return repr(self).",
9370 "_zstd.ZstdDecompressor.__setattr__" => "Implement setattr(self, name, value).",
9371 "_zstd.ZstdDecompressor.__sizeof__" => "Size of object in memory, in bytes.",
9372 "_zstd.ZstdDecompressor.__str__" => "Return str(self).",
9373 "_zstd.ZstdDecompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9374 "_zstd.ZstdDecompressor.decompress" => "Decompress *data*, returning uncompressed bytes if possible, or b'' otherwise.\n\n data\n A bytes-like object, Zstandard data to be decompressed.\n max_length\n Maximum size of returned data. When it is negative, the size of\n output buffer is unlimited. When it is nonnegative, returns at\n most max_length bytes of decompressed data.\n\nIf *max_length* is nonnegative, returns at most *max_length* bytes of\ndecompressed data. If this limit is reached and further output can be\nproduced, *self.needs_input* will be set to ``False``. In this case, the next\ncall to *decompress()* may provide *data* as b'' to obtain more of the output.\n\nIf all of the input data was decompressed and returned (either because this\nwas less than *max_length* bytes, or because *max_length* was negative),\n*self.needs_input* will be set to True.\n\nAttempting to decompress data after the end of a frame is reached raises an\nEOFError. Any data found after the end of the frame is ignored and saved in\nthe self.unused_data attribute.",
9375 "_zstd.ZstdDecompressor.eof" => "True means the end of the first frame has been reached. If decompress data\nafter that, an EOFError exception will be raised.",
9376 "_zstd.ZstdDecompressor.needs_input" => "If the max_length output limit in .decompress() method has been reached,\nand the decompressor has (or may has) unconsumed input data, it will be set\nto False. In this case, passing b'' to the .decompress() method may output\nfurther data.",
9377 "_zstd.ZstdDecompressor.unused_data" => "A bytes object of un-consumed input data.\n\nWhen ZstdDecompressor object stops after a frame is\ndecompressed, unused input data after the frame. Otherwise this will be b''.",
9378 "_zstd.ZstdDict" => "Represents a Zstandard dictionary.\n\n dict_content\n The content of a Zstandard dictionary as a bytes-like object.\n is_raw\n If true, perform no checks on *dict_content*, useful for some\n advanced cases. Otherwise, check that the content represents\n a Zstandard dictionary created by the zstd library or CLI.\n\nThe dictionary can be used for compression or decompression, and can be shared\nby multiple ZstdCompressor or ZstdDecompressor objects.",
9379 "_zstd.ZstdDict.__delattr__" => "Implement delattr(self, name).",
9380 "_zstd.ZstdDict.__eq__" => "Return self==value.",
9381 "_zstd.ZstdDict.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9382 "_zstd.ZstdDict.__ge__" => "Return self>=value.",
9383 "_zstd.ZstdDict.__getattribute__" => "Return getattr(self, name).",
9384 "_zstd.ZstdDict.__getstate__" => "Helper for pickle.",
9385 "_zstd.ZstdDict.__gt__" => "Return self>value.",
9386 "_zstd.ZstdDict.__hash__" => "Return hash(self).",
9387 "_zstd.ZstdDict.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9388 "_zstd.ZstdDict.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9389 "_zstd.ZstdDict.__le__" => "Return self<=value.",
9390 "_zstd.ZstdDict.__len__" => "Return len(self).",
9391 "_zstd.ZstdDict.__lt__" => "Return self<value.",
9392 "_zstd.ZstdDict.__ne__" => "Return self!=value.",
9393 "_zstd.ZstdDict.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9394 "_zstd.ZstdDict.__reduce__" => "Helper for pickle.",
9395 "_zstd.ZstdDict.__reduce_ex__" => "Helper for pickle.",
9396 "_zstd.ZstdDict.__repr__" => "Return repr(self).",
9397 "_zstd.ZstdDict.__setattr__" => "Implement setattr(self, name, value).",
9398 "_zstd.ZstdDict.__sizeof__" => "Size of object in memory, in bytes.",
9399 "_zstd.ZstdDict.__str__" => "Return str(self).",
9400 "_zstd.ZstdDict.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9401 "_zstd.ZstdDict.as_digested_dict" => "Load as a digested dictionary to compressor.\n\nPass this attribute as zstd_dict argument:\ncompress(dat, zstd_dict=zd.as_digested_dict)\n\n1. Some advanced compression parameters of compressor may be overridden\n by parameters of digested dictionary.\n2. ZstdDict has a digested dictionaries cache for each compression level.\n It's faster when loading again a digested dictionary with the same\n compression level.\n3. No need to use this for decompression.",
9402 "_zstd.ZstdDict.as_prefix" => "Load as a prefix to compressor/decompressor.\n\nPass this attribute as zstd_dict argument:\ncompress(dat, zstd_dict=zd.as_prefix)\n\n1. Prefix is compatible with long distance matching, while dictionary is not.\n2. It only works for the first frame, then the compressor/decompressor will\n return to no prefix state.\n3. When decompressing, must use the same prefix as when compressing.",
9403 "_zstd.ZstdDict.as_undigested_dict" => "Load as an undigested dictionary to compressor.\n\nPass this attribute as zstd_dict argument:\ncompress(dat, zstd_dict=zd.as_undigested_dict)\n\n1. The advanced compression parameters of compressor will not be overridden.\n2. Loading an undigested dictionary is costly. If load an undigested dictionary\n multiple times, consider reusing a compressor object.\n3. No need to use this for decompression.",
9404 "_zstd.ZstdDict.dict_content" => "The content of a Zstandard dictionary, as a bytes object.",
9405 "_zstd.ZstdDict.dict_id" => "The Zstandard dictionary, an int between 0 and 2**32.\n\nA non-zero value represents an ordinary Zstandard dictionary,\nconforming to the standardised format.\n\nA value of zero indicates a 'raw content' dictionary,\nwithout any restrictions on format or content.",
9406 "_zstd.ZstdError" => "An error occurred in the zstd library.",
9407 "_zstd.ZstdError.__delattr__" => "Implement delattr(self, name).",
9408 "_zstd.ZstdError.__eq__" => "Return self==value.",
9409 "_zstd.ZstdError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9410 "_zstd.ZstdError.__ge__" => "Return self>=value.",
9411 "_zstd.ZstdError.__getattribute__" => "Return getattr(self, name).",
9412 "_zstd.ZstdError.__getstate__" => "Helper for pickle.",
9413 "_zstd.ZstdError.__gt__" => "Return self>value.",
9414 "_zstd.ZstdError.__hash__" => "Return hash(self).",
9415 "_zstd.ZstdError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9416 "_zstd.ZstdError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9417 "_zstd.ZstdError.__le__" => "Return self<=value.",
9418 "_zstd.ZstdError.__lt__" => "Return self<value.",
9419 "_zstd.ZstdError.__ne__" => "Return self!=value.",
9420 "_zstd.ZstdError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9421 "_zstd.ZstdError.__reduce_ex__" => "Helper for pickle.",
9422 "_zstd.ZstdError.__repr__" => "Return repr(self).",
9423 "_zstd.ZstdError.__setattr__" => "Implement setattr(self, name, value).",
9424 "_zstd.ZstdError.__sizeof__" => "Size of object in memory, in bytes.",
9425 "_zstd.ZstdError.__str__" => "Return str(self).",
9426 "_zstd.ZstdError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9427 "_zstd.ZstdError.__weakref__" => "list of weak references to the object",
9428 "_zstd.ZstdError.add_note" => "Add a note to the exception",
9429 "_zstd.ZstdError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9430 "_zstd.finalize_dict" => "Finalize a Zstandard dictionary.\n\n custom_dict_bytes\n Custom dictionary content.\n samples_bytes\n Concatenation of samples.\n samples_sizes\n Tuple of samples' sizes.\n dict_size\n The size of the dictionary.\n compression_level\n Optimize for a specific Zstandard compression level, 0 means default.",
9431 "_zstd.get_frame_info" => "Get Zstandard frame infomation from a frame header.\n\n frame_buffer\n A bytes-like object, containing the header of a Zstandard frame.",
9432 "_zstd.get_frame_size" => "Get the size of a Zstandard frame, including the header and optional checksum.\n\n frame_buffer\n A bytes-like object, it should start from the beginning of a frame,\n and contains at least one complete frame.",
9433 "_zstd.get_param_bounds" => "Get CompressionParameter/DecompressionParameter bounds.\n\n parameter\n The parameter to get bounds.\n is_compress\n True for CompressionParameter, False for DecompressionParameter.",
9434 "_zstd.set_parameter_types" => "Set CompressionParameter and DecompressionParameter types for validity check.\n\n c_parameter_type\n CompressionParameter IntEnum type object\n d_parameter_type\n DecompressionParameter IntEnum type object",
9435 "_zstd.train_dict" => "Train a Zstandard dictionary on sample data.\n\n samples_bytes\n Concatenation of samples.\n samples_sizes\n Tuple of samples' sizes.\n dict_size\n The size of the dictionary.",
9436 "array" => "This module defines an object type which can efficiently represent\nan array of basic values: characters, integers, floating-point\nnumbers. Arrays are sequence types and behave very much like lists,\nexcept that the type of objects stored in them is constrained.",
9437 "array.ArrayType" => "array(typecode [, initializer]) -> array\n\nReturn a new array whose items are restricted by typecode, and\ninitialized from the optional initializer value, which must be a list,\nstring or iterable over elements of the appropriate type.\n\nArrays represent basic values and behave very much like lists, except\nthe type of objects stored in them is constrained. The type is specified\nat object creation time by using a type code, which is a single character.\nThe following type codes are defined:\n\n Type code C Type Minimum size in bytes\n 'b' signed integer 1\n 'B' unsigned integer 1\n 'u' Unicode character 2 (see note)\n 'h' signed integer 2\n 'H' unsigned integer 2\n 'i' signed integer 2\n 'I' unsigned integer 2\n 'l' signed integer 4\n 'L' unsigned integer 4\n 'q' signed integer 8 (see note)\n 'Q' unsigned integer 8 (see note)\n 'f' floating-point 4\n 'd' floating-point 8\n\nNOTE: The 'u' typecode corresponds to Python's unicode character. On\nnarrow builds this is 2-bytes on wide builds this is 4-bytes.\n\nNOTE: The 'q' and 'Q' type codes are only available if the platform\nC compiler used to build Python supports 'long long', or, on Windows,\n'__int64'.\n\nMethods:\n\nappend() -- append a new item to the end of the array\nbuffer_info() -- return information giving the current memory info\nbyteswap() -- byteswap all the items of the array\ncount() -- return number of occurrences of an object\nextend() -- extend array by appending multiple elements from an iterable\nfromfile() -- read items from a file object\nfromlist() -- append items from the list\nfrombytes() -- append items from the string\nindex() -- return index of first occurrence of an object\ninsert() -- insert a new item into the array at a provided position\npop() -- remove and return item (default last)\nremove() -- remove first occurrence of an object\nreverse() -- reverse the order of the items in the array\ntofile() -- write all items to a file object\ntolist() -- return the array converted to an ordinary list\ntobytes() -- return the array converted to a string\n\nAttributes:\n\ntypecode -- the typecode character used to create the array\nitemsize -- the length in bytes of one array item",
9438 "array.ArrayType.__add__" => "Return self+value.",
9439 "array.ArrayType.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
9440 "array.ArrayType.__class_getitem__" => "See PEP 585",
9441 "array.ArrayType.__contains__" => "Return bool(key in self).",
9442 "array.ArrayType.__copy__" => "Return a copy of the array.",
9443 "array.ArrayType.__deepcopy__" => "Return a copy of the array.",
9444 "array.ArrayType.__delattr__" => "Implement delattr(self, name).",
9445 "array.ArrayType.__delitem__" => "Delete self[key].",
9446 "array.ArrayType.__eq__" => "Return self==value.",
9447 "array.ArrayType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9448 "array.ArrayType.__ge__" => "Return self>=value.",
9449 "array.ArrayType.__getattribute__" => "Return getattr(self, name).",
9450 "array.ArrayType.__getitem__" => "Return self[key].",
9451 "array.ArrayType.__getstate__" => "Helper for pickle.",
9452 "array.ArrayType.__gt__" => "Return self>value.",
9453 "array.ArrayType.__iadd__" => "Implement self+=value.",
9454 "array.ArrayType.__imul__" => "Implement self*=value.",
9455 "array.ArrayType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9456 "array.ArrayType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9457 "array.ArrayType.__iter__" => "Implement iter(self).",
9458 "array.ArrayType.__le__" => "Return self<=value.",
9459 "array.ArrayType.__len__" => "Return len(self).",
9460 "array.ArrayType.__lt__" => "Return self<value.",
9461 "array.ArrayType.__mul__" => "Return self*value.",
9462 "array.ArrayType.__ne__" => "Return self!=value.",
9463 "array.ArrayType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9464 "array.ArrayType.__reduce__" => "Helper for pickle.",
9465 "array.ArrayType.__reduce_ex__" => "Return state information for pickling.",
9466 "array.ArrayType.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
9467 "array.ArrayType.__repr__" => "Return repr(self).",
9468 "array.ArrayType.__rmul__" => "Return value*self.",
9469 "array.ArrayType.__setattr__" => "Implement setattr(self, name, value).",
9470 "array.ArrayType.__setitem__" => "Set self[key] to value.",
9471 "array.ArrayType.__sizeof__" => "Size of the array in memory, in bytes.",
9472 "array.ArrayType.__str__" => "Return str(self).",
9473 "array.ArrayType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9474 "array.ArrayType.append" => "Append new value v to the end of the array.",
9475 "array.ArrayType.buffer_info" => "Return a tuple (address, length) giving the current memory address and the length in items of the buffer used to hold array's contents.\n\nThe length should be multiplied by the itemsize attribute to calculate\nthe buffer length in bytes.",
9476 "array.ArrayType.byteswap" => "Byteswap all items of the array.\n\nIf the items in the array are not 1, 2, 4, or 8 bytes in size, RuntimeError is\nraised.",
9477 "array.ArrayType.clear" => "Remove all items from the array.",
9478 "array.ArrayType.count" => "Return number of occurrences of v in the array.",
9479 "array.ArrayType.extend" => "Append items to the end of the array.",
9480 "array.ArrayType.frombytes" => "Appends items from the string, interpreting it as an array of machine values, as if it had been read from a file using the fromfile() method.",
9481 "array.ArrayType.fromfile" => "Read n objects from the file object f and append them to the end of the array.",
9482 "array.ArrayType.fromlist" => "Append items to array from list.",
9483 "array.ArrayType.fromunicode" => "Extends this array with data from the unicode string ustr.\n\nThe array must be a unicode type array; otherwise a ValueError is raised.\nUse array.frombytes(ustr.encode(...)) to append Unicode data to an array of\nsome other type.",
9484 "array.ArrayType.index" => "Return index of first occurrence of v in the array.\n\nRaise ValueError if the value is not present.",
9485 "array.ArrayType.insert" => "Insert a new item v into the array before position i.",
9486 "array.ArrayType.itemsize" => "the size, in bytes, of one array item",
9487 "array.ArrayType.pop" => "Return the i-th element and delete it from the array.\n\ni defaults to -1.",
9488 "array.ArrayType.remove" => "Remove the first occurrence of v in the array.",
9489 "array.ArrayType.reverse" => "Reverse the order of the items in the array.",
9490 "array.ArrayType.tobytes" => "Convert the array to an array of machine values and return the bytes representation.",
9491 "array.ArrayType.tofile" => "Write all items (as machine values) to the file object f.",
9492 "array.ArrayType.tolist" => "Convert array to an ordinary list with the same items.",
9493 "array.ArrayType.tounicode" => "Extends this array with data from the unicode string ustr.\n\nConvert the array to a unicode string. The array must be a unicode type array;\notherwise a ValueError is raised. Use array.tobytes().decode() to obtain a\nunicode string from an array of some other type.",
9494 "array.ArrayType.typecode" => "the typecode character used to create the array",
9495 "array._array_reconstructor" => "Internal. Used for pickling support.",
9496 "array.array" => "array(typecode [, initializer]) -> array\n\nReturn a new array whose items are restricted by typecode, and\ninitialized from the optional initializer value, which must be a list,\nstring or iterable over elements of the appropriate type.\n\nArrays represent basic values and behave very much like lists, except\nthe type of objects stored in them is constrained. The type is specified\nat object creation time by using a type code, which is a single character.\nThe following type codes are defined:\n\n Type code C Type Minimum size in bytes\n 'b' signed integer 1\n 'B' unsigned integer 1\n 'u' Unicode character 2 (see note)\n 'h' signed integer 2\n 'H' unsigned integer 2\n 'i' signed integer 2\n 'I' unsigned integer 2\n 'l' signed integer 4\n 'L' unsigned integer 4\n 'q' signed integer 8 (see note)\n 'Q' unsigned integer 8 (see note)\n 'f' floating-point 4\n 'd' floating-point 8\n\nNOTE: The 'u' typecode corresponds to Python's unicode character. On\nnarrow builds this is 2-bytes on wide builds this is 4-bytes.\n\nNOTE: The 'q' and 'Q' type codes are only available if the platform\nC compiler used to build Python supports 'long long', or, on Windows,\n'__int64'.\n\nMethods:\n\nappend() -- append a new item to the end of the array\nbuffer_info() -- return information giving the current memory info\nbyteswap() -- byteswap all the items of the array\ncount() -- return number of occurrences of an object\nextend() -- extend array by appending multiple elements from an iterable\nfromfile() -- read items from a file object\nfromlist() -- append items from the list\nfrombytes() -- append items from the string\nindex() -- return index of first occurrence of an object\ninsert() -- insert a new item into the array at a provided position\npop() -- remove and return item (default last)\nremove() -- remove first occurrence of an object\nreverse() -- reverse the order of the items in the array\ntofile() -- write all items to a file object\ntolist() -- return the array converted to an ordinary list\ntobytes() -- return the array converted to a string\n\nAttributes:\n\ntypecode -- the typecode character used to create the array\nitemsize -- the length in bytes of one array item",
9497 "array.array.__add__" => "Return self+value.",
9498 "array.array.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
9499 "array.array.__class_getitem__" => "See PEP 585",
9500 "array.array.__contains__" => "Return bool(key in self).",
9501 "array.array.__copy__" => "Return a copy of the array.",
9502 "array.array.__deepcopy__" => "Return a copy of the array.",
9503 "array.array.__delattr__" => "Implement delattr(self, name).",
9504 "array.array.__delitem__" => "Delete self[key].",
9505 "array.array.__eq__" => "Return self==value.",
9506 "array.array.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9507 "array.array.__ge__" => "Return self>=value.",
9508 "array.array.__getattribute__" => "Return getattr(self, name).",
9509 "array.array.__getitem__" => "Return self[key].",
9510 "array.array.__getstate__" => "Helper for pickle.",
9511 "array.array.__gt__" => "Return self>value.",
9512 "array.array.__iadd__" => "Implement self+=value.",
9513 "array.array.__imul__" => "Implement self*=value.",
9514 "array.array.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9515 "array.array.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9516 "array.array.__iter__" => "Implement iter(self).",
9517 "array.array.__le__" => "Return self<=value.",
9518 "array.array.__len__" => "Return len(self).",
9519 "array.array.__lt__" => "Return self<value.",
9520 "array.array.__mul__" => "Return self*value.",
9521 "array.array.__ne__" => "Return self!=value.",
9522 "array.array.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9523 "array.array.__reduce__" => "Helper for pickle.",
9524 "array.array.__reduce_ex__" => "Return state information for pickling.",
9525 "array.array.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
9526 "array.array.__repr__" => "Return repr(self).",
9527 "array.array.__rmul__" => "Return value*self.",
9528 "array.array.__setattr__" => "Implement setattr(self, name, value).",
9529 "array.array.__setitem__" => "Set self[key] to value.",
9530 "array.array.__sizeof__" => "Size of the array in memory, in bytes.",
9531 "array.array.__str__" => "Return str(self).",
9532 "array.array.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9533 "array.array.append" => "Append new value v to the end of the array.",
9534 "array.array.buffer_info" => "Return a tuple (address, length) giving the current memory address and the length in items of the buffer used to hold array's contents.\n\nThe length should be multiplied by the itemsize attribute to calculate\nthe buffer length in bytes.",
9535 "array.array.byteswap" => "Byteswap all items of the array.\n\nIf the items in the array are not 1, 2, 4, or 8 bytes in size, RuntimeError is\nraised.",
9536 "array.array.clear" => "Remove all items from the array.",
9537 "array.array.count" => "Return number of occurrences of v in the array.",
9538 "array.array.extend" => "Append items to the end of the array.",
9539 "array.array.frombytes" => "Appends items from the string, interpreting it as an array of machine values, as if it had been read from a file using the fromfile() method.",
9540 "array.array.fromfile" => "Read n objects from the file object f and append them to the end of the array.",
9541 "array.array.fromlist" => "Append items to array from list.",
9542 "array.array.fromunicode" => "Extends this array with data from the unicode string ustr.\n\nThe array must be a unicode type array; otherwise a ValueError is raised.\nUse array.frombytes(ustr.encode(...)) to append Unicode data to an array of\nsome other type.",
9543 "array.array.index" => "Return index of first occurrence of v in the array.\n\nRaise ValueError if the value is not present.",
9544 "array.array.insert" => "Insert a new item v into the array before position i.",
9545 "array.array.itemsize" => "the size, in bytes, of one array item",
9546 "array.array.pop" => "Return the i-th element and delete it from the array.\n\ni defaults to -1.",
9547 "array.array.remove" => "Remove the first occurrence of v in the array.",
9548 "array.array.reverse" => "Reverse the order of the items in the array.",
9549 "array.array.tobytes" => "Convert the array to an array of machine values and return the bytes representation.",
9550 "array.array.tofile" => "Write all items (as machine values) to the file object f.",
9551 "array.array.tolist" => "Convert array to an ordinary list with the same items.",
9552 "array.array.tounicode" => "Extends this array with data from the unicode string ustr.\n\nConvert the array to a unicode string. The array must be a unicode type array;\notherwise a ValueError is raised. Use array.tobytes().decode() to obtain a\nunicode string from an array of some other type.",
9553 "array.array.typecode" => "the typecode character used to create the array",
9554 "atexit" => "allow programmer to define multiple exit functions to be executed\nupon normal program termination.\n\nTwo public functions, register and unregister, are defined.",
9555 "atexit._clear" => "Clear the list of previously registered exit functions.",
9556 "atexit._ncallbacks" => "Return the number of registered exit functions.",
9557 "atexit._run_exitfuncs" => "Run all registered exit functions.\n\nIf a callback raises an exception, it is logged with sys.unraisablehook.",
9558 "atexit.register" => "Register a function to be executed upon normal program termination\n\n func - function to be called at exit\n args - optional arguments to pass to func\n kwargs - optional keyword arguments to pass to func\n\n func is returned to facilitate usage as a decorator.",
9559 "atexit.unregister" => "Unregister an exit function which was previously registered using\natexit.register\n\n func - function to be unregistered",
9560 "binascii" => "Conversion between binary data and ASCII",
9561 "binascii.Error.__delattr__" => "Implement delattr(self, name).",
9562 "binascii.Error.__eq__" => "Return self==value.",
9563 "binascii.Error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9564 "binascii.Error.__ge__" => "Return self>=value.",
9565 "binascii.Error.__getattribute__" => "Return getattr(self, name).",
9566 "binascii.Error.__getstate__" => "Helper for pickle.",
9567 "binascii.Error.__gt__" => "Return self>value.",
9568 "binascii.Error.__hash__" => "Return hash(self).",
9569 "binascii.Error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9570 "binascii.Error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9571 "binascii.Error.__le__" => "Return self<=value.",
9572 "binascii.Error.__lt__" => "Return self<value.",
9573 "binascii.Error.__ne__" => "Return self!=value.",
9574 "binascii.Error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9575 "binascii.Error.__reduce_ex__" => "Helper for pickle.",
9576 "binascii.Error.__repr__" => "Return repr(self).",
9577 "binascii.Error.__setattr__" => "Implement setattr(self, name, value).",
9578 "binascii.Error.__sizeof__" => "Size of object in memory, in bytes.",
9579 "binascii.Error.__str__" => "Return str(self).",
9580 "binascii.Error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9581 "binascii.Error.__weakref__" => "list of weak references to the object",
9582 "binascii.Error.add_note" => "Add a note to the exception",
9583 "binascii.Error.with_traceback" => "Set self.__traceback__ to tb and return self.",
9584 "binascii.Incomplete.__delattr__" => "Implement delattr(self, name).",
9585 "binascii.Incomplete.__eq__" => "Return self==value.",
9586 "binascii.Incomplete.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9587 "binascii.Incomplete.__ge__" => "Return self>=value.",
9588 "binascii.Incomplete.__getattribute__" => "Return getattr(self, name).",
9589 "binascii.Incomplete.__getstate__" => "Helper for pickle.",
9590 "binascii.Incomplete.__gt__" => "Return self>value.",
9591 "binascii.Incomplete.__hash__" => "Return hash(self).",
9592 "binascii.Incomplete.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9593 "binascii.Incomplete.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9594 "binascii.Incomplete.__le__" => "Return self<=value.",
9595 "binascii.Incomplete.__lt__" => "Return self<value.",
9596 "binascii.Incomplete.__ne__" => "Return self!=value.",
9597 "binascii.Incomplete.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9598 "binascii.Incomplete.__reduce_ex__" => "Helper for pickle.",
9599 "binascii.Incomplete.__repr__" => "Return repr(self).",
9600 "binascii.Incomplete.__setattr__" => "Implement setattr(self, name, value).",
9601 "binascii.Incomplete.__sizeof__" => "Size of object in memory, in bytes.",
9602 "binascii.Incomplete.__str__" => "Return str(self).",
9603 "binascii.Incomplete.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9604 "binascii.Incomplete.__weakref__" => "list of weak references to the object",
9605 "binascii.Incomplete.add_note" => "Add a note to the exception",
9606 "binascii.Incomplete.with_traceback" => "Set self.__traceback__ to tb and return self.",
9607 "binascii.a2b_base64" => "Decode a line of base64 data.\n\n strict_mode\n When set to True, bytes that are not part of the base64 standard are not allowed.\n The same applies to excess data after padding (= / ==).",
9608 "binascii.a2b_hex" => "Binary data of hexadecimal representation.\n\nhexstr must contain an even number of hex digits (upper or lower case).\nThis function is also available as \"unhexlify()\".",
9609 "binascii.a2b_qp" => "Decode a string of qp-encoded data.",
9610 "binascii.a2b_uu" => "Decode a line of uuencoded data.",
9611 "binascii.b2a_base64" => "Base64-code line of data.",
9612 "binascii.b2a_hex" => "Hexadecimal representation of binary data.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\nThe return value is a bytes object. This function is also\navailable as \"hexlify()\".\n\nExample:\n>>> binascii.b2a_hex(b'\\xb9\\x01\\xef')\nb'b901ef'\n>>> binascii.hexlify(b'\\xb9\\x01\\xef', ':')\nb'b9:01:ef'\n>>> binascii.b2a_hex(b'\\xb9\\x01\\xef', b'_', 2)\nb'b9_01ef'",
9613 "binascii.b2a_qp" => "Encode a string using quoted-printable encoding.\n\nOn encoding, when istext is set, newlines are not encoded, and white\nspace at end of lines is. When istext is not set, \\r and \\n (CR/LF)\nare both encoded. When quotetabs is set, space and tabs are encoded.",
9614 "binascii.b2a_uu" => "Uuencode line of data.",
9615 "binascii.crc32" => "Compute CRC-32 incrementally.",
9616 "binascii.crc_hqx" => "Compute CRC-CCITT incrementally.",
9617 "binascii.hexlify" => "Hexadecimal representation of binary data.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\nThe return value is a bytes object. This function is also\navailable as \"b2a_hex()\".",
9618 "binascii.unhexlify" => "Binary data of hexadecimal representation.\n\nhexstr must contain an even number of hex digits (upper or lower case).",
9619 "builtins" => "Built-in functions, types, exceptions, and other objects.\n\nThis module provides direct access to all 'built-in'\nidentifiers of Python; for example, builtins.len is\nthe full name for the built-in function len().\n\nThis module is not normally accessed explicitly by most\napplications, but can be useful in modules that provide\nobjects with the same name as a built-in value, but in\nwhich the built-in of that name is also needed.",
9620 "builtins.ArithmeticError" => "Base class for arithmetic errors.",
9621 "builtins.ArithmeticError.__delattr__" => "Implement delattr(self, name).",
9622 "builtins.ArithmeticError.__eq__" => "Return self==value.",
9623 "builtins.ArithmeticError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9624 "builtins.ArithmeticError.__ge__" => "Return self>=value.",
9625 "builtins.ArithmeticError.__getattribute__" => "Return getattr(self, name).",
9626 "builtins.ArithmeticError.__getstate__" => "Helper for pickle.",
9627 "builtins.ArithmeticError.__gt__" => "Return self>value.",
9628 "builtins.ArithmeticError.__hash__" => "Return hash(self).",
9629 "builtins.ArithmeticError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9630 "builtins.ArithmeticError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9631 "builtins.ArithmeticError.__le__" => "Return self<=value.",
9632 "builtins.ArithmeticError.__lt__" => "Return self<value.",
9633 "builtins.ArithmeticError.__ne__" => "Return self!=value.",
9634 "builtins.ArithmeticError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9635 "builtins.ArithmeticError.__reduce_ex__" => "Helper for pickle.",
9636 "builtins.ArithmeticError.__repr__" => "Return repr(self).",
9637 "builtins.ArithmeticError.__setattr__" => "Implement setattr(self, name, value).",
9638 "builtins.ArithmeticError.__sizeof__" => "Size of object in memory, in bytes.",
9639 "builtins.ArithmeticError.__str__" => "Return str(self).",
9640 "builtins.ArithmeticError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9641 "builtins.ArithmeticError.add_note" => "Add a note to the exception",
9642 "builtins.ArithmeticError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9643 "builtins.AssertionError" => "Assertion failed.",
9644 "builtins.AssertionError.__delattr__" => "Implement delattr(self, name).",
9645 "builtins.AssertionError.__eq__" => "Return self==value.",
9646 "builtins.AssertionError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9647 "builtins.AssertionError.__ge__" => "Return self>=value.",
9648 "builtins.AssertionError.__getattribute__" => "Return getattr(self, name).",
9649 "builtins.AssertionError.__getstate__" => "Helper for pickle.",
9650 "builtins.AssertionError.__gt__" => "Return self>value.",
9651 "builtins.AssertionError.__hash__" => "Return hash(self).",
9652 "builtins.AssertionError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9653 "builtins.AssertionError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9654 "builtins.AssertionError.__le__" => "Return self<=value.",
9655 "builtins.AssertionError.__lt__" => "Return self<value.",
9656 "builtins.AssertionError.__ne__" => "Return self!=value.",
9657 "builtins.AssertionError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9658 "builtins.AssertionError.__reduce_ex__" => "Helper for pickle.",
9659 "builtins.AssertionError.__repr__" => "Return repr(self).",
9660 "builtins.AssertionError.__setattr__" => "Implement setattr(self, name, value).",
9661 "builtins.AssertionError.__sizeof__" => "Size of object in memory, in bytes.",
9662 "builtins.AssertionError.__str__" => "Return str(self).",
9663 "builtins.AssertionError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9664 "builtins.AssertionError.add_note" => "Add a note to the exception",
9665 "builtins.AssertionError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9666 "builtins.AttributeError" => "Attribute not found.",
9667 "builtins.AttributeError.__delattr__" => "Implement delattr(self, name).",
9668 "builtins.AttributeError.__eq__" => "Return self==value.",
9669 "builtins.AttributeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9670 "builtins.AttributeError.__ge__" => "Return self>=value.",
9671 "builtins.AttributeError.__getattribute__" => "Return getattr(self, name).",
9672 "builtins.AttributeError.__gt__" => "Return self>value.",
9673 "builtins.AttributeError.__hash__" => "Return hash(self).",
9674 "builtins.AttributeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9675 "builtins.AttributeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9676 "builtins.AttributeError.__le__" => "Return self<=value.",
9677 "builtins.AttributeError.__lt__" => "Return self<value.",
9678 "builtins.AttributeError.__ne__" => "Return self!=value.",
9679 "builtins.AttributeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9680 "builtins.AttributeError.__reduce_ex__" => "Helper for pickle.",
9681 "builtins.AttributeError.__repr__" => "Return repr(self).",
9682 "builtins.AttributeError.__setattr__" => "Implement setattr(self, name, value).",
9683 "builtins.AttributeError.__sizeof__" => "Size of object in memory, in bytes.",
9684 "builtins.AttributeError.__str__" => "Return str(self).",
9685 "builtins.AttributeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9686 "builtins.AttributeError.add_note" => "Add a note to the exception",
9687 "builtins.AttributeError.name" => "attribute name",
9688 "builtins.AttributeError.obj" => "object",
9689 "builtins.AttributeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9690 "builtins.BaseException" => "Common base class for all exceptions",
9691 "builtins.BaseException.__delattr__" => "Implement delattr(self, name).",
9692 "builtins.BaseException.__eq__" => "Return self==value.",
9693 "builtins.BaseException.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9694 "builtins.BaseException.__ge__" => "Return self>=value.",
9695 "builtins.BaseException.__getattribute__" => "Return getattr(self, name).",
9696 "builtins.BaseException.__getstate__" => "Helper for pickle.",
9697 "builtins.BaseException.__gt__" => "Return self>value.",
9698 "builtins.BaseException.__hash__" => "Return hash(self).",
9699 "builtins.BaseException.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9700 "builtins.BaseException.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9701 "builtins.BaseException.__le__" => "Return self<=value.",
9702 "builtins.BaseException.__lt__" => "Return self<value.",
9703 "builtins.BaseException.__ne__" => "Return self!=value.",
9704 "builtins.BaseException.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9705 "builtins.BaseException.__reduce_ex__" => "Helper for pickle.",
9706 "builtins.BaseException.__repr__" => "Return repr(self).",
9707 "builtins.BaseException.__setattr__" => "Implement setattr(self, name, value).",
9708 "builtins.BaseException.__sizeof__" => "Size of object in memory, in bytes.",
9709 "builtins.BaseException.__str__" => "Return str(self).",
9710 "builtins.BaseException.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9711 "builtins.BaseException.add_note" => "Add a note to the exception",
9712 "builtins.BaseException.with_traceback" => "Set self.__traceback__ to tb and return self.",
9713 "builtins.BaseExceptionGroup" => "A combination of multiple unrelated exceptions.",
9714 "builtins.BaseExceptionGroup.__class_getitem__" => "See PEP 585",
9715 "builtins.BaseExceptionGroup.__delattr__" => "Implement delattr(self, name).",
9716 "builtins.BaseExceptionGroup.__eq__" => "Return self==value.",
9717 "builtins.BaseExceptionGroup.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9718 "builtins.BaseExceptionGroup.__ge__" => "Return self>=value.",
9719 "builtins.BaseExceptionGroup.__getattribute__" => "Return getattr(self, name).",
9720 "builtins.BaseExceptionGroup.__getstate__" => "Helper for pickle.",
9721 "builtins.BaseExceptionGroup.__gt__" => "Return self>value.",
9722 "builtins.BaseExceptionGroup.__hash__" => "Return hash(self).",
9723 "builtins.BaseExceptionGroup.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9724 "builtins.BaseExceptionGroup.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9725 "builtins.BaseExceptionGroup.__le__" => "Return self<=value.",
9726 "builtins.BaseExceptionGroup.__lt__" => "Return self<value.",
9727 "builtins.BaseExceptionGroup.__ne__" => "Return self!=value.",
9728 "builtins.BaseExceptionGroup.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9729 "builtins.BaseExceptionGroup.__reduce_ex__" => "Helper for pickle.",
9730 "builtins.BaseExceptionGroup.__repr__" => "Return repr(self).",
9731 "builtins.BaseExceptionGroup.__setattr__" => "Implement setattr(self, name, value).",
9732 "builtins.BaseExceptionGroup.__sizeof__" => "Size of object in memory, in bytes.",
9733 "builtins.BaseExceptionGroup.__str__" => "Return str(self).",
9734 "builtins.BaseExceptionGroup.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9735 "builtins.BaseExceptionGroup.add_note" => "Add a note to the exception",
9736 "builtins.BaseExceptionGroup.exceptions" => "nested exceptions",
9737 "builtins.BaseExceptionGroup.message" => "exception message",
9738 "builtins.BaseExceptionGroup.with_traceback" => "Set self.__traceback__ to tb and return self.",
9739 "builtins.BlockingIOError" => "I/O operation would block.",
9740 "builtins.BlockingIOError.__delattr__" => "Implement delattr(self, name).",
9741 "builtins.BlockingIOError.__eq__" => "Return self==value.",
9742 "builtins.BlockingIOError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9743 "builtins.BlockingIOError.__ge__" => "Return self>=value.",
9744 "builtins.BlockingIOError.__getattribute__" => "Return getattr(self, name).",
9745 "builtins.BlockingIOError.__getstate__" => "Helper for pickle.",
9746 "builtins.BlockingIOError.__gt__" => "Return self>value.",
9747 "builtins.BlockingIOError.__hash__" => "Return hash(self).",
9748 "builtins.BlockingIOError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9749 "builtins.BlockingIOError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9750 "builtins.BlockingIOError.__le__" => "Return self<=value.",
9751 "builtins.BlockingIOError.__lt__" => "Return self<value.",
9752 "builtins.BlockingIOError.__ne__" => "Return self!=value.",
9753 "builtins.BlockingIOError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9754 "builtins.BlockingIOError.__reduce_ex__" => "Helper for pickle.",
9755 "builtins.BlockingIOError.__repr__" => "Return repr(self).",
9756 "builtins.BlockingIOError.__setattr__" => "Implement setattr(self, name, value).",
9757 "builtins.BlockingIOError.__sizeof__" => "Size of object in memory, in bytes.",
9758 "builtins.BlockingIOError.__str__" => "Return str(self).",
9759 "builtins.BlockingIOError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9760 "builtins.BlockingIOError.add_note" => "Add a note to the exception",
9761 "builtins.BlockingIOError.errno" => "POSIX exception code",
9762 "builtins.BlockingIOError.filename" => "exception filename",
9763 "builtins.BlockingIOError.filename2" => "second exception filename",
9764 "builtins.BlockingIOError.strerror" => "exception strerror",
9765 "builtins.BlockingIOError.winerror" => "Win32 exception code",
9766 "builtins.BlockingIOError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9767 "builtins.BrokenPipeError" => "Broken pipe.",
9768 "builtins.BrokenPipeError.__delattr__" => "Implement delattr(self, name).",
9769 "builtins.BrokenPipeError.__eq__" => "Return self==value.",
9770 "builtins.BrokenPipeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9771 "builtins.BrokenPipeError.__ge__" => "Return self>=value.",
9772 "builtins.BrokenPipeError.__getattribute__" => "Return getattr(self, name).",
9773 "builtins.BrokenPipeError.__getstate__" => "Helper for pickle.",
9774 "builtins.BrokenPipeError.__gt__" => "Return self>value.",
9775 "builtins.BrokenPipeError.__hash__" => "Return hash(self).",
9776 "builtins.BrokenPipeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9777 "builtins.BrokenPipeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9778 "builtins.BrokenPipeError.__le__" => "Return self<=value.",
9779 "builtins.BrokenPipeError.__lt__" => "Return self<value.",
9780 "builtins.BrokenPipeError.__ne__" => "Return self!=value.",
9781 "builtins.BrokenPipeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9782 "builtins.BrokenPipeError.__reduce_ex__" => "Helper for pickle.",
9783 "builtins.BrokenPipeError.__repr__" => "Return repr(self).",
9784 "builtins.BrokenPipeError.__setattr__" => "Implement setattr(self, name, value).",
9785 "builtins.BrokenPipeError.__sizeof__" => "Size of object in memory, in bytes.",
9786 "builtins.BrokenPipeError.__str__" => "Return str(self).",
9787 "builtins.BrokenPipeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9788 "builtins.BrokenPipeError.add_note" => "Add a note to the exception",
9789 "builtins.BrokenPipeError.errno" => "POSIX exception code",
9790 "builtins.BrokenPipeError.filename" => "exception filename",
9791 "builtins.BrokenPipeError.filename2" => "second exception filename",
9792 "builtins.BrokenPipeError.strerror" => "exception strerror",
9793 "builtins.BrokenPipeError.winerror" => "Win32 exception code",
9794 "builtins.BrokenPipeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9795 "builtins.BufferError" => "Buffer error.",
9796 "builtins.BufferError.__delattr__" => "Implement delattr(self, name).",
9797 "builtins.BufferError.__eq__" => "Return self==value.",
9798 "builtins.BufferError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9799 "builtins.BufferError.__ge__" => "Return self>=value.",
9800 "builtins.BufferError.__getattribute__" => "Return getattr(self, name).",
9801 "builtins.BufferError.__getstate__" => "Helper for pickle.",
9802 "builtins.BufferError.__gt__" => "Return self>value.",
9803 "builtins.BufferError.__hash__" => "Return hash(self).",
9804 "builtins.BufferError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9805 "builtins.BufferError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9806 "builtins.BufferError.__le__" => "Return self<=value.",
9807 "builtins.BufferError.__lt__" => "Return self<value.",
9808 "builtins.BufferError.__ne__" => "Return self!=value.",
9809 "builtins.BufferError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9810 "builtins.BufferError.__reduce_ex__" => "Helper for pickle.",
9811 "builtins.BufferError.__repr__" => "Return repr(self).",
9812 "builtins.BufferError.__setattr__" => "Implement setattr(self, name, value).",
9813 "builtins.BufferError.__sizeof__" => "Size of object in memory, in bytes.",
9814 "builtins.BufferError.__str__" => "Return str(self).",
9815 "builtins.BufferError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9816 "builtins.BufferError.add_note" => "Add a note to the exception",
9817 "builtins.BufferError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9818 "builtins.BytesWarning" => "Base class for warnings about bytes and buffer related problems, mostly\nrelated to conversion from str or comparing to str.",
9819 "builtins.BytesWarning.__delattr__" => "Implement delattr(self, name).",
9820 "builtins.BytesWarning.__eq__" => "Return self==value.",
9821 "builtins.BytesWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9822 "builtins.BytesWarning.__ge__" => "Return self>=value.",
9823 "builtins.BytesWarning.__getattribute__" => "Return getattr(self, name).",
9824 "builtins.BytesWarning.__getstate__" => "Helper for pickle.",
9825 "builtins.BytesWarning.__gt__" => "Return self>value.",
9826 "builtins.BytesWarning.__hash__" => "Return hash(self).",
9827 "builtins.BytesWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9828 "builtins.BytesWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9829 "builtins.BytesWarning.__le__" => "Return self<=value.",
9830 "builtins.BytesWarning.__lt__" => "Return self<value.",
9831 "builtins.BytesWarning.__ne__" => "Return self!=value.",
9832 "builtins.BytesWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9833 "builtins.BytesWarning.__reduce_ex__" => "Helper for pickle.",
9834 "builtins.BytesWarning.__repr__" => "Return repr(self).",
9835 "builtins.BytesWarning.__setattr__" => "Implement setattr(self, name, value).",
9836 "builtins.BytesWarning.__sizeof__" => "Size of object in memory, in bytes.",
9837 "builtins.BytesWarning.__str__" => "Return str(self).",
9838 "builtins.BytesWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9839 "builtins.BytesWarning.add_note" => "Add a note to the exception",
9840 "builtins.BytesWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
9841 "builtins.ChildProcessError" => "Child process error.",
9842 "builtins.ChildProcessError.__delattr__" => "Implement delattr(self, name).",
9843 "builtins.ChildProcessError.__eq__" => "Return self==value.",
9844 "builtins.ChildProcessError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9845 "builtins.ChildProcessError.__ge__" => "Return self>=value.",
9846 "builtins.ChildProcessError.__getattribute__" => "Return getattr(self, name).",
9847 "builtins.ChildProcessError.__getstate__" => "Helper for pickle.",
9848 "builtins.ChildProcessError.__gt__" => "Return self>value.",
9849 "builtins.ChildProcessError.__hash__" => "Return hash(self).",
9850 "builtins.ChildProcessError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9851 "builtins.ChildProcessError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9852 "builtins.ChildProcessError.__le__" => "Return self<=value.",
9853 "builtins.ChildProcessError.__lt__" => "Return self<value.",
9854 "builtins.ChildProcessError.__ne__" => "Return self!=value.",
9855 "builtins.ChildProcessError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9856 "builtins.ChildProcessError.__reduce_ex__" => "Helper for pickle.",
9857 "builtins.ChildProcessError.__repr__" => "Return repr(self).",
9858 "builtins.ChildProcessError.__setattr__" => "Implement setattr(self, name, value).",
9859 "builtins.ChildProcessError.__sizeof__" => "Size of object in memory, in bytes.",
9860 "builtins.ChildProcessError.__str__" => "Return str(self).",
9861 "builtins.ChildProcessError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9862 "builtins.ChildProcessError.add_note" => "Add a note to the exception",
9863 "builtins.ChildProcessError.errno" => "POSIX exception code",
9864 "builtins.ChildProcessError.filename" => "exception filename",
9865 "builtins.ChildProcessError.filename2" => "second exception filename",
9866 "builtins.ChildProcessError.strerror" => "exception strerror",
9867 "builtins.ChildProcessError.winerror" => "Win32 exception code",
9868 "builtins.ChildProcessError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9869 "builtins.ConnectionAbortedError" => "Connection aborted.",
9870 "builtins.ConnectionAbortedError.__delattr__" => "Implement delattr(self, name).",
9871 "builtins.ConnectionAbortedError.__eq__" => "Return self==value.",
9872 "builtins.ConnectionAbortedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9873 "builtins.ConnectionAbortedError.__ge__" => "Return self>=value.",
9874 "builtins.ConnectionAbortedError.__getattribute__" => "Return getattr(self, name).",
9875 "builtins.ConnectionAbortedError.__getstate__" => "Helper for pickle.",
9876 "builtins.ConnectionAbortedError.__gt__" => "Return self>value.",
9877 "builtins.ConnectionAbortedError.__hash__" => "Return hash(self).",
9878 "builtins.ConnectionAbortedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9879 "builtins.ConnectionAbortedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9880 "builtins.ConnectionAbortedError.__le__" => "Return self<=value.",
9881 "builtins.ConnectionAbortedError.__lt__" => "Return self<value.",
9882 "builtins.ConnectionAbortedError.__ne__" => "Return self!=value.",
9883 "builtins.ConnectionAbortedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9884 "builtins.ConnectionAbortedError.__reduce_ex__" => "Helper for pickle.",
9885 "builtins.ConnectionAbortedError.__repr__" => "Return repr(self).",
9886 "builtins.ConnectionAbortedError.__setattr__" => "Implement setattr(self, name, value).",
9887 "builtins.ConnectionAbortedError.__sizeof__" => "Size of object in memory, in bytes.",
9888 "builtins.ConnectionAbortedError.__str__" => "Return str(self).",
9889 "builtins.ConnectionAbortedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9890 "builtins.ConnectionAbortedError.add_note" => "Add a note to the exception",
9891 "builtins.ConnectionAbortedError.errno" => "POSIX exception code",
9892 "builtins.ConnectionAbortedError.filename" => "exception filename",
9893 "builtins.ConnectionAbortedError.filename2" => "second exception filename",
9894 "builtins.ConnectionAbortedError.strerror" => "exception strerror",
9895 "builtins.ConnectionAbortedError.winerror" => "Win32 exception code",
9896 "builtins.ConnectionAbortedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9897 "builtins.ConnectionError" => "Connection error.",
9898 "builtins.ConnectionError.__delattr__" => "Implement delattr(self, name).",
9899 "builtins.ConnectionError.__eq__" => "Return self==value.",
9900 "builtins.ConnectionError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9901 "builtins.ConnectionError.__ge__" => "Return self>=value.",
9902 "builtins.ConnectionError.__getattribute__" => "Return getattr(self, name).",
9903 "builtins.ConnectionError.__getstate__" => "Helper for pickle.",
9904 "builtins.ConnectionError.__gt__" => "Return self>value.",
9905 "builtins.ConnectionError.__hash__" => "Return hash(self).",
9906 "builtins.ConnectionError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9907 "builtins.ConnectionError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9908 "builtins.ConnectionError.__le__" => "Return self<=value.",
9909 "builtins.ConnectionError.__lt__" => "Return self<value.",
9910 "builtins.ConnectionError.__ne__" => "Return self!=value.",
9911 "builtins.ConnectionError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9912 "builtins.ConnectionError.__reduce_ex__" => "Helper for pickle.",
9913 "builtins.ConnectionError.__repr__" => "Return repr(self).",
9914 "builtins.ConnectionError.__setattr__" => "Implement setattr(self, name, value).",
9915 "builtins.ConnectionError.__sizeof__" => "Size of object in memory, in bytes.",
9916 "builtins.ConnectionError.__str__" => "Return str(self).",
9917 "builtins.ConnectionError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9918 "builtins.ConnectionError.add_note" => "Add a note to the exception",
9919 "builtins.ConnectionError.errno" => "POSIX exception code",
9920 "builtins.ConnectionError.filename" => "exception filename",
9921 "builtins.ConnectionError.filename2" => "second exception filename",
9922 "builtins.ConnectionError.strerror" => "exception strerror",
9923 "builtins.ConnectionError.winerror" => "Win32 exception code",
9924 "builtins.ConnectionError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9925 "builtins.ConnectionRefusedError" => "Connection refused.",
9926 "builtins.ConnectionRefusedError.__delattr__" => "Implement delattr(self, name).",
9927 "builtins.ConnectionRefusedError.__eq__" => "Return self==value.",
9928 "builtins.ConnectionRefusedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9929 "builtins.ConnectionRefusedError.__ge__" => "Return self>=value.",
9930 "builtins.ConnectionRefusedError.__getattribute__" => "Return getattr(self, name).",
9931 "builtins.ConnectionRefusedError.__getstate__" => "Helper for pickle.",
9932 "builtins.ConnectionRefusedError.__gt__" => "Return self>value.",
9933 "builtins.ConnectionRefusedError.__hash__" => "Return hash(self).",
9934 "builtins.ConnectionRefusedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9935 "builtins.ConnectionRefusedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9936 "builtins.ConnectionRefusedError.__le__" => "Return self<=value.",
9937 "builtins.ConnectionRefusedError.__lt__" => "Return self<value.",
9938 "builtins.ConnectionRefusedError.__ne__" => "Return self!=value.",
9939 "builtins.ConnectionRefusedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9940 "builtins.ConnectionRefusedError.__reduce_ex__" => "Helper for pickle.",
9941 "builtins.ConnectionRefusedError.__repr__" => "Return repr(self).",
9942 "builtins.ConnectionRefusedError.__setattr__" => "Implement setattr(self, name, value).",
9943 "builtins.ConnectionRefusedError.__sizeof__" => "Size of object in memory, in bytes.",
9944 "builtins.ConnectionRefusedError.__str__" => "Return str(self).",
9945 "builtins.ConnectionRefusedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9946 "builtins.ConnectionRefusedError.add_note" => "Add a note to the exception",
9947 "builtins.ConnectionRefusedError.errno" => "POSIX exception code",
9948 "builtins.ConnectionRefusedError.filename" => "exception filename",
9949 "builtins.ConnectionRefusedError.filename2" => "second exception filename",
9950 "builtins.ConnectionRefusedError.strerror" => "exception strerror",
9951 "builtins.ConnectionRefusedError.winerror" => "Win32 exception code",
9952 "builtins.ConnectionRefusedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9953 "builtins.ConnectionResetError" => "Connection reset.",
9954 "builtins.ConnectionResetError.__delattr__" => "Implement delattr(self, name).",
9955 "builtins.ConnectionResetError.__eq__" => "Return self==value.",
9956 "builtins.ConnectionResetError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9957 "builtins.ConnectionResetError.__ge__" => "Return self>=value.",
9958 "builtins.ConnectionResetError.__getattribute__" => "Return getattr(self, name).",
9959 "builtins.ConnectionResetError.__getstate__" => "Helper for pickle.",
9960 "builtins.ConnectionResetError.__gt__" => "Return self>value.",
9961 "builtins.ConnectionResetError.__hash__" => "Return hash(self).",
9962 "builtins.ConnectionResetError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9963 "builtins.ConnectionResetError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9964 "builtins.ConnectionResetError.__le__" => "Return self<=value.",
9965 "builtins.ConnectionResetError.__lt__" => "Return self<value.",
9966 "builtins.ConnectionResetError.__ne__" => "Return self!=value.",
9967 "builtins.ConnectionResetError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9968 "builtins.ConnectionResetError.__reduce_ex__" => "Helper for pickle.",
9969 "builtins.ConnectionResetError.__repr__" => "Return repr(self).",
9970 "builtins.ConnectionResetError.__setattr__" => "Implement setattr(self, name, value).",
9971 "builtins.ConnectionResetError.__sizeof__" => "Size of object in memory, in bytes.",
9972 "builtins.ConnectionResetError.__str__" => "Return str(self).",
9973 "builtins.ConnectionResetError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
9974 "builtins.ConnectionResetError.add_note" => "Add a note to the exception",
9975 "builtins.ConnectionResetError.errno" => "POSIX exception code",
9976 "builtins.ConnectionResetError.filename" => "exception filename",
9977 "builtins.ConnectionResetError.filename2" => "second exception filename",
9978 "builtins.ConnectionResetError.strerror" => "exception strerror",
9979 "builtins.ConnectionResetError.winerror" => "Win32 exception code",
9980 "builtins.ConnectionResetError.with_traceback" => "Set self.__traceback__ to tb and return self.",
9981 "builtins.DeprecationWarning" => "Base class for warnings about deprecated features.",
9982 "builtins.DeprecationWarning.__delattr__" => "Implement delattr(self, name).",
9983 "builtins.DeprecationWarning.__eq__" => "Return self==value.",
9984 "builtins.DeprecationWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
9985 "builtins.DeprecationWarning.__ge__" => "Return self>=value.",
9986 "builtins.DeprecationWarning.__getattribute__" => "Return getattr(self, name).",
9987 "builtins.DeprecationWarning.__getstate__" => "Helper for pickle.",
9988 "builtins.DeprecationWarning.__gt__" => "Return self>value.",
9989 "builtins.DeprecationWarning.__hash__" => "Return hash(self).",
9990 "builtins.DeprecationWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
9991 "builtins.DeprecationWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
9992 "builtins.DeprecationWarning.__le__" => "Return self<=value.",
9993 "builtins.DeprecationWarning.__lt__" => "Return self<value.",
9994 "builtins.DeprecationWarning.__ne__" => "Return self!=value.",
9995 "builtins.DeprecationWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
9996 "builtins.DeprecationWarning.__reduce_ex__" => "Helper for pickle.",
9997 "builtins.DeprecationWarning.__repr__" => "Return repr(self).",
9998 "builtins.DeprecationWarning.__setattr__" => "Implement setattr(self, name, value).",
9999 "builtins.DeprecationWarning.__sizeof__" => "Size of object in memory, in bytes.",
10000 "builtins.DeprecationWarning.__str__" => "Return str(self).",
10001 "builtins.DeprecationWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10002 "builtins.DeprecationWarning.add_note" => "Add a note to the exception",
10003 "builtins.DeprecationWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10004 "builtins.DynamicClassAttribute" => "Route attribute access on a class to __getattr__.\n\nThis is a descriptor, used to define attributes that act differently when\naccessed through an instance and through a class. Instance access remains\nnormal, but access to an attribute through a class will be routed to the\nclass's __getattr__ method; this is done by raising AttributeError.\n\nThis allows one to have properties active on an instance, and have virtual\nattributes on the class with the same name. (Enum used this between Python\nversions 3.4 - 3.9 .)\n\nSubclass from this to use a different method of accessing virtual attributes\nand still be treated properly by the inspect module. (Enum uses this since\nPython 3.10 .)",
10005 "builtins.DynamicClassAttribute.__delattr__" => "Implement delattr(self, name).",
10006 "builtins.DynamicClassAttribute.__eq__" => "Return self==value.",
10007 "builtins.DynamicClassAttribute.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10008 "builtins.DynamicClassAttribute.__ge__" => "Return self>=value.",
10009 "builtins.DynamicClassAttribute.__getattribute__" => "Return getattr(self, name).",
10010 "builtins.DynamicClassAttribute.__getstate__" => "Helper for pickle.",
10011 "builtins.DynamicClassAttribute.__gt__" => "Return self>value.",
10012 "builtins.DynamicClassAttribute.__hash__" => "Return hash(self).",
10013 "builtins.DynamicClassAttribute.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10014 "builtins.DynamicClassAttribute.__le__" => "Return self<=value.",
10015 "builtins.DynamicClassAttribute.__lt__" => "Return self<value.",
10016 "builtins.DynamicClassAttribute.__ne__" => "Return self!=value.",
10017 "builtins.DynamicClassAttribute.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10018 "builtins.DynamicClassAttribute.__reduce__" => "Helper for pickle.",
10019 "builtins.DynamicClassAttribute.__reduce_ex__" => "Helper for pickle.",
10020 "builtins.DynamicClassAttribute.__repr__" => "Return repr(self).",
10021 "builtins.DynamicClassAttribute.__setattr__" => "Implement setattr(self, name, value).",
10022 "builtins.DynamicClassAttribute.__sizeof__" => "Size of object in memory, in bytes.",
10023 "builtins.DynamicClassAttribute.__str__" => "Return str(self).",
10024 "builtins.DynamicClassAttribute.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10025 "builtins.DynamicClassAttribute.__weakref__" => "list of weak references to the object",
10026 "builtins.EOFError" => "Read beyond end of file.",
10027 "builtins.EOFError.__delattr__" => "Implement delattr(self, name).",
10028 "builtins.EOFError.__eq__" => "Return self==value.",
10029 "builtins.EOFError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10030 "builtins.EOFError.__ge__" => "Return self>=value.",
10031 "builtins.EOFError.__getattribute__" => "Return getattr(self, name).",
10032 "builtins.EOFError.__getstate__" => "Helper for pickle.",
10033 "builtins.EOFError.__gt__" => "Return self>value.",
10034 "builtins.EOFError.__hash__" => "Return hash(self).",
10035 "builtins.EOFError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10036 "builtins.EOFError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10037 "builtins.EOFError.__le__" => "Return self<=value.",
10038 "builtins.EOFError.__lt__" => "Return self<value.",
10039 "builtins.EOFError.__ne__" => "Return self!=value.",
10040 "builtins.EOFError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10041 "builtins.EOFError.__reduce_ex__" => "Helper for pickle.",
10042 "builtins.EOFError.__repr__" => "Return repr(self).",
10043 "builtins.EOFError.__setattr__" => "Implement setattr(self, name, value).",
10044 "builtins.EOFError.__sizeof__" => "Size of object in memory, in bytes.",
10045 "builtins.EOFError.__str__" => "Return str(self).",
10046 "builtins.EOFError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10047 "builtins.EOFError.add_note" => "Add a note to the exception",
10048 "builtins.EOFError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10049 "builtins.EncodingWarning" => "Base class for warnings about encodings.",
10050 "builtins.EncodingWarning.__delattr__" => "Implement delattr(self, name).",
10051 "builtins.EncodingWarning.__eq__" => "Return self==value.",
10052 "builtins.EncodingWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10053 "builtins.EncodingWarning.__ge__" => "Return self>=value.",
10054 "builtins.EncodingWarning.__getattribute__" => "Return getattr(self, name).",
10055 "builtins.EncodingWarning.__getstate__" => "Helper for pickle.",
10056 "builtins.EncodingWarning.__gt__" => "Return self>value.",
10057 "builtins.EncodingWarning.__hash__" => "Return hash(self).",
10058 "builtins.EncodingWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10059 "builtins.EncodingWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10060 "builtins.EncodingWarning.__le__" => "Return self<=value.",
10061 "builtins.EncodingWarning.__lt__" => "Return self<value.",
10062 "builtins.EncodingWarning.__ne__" => "Return self!=value.",
10063 "builtins.EncodingWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10064 "builtins.EncodingWarning.__reduce_ex__" => "Helper for pickle.",
10065 "builtins.EncodingWarning.__repr__" => "Return repr(self).",
10066 "builtins.EncodingWarning.__setattr__" => "Implement setattr(self, name, value).",
10067 "builtins.EncodingWarning.__sizeof__" => "Size of object in memory, in bytes.",
10068 "builtins.EncodingWarning.__str__" => "Return str(self).",
10069 "builtins.EncodingWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10070 "builtins.EncodingWarning.add_note" => "Add a note to the exception",
10071 "builtins.EncodingWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10072 "builtins.EnvironmentError" => "Base class for I/O related errors.",
10073 "builtins.EnvironmentError.__delattr__" => "Implement delattr(self, name).",
10074 "builtins.EnvironmentError.__eq__" => "Return self==value.",
10075 "builtins.EnvironmentError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10076 "builtins.EnvironmentError.__ge__" => "Return self>=value.",
10077 "builtins.EnvironmentError.__getattribute__" => "Return getattr(self, name).",
10078 "builtins.EnvironmentError.__getstate__" => "Helper for pickle.",
10079 "builtins.EnvironmentError.__gt__" => "Return self>value.",
10080 "builtins.EnvironmentError.__hash__" => "Return hash(self).",
10081 "builtins.EnvironmentError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10082 "builtins.EnvironmentError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10083 "builtins.EnvironmentError.__le__" => "Return self<=value.",
10084 "builtins.EnvironmentError.__lt__" => "Return self<value.",
10085 "builtins.EnvironmentError.__ne__" => "Return self!=value.",
10086 "builtins.EnvironmentError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10087 "builtins.EnvironmentError.__reduce_ex__" => "Helper for pickle.",
10088 "builtins.EnvironmentError.__repr__" => "Return repr(self).",
10089 "builtins.EnvironmentError.__setattr__" => "Implement setattr(self, name, value).",
10090 "builtins.EnvironmentError.__sizeof__" => "Size of object in memory, in bytes.",
10091 "builtins.EnvironmentError.__str__" => "Return str(self).",
10092 "builtins.EnvironmentError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10093 "builtins.EnvironmentError.add_note" => "Add a note to the exception",
10094 "builtins.EnvironmentError.errno" => "POSIX exception code",
10095 "builtins.EnvironmentError.filename" => "exception filename",
10096 "builtins.EnvironmentError.filename2" => "second exception filename",
10097 "builtins.EnvironmentError.strerror" => "exception strerror",
10098 "builtins.EnvironmentError.winerror" => "Win32 exception code",
10099 "builtins.EnvironmentError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10100 "builtins.Exception" => "Common base class for all non-exit exceptions.",
10101 "builtins.Exception.__delattr__" => "Implement delattr(self, name).",
10102 "builtins.Exception.__eq__" => "Return self==value.",
10103 "builtins.Exception.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10104 "builtins.Exception.__ge__" => "Return self>=value.",
10105 "builtins.Exception.__getattribute__" => "Return getattr(self, name).",
10106 "builtins.Exception.__getstate__" => "Helper for pickle.",
10107 "builtins.Exception.__gt__" => "Return self>value.",
10108 "builtins.Exception.__hash__" => "Return hash(self).",
10109 "builtins.Exception.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10110 "builtins.Exception.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10111 "builtins.Exception.__le__" => "Return self<=value.",
10112 "builtins.Exception.__lt__" => "Return self<value.",
10113 "builtins.Exception.__ne__" => "Return self!=value.",
10114 "builtins.Exception.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10115 "builtins.Exception.__reduce_ex__" => "Helper for pickle.",
10116 "builtins.Exception.__repr__" => "Return repr(self).",
10117 "builtins.Exception.__setattr__" => "Implement setattr(self, name, value).",
10118 "builtins.Exception.__sizeof__" => "Size of object in memory, in bytes.",
10119 "builtins.Exception.__str__" => "Return str(self).",
10120 "builtins.Exception.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10121 "builtins.Exception.add_note" => "Add a note to the exception",
10122 "builtins.Exception.with_traceback" => "Set self.__traceback__ to tb and return self.",
10123 "builtins.ExceptionGroup.__class_getitem__" => "See PEP 585",
10124 "builtins.ExceptionGroup.__delattr__" => "Implement delattr(self, name).",
10125 "builtins.ExceptionGroup.__eq__" => "Return self==value.",
10126 "builtins.ExceptionGroup.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10127 "builtins.ExceptionGroup.__ge__" => "Return self>=value.",
10128 "builtins.ExceptionGroup.__getattribute__" => "Return getattr(self, name).",
10129 "builtins.ExceptionGroup.__getstate__" => "Helper for pickle.",
10130 "builtins.ExceptionGroup.__gt__" => "Return self>value.",
10131 "builtins.ExceptionGroup.__hash__" => "Return hash(self).",
10132 "builtins.ExceptionGroup.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10133 "builtins.ExceptionGroup.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10134 "builtins.ExceptionGroup.__le__" => "Return self<=value.",
10135 "builtins.ExceptionGroup.__lt__" => "Return self<value.",
10136 "builtins.ExceptionGroup.__ne__" => "Return self!=value.",
10137 "builtins.ExceptionGroup.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10138 "builtins.ExceptionGroup.__reduce_ex__" => "Helper for pickle.",
10139 "builtins.ExceptionGroup.__repr__" => "Return repr(self).",
10140 "builtins.ExceptionGroup.__setattr__" => "Implement setattr(self, name, value).",
10141 "builtins.ExceptionGroup.__sizeof__" => "Size of object in memory, in bytes.",
10142 "builtins.ExceptionGroup.__str__" => "Return str(self).",
10143 "builtins.ExceptionGroup.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10144 "builtins.ExceptionGroup.__weakref__" => "list of weak references to the object",
10145 "builtins.ExceptionGroup.add_note" => "Add a note to the exception",
10146 "builtins.ExceptionGroup.exceptions" => "nested exceptions",
10147 "builtins.ExceptionGroup.message" => "exception message",
10148 "builtins.ExceptionGroup.with_traceback" => "Set self.__traceback__ to tb and return self.",
10149 "builtins.FileExistsError" => "File already exists.",
10150 "builtins.FileExistsError.__delattr__" => "Implement delattr(self, name).",
10151 "builtins.FileExistsError.__eq__" => "Return self==value.",
10152 "builtins.FileExistsError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10153 "builtins.FileExistsError.__ge__" => "Return self>=value.",
10154 "builtins.FileExistsError.__getattribute__" => "Return getattr(self, name).",
10155 "builtins.FileExistsError.__getstate__" => "Helper for pickle.",
10156 "builtins.FileExistsError.__gt__" => "Return self>value.",
10157 "builtins.FileExistsError.__hash__" => "Return hash(self).",
10158 "builtins.FileExistsError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10159 "builtins.FileExistsError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10160 "builtins.FileExistsError.__le__" => "Return self<=value.",
10161 "builtins.FileExistsError.__lt__" => "Return self<value.",
10162 "builtins.FileExistsError.__ne__" => "Return self!=value.",
10163 "builtins.FileExistsError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10164 "builtins.FileExistsError.__reduce_ex__" => "Helper for pickle.",
10165 "builtins.FileExistsError.__repr__" => "Return repr(self).",
10166 "builtins.FileExistsError.__setattr__" => "Implement setattr(self, name, value).",
10167 "builtins.FileExistsError.__sizeof__" => "Size of object in memory, in bytes.",
10168 "builtins.FileExistsError.__str__" => "Return str(self).",
10169 "builtins.FileExistsError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10170 "builtins.FileExistsError.add_note" => "Add a note to the exception",
10171 "builtins.FileExistsError.errno" => "POSIX exception code",
10172 "builtins.FileExistsError.filename" => "exception filename",
10173 "builtins.FileExistsError.filename2" => "second exception filename",
10174 "builtins.FileExistsError.strerror" => "exception strerror",
10175 "builtins.FileExistsError.winerror" => "Win32 exception code",
10176 "builtins.FileExistsError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10177 "builtins.FileNotFoundError" => "File not found.",
10178 "builtins.FileNotFoundError.__delattr__" => "Implement delattr(self, name).",
10179 "builtins.FileNotFoundError.__eq__" => "Return self==value.",
10180 "builtins.FileNotFoundError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10181 "builtins.FileNotFoundError.__ge__" => "Return self>=value.",
10182 "builtins.FileNotFoundError.__getattribute__" => "Return getattr(self, name).",
10183 "builtins.FileNotFoundError.__getstate__" => "Helper for pickle.",
10184 "builtins.FileNotFoundError.__gt__" => "Return self>value.",
10185 "builtins.FileNotFoundError.__hash__" => "Return hash(self).",
10186 "builtins.FileNotFoundError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10187 "builtins.FileNotFoundError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10188 "builtins.FileNotFoundError.__le__" => "Return self<=value.",
10189 "builtins.FileNotFoundError.__lt__" => "Return self<value.",
10190 "builtins.FileNotFoundError.__ne__" => "Return self!=value.",
10191 "builtins.FileNotFoundError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10192 "builtins.FileNotFoundError.__reduce_ex__" => "Helper for pickle.",
10193 "builtins.FileNotFoundError.__repr__" => "Return repr(self).",
10194 "builtins.FileNotFoundError.__setattr__" => "Implement setattr(self, name, value).",
10195 "builtins.FileNotFoundError.__sizeof__" => "Size of object in memory, in bytes.",
10196 "builtins.FileNotFoundError.__str__" => "Return str(self).",
10197 "builtins.FileNotFoundError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10198 "builtins.FileNotFoundError.add_note" => "Add a note to the exception",
10199 "builtins.FileNotFoundError.errno" => "POSIX exception code",
10200 "builtins.FileNotFoundError.filename" => "exception filename",
10201 "builtins.FileNotFoundError.filename2" => "second exception filename",
10202 "builtins.FileNotFoundError.strerror" => "exception strerror",
10203 "builtins.FileNotFoundError.winerror" => "Win32 exception code",
10204 "builtins.FileNotFoundError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10205 "builtins.FloatingPointError" => "Floating-point operation failed.",
10206 "builtins.FloatingPointError.__delattr__" => "Implement delattr(self, name).",
10207 "builtins.FloatingPointError.__eq__" => "Return self==value.",
10208 "builtins.FloatingPointError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10209 "builtins.FloatingPointError.__ge__" => "Return self>=value.",
10210 "builtins.FloatingPointError.__getattribute__" => "Return getattr(self, name).",
10211 "builtins.FloatingPointError.__getstate__" => "Helper for pickle.",
10212 "builtins.FloatingPointError.__gt__" => "Return self>value.",
10213 "builtins.FloatingPointError.__hash__" => "Return hash(self).",
10214 "builtins.FloatingPointError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10215 "builtins.FloatingPointError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10216 "builtins.FloatingPointError.__le__" => "Return self<=value.",
10217 "builtins.FloatingPointError.__lt__" => "Return self<value.",
10218 "builtins.FloatingPointError.__ne__" => "Return self!=value.",
10219 "builtins.FloatingPointError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10220 "builtins.FloatingPointError.__reduce_ex__" => "Helper for pickle.",
10221 "builtins.FloatingPointError.__repr__" => "Return repr(self).",
10222 "builtins.FloatingPointError.__setattr__" => "Implement setattr(self, name, value).",
10223 "builtins.FloatingPointError.__sizeof__" => "Size of object in memory, in bytes.",
10224 "builtins.FloatingPointError.__str__" => "Return str(self).",
10225 "builtins.FloatingPointError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10226 "builtins.FloatingPointError.add_note" => "Add a note to the exception",
10227 "builtins.FloatingPointError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10228 "builtins.FutureWarning" => "Base class for warnings about constructs that will change semantically\nin the future.",
10229 "builtins.FutureWarning.__delattr__" => "Implement delattr(self, name).",
10230 "builtins.FutureWarning.__eq__" => "Return self==value.",
10231 "builtins.FutureWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10232 "builtins.FutureWarning.__ge__" => "Return self>=value.",
10233 "builtins.FutureWarning.__getattribute__" => "Return getattr(self, name).",
10234 "builtins.FutureWarning.__getstate__" => "Helper for pickle.",
10235 "builtins.FutureWarning.__gt__" => "Return self>value.",
10236 "builtins.FutureWarning.__hash__" => "Return hash(self).",
10237 "builtins.FutureWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10238 "builtins.FutureWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10239 "builtins.FutureWarning.__le__" => "Return self<=value.",
10240 "builtins.FutureWarning.__lt__" => "Return self<value.",
10241 "builtins.FutureWarning.__ne__" => "Return self!=value.",
10242 "builtins.FutureWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10243 "builtins.FutureWarning.__reduce_ex__" => "Helper for pickle.",
10244 "builtins.FutureWarning.__repr__" => "Return repr(self).",
10245 "builtins.FutureWarning.__setattr__" => "Implement setattr(self, name, value).",
10246 "builtins.FutureWarning.__sizeof__" => "Size of object in memory, in bytes.",
10247 "builtins.FutureWarning.__str__" => "Return str(self).",
10248 "builtins.FutureWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10249 "builtins.FutureWarning.add_note" => "Add a note to the exception",
10250 "builtins.FutureWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10251 "builtins.GeneratorExit" => "Request that a generator exit.",
10252 "builtins.GeneratorExit.__delattr__" => "Implement delattr(self, name).",
10253 "builtins.GeneratorExit.__eq__" => "Return self==value.",
10254 "builtins.GeneratorExit.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10255 "builtins.GeneratorExit.__ge__" => "Return self>=value.",
10256 "builtins.GeneratorExit.__getattribute__" => "Return getattr(self, name).",
10257 "builtins.GeneratorExit.__getstate__" => "Helper for pickle.",
10258 "builtins.GeneratorExit.__gt__" => "Return self>value.",
10259 "builtins.GeneratorExit.__hash__" => "Return hash(self).",
10260 "builtins.GeneratorExit.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10261 "builtins.GeneratorExit.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10262 "builtins.GeneratorExit.__le__" => "Return self<=value.",
10263 "builtins.GeneratorExit.__lt__" => "Return self<value.",
10264 "builtins.GeneratorExit.__ne__" => "Return self!=value.",
10265 "builtins.GeneratorExit.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10266 "builtins.GeneratorExit.__reduce_ex__" => "Helper for pickle.",
10267 "builtins.GeneratorExit.__repr__" => "Return repr(self).",
10268 "builtins.GeneratorExit.__setattr__" => "Implement setattr(self, name, value).",
10269 "builtins.GeneratorExit.__sizeof__" => "Size of object in memory, in bytes.",
10270 "builtins.GeneratorExit.__str__" => "Return str(self).",
10271 "builtins.GeneratorExit.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10272 "builtins.GeneratorExit.add_note" => "Add a note to the exception",
10273 "builtins.GeneratorExit.with_traceback" => "Set self.__traceback__ to tb and return self.",
10274 "builtins.GenericAlias" => "Represent a PEP 585 generic type\n\nE.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).",
10275 "builtins.GenericAlias.__call__" => "Call self as a function.",
10276 "builtins.GenericAlias.__delattr__" => "Implement delattr(self, name).",
10277 "builtins.GenericAlias.__eq__" => "Return self==value.",
10278 "builtins.GenericAlias.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10279 "builtins.GenericAlias.__ge__" => "Return self>=value.",
10280 "builtins.GenericAlias.__getattribute__" => "Return getattr(self, name).",
10281 "builtins.GenericAlias.__getitem__" => "Return self[key].",
10282 "builtins.GenericAlias.__getstate__" => "Helper for pickle.",
10283 "builtins.GenericAlias.__gt__" => "Return self>value.",
10284 "builtins.GenericAlias.__hash__" => "Return hash(self).",
10285 "builtins.GenericAlias.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10286 "builtins.GenericAlias.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10287 "builtins.GenericAlias.__iter__" => "Implement iter(self).",
10288 "builtins.GenericAlias.__le__" => "Return self<=value.",
10289 "builtins.GenericAlias.__lt__" => "Return self<value.",
10290 "builtins.GenericAlias.__ne__" => "Return self!=value.",
10291 "builtins.GenericAlias.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10292 "builtins.GenericAlias.__or__" => "Return self|value.",
10293 "builtins.GenericAlias.__parameters__" => "Type variables in the GenericAlias.",
10294 "builtins.GenericAlias.__reduce_ex__" => "Helper for pickle.",
10295 "builtins.GenericAlias.__repr__" => "Return repr(self).",
10296 "builtins.GenericAlias.__ror__" => "Return value|self.",
10297 "builtins.GenericAlias.__setattr__" => "Implement setattr(self, name, value).",
10298 "builtins.GenericAlias.__sizeof__" => "Size of object in memory, in bytes.",
10299 "builtins.GenericAlias.__str__" => "Return str(self).",
10300 "builtins.GenericAlias.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10301 "builtins.IOError" => "Base class for I/O related errors.",
10302 "builtins.IOError.__delattr__" => "Implement delattr(self, name).",
10303 "builtins.IOError.__eq__" => "Return self==value.",
10304 "builtins.IOError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10305 "builtins.IOError.__ge__" => "Return self>=value.",
10306 "builtins.IOError.__getattribute__" => "Return getattr(self, name).",
10307 "builtins.IOError.__getstate__" => "Helper for pickle.",
10308 "builtins.IOError.__gt__" => "Return self>value.",
10309 "builtins.IOError.__hash__" => "Return hash(self).",
10310 "builtins.IOError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10311 "builtins.IOError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10312 "builtins.IOError.__le__" => "Return self<=value.",
10313 "builtins.IOError.__lt__" => "Return self<value.",
10314 "builtins.IOError.__ne__" => "Return self!=value.",
10315 "builtins.IOError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10316 "builtins.IOError.__reduce_ex__" => "Helper for pickle.",
10317 "builtins.IOError.__repr__" => "Return repr(self).",
10318 "builtins.IOError.__setattr__" => "Implement setattr(self, name, value).",
10319 "builtins.IOError.__sizeof__" => "Size of object in memory, in bytes.",
10320 "builtins.IOError.__str__" => "Return str(self).",
10321 "builtins.IOError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10322 "builtins.IOError.add_note" => "Add a note to the exception",
10323 "builtins.IOError.errno" => "POSIX exception code",
10324 "builtins.IOError.filename" => "exception filename",
10325 "builtins.IOError.filename2" => "second exception filename",
10326 "builtins.IOError.strerror" => "exception strerror",
10327 "builtins.IOError.winerror" => "Win32 exception code",
10328 "builtins.IOError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10329 "builtins.ImportError" => "Import can't find module, or can't find name in module.",
10330 "builtins.ImportError.__delattr__" => "Implement delattr(self, name).",
10331 "builtins.ImportError.__eq__" => "Return self==value.",
10332 "builtins.ImportError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10333 "builtins.ImportError.__ge__" => "Return self>=value.",
10334 "builtins.ImportError.__getattribute__" => "Return getattr(self, name).",
10335 "builtins.ImportError.__getstate__" => "Helper for pickle.",
10336 "builtins.ImportError.__gt__" => "Return self>value.",
10337 "builtins.ImportError.__hash__" => "Return hash(self).",
10338 "builtins.ImportError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10339 "builtins.ImportError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10340 "builtins.ImportError.__le__" => "Return self<=value.",
10341 "builtins.ImportError.__lt__" => "Return self<value.",
10342 "builtins.ImportError.__ne__" => "Return self!=value.",
10343 "builtins.ImportError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10344 "builtins.ImportError.__reduce_ex__" => "Helper for pickle.",
10345 "builtins.ImportError.__repr__" => "Return repr(self).",
10346 "builtins.ImportError.__setattr__" => "Implement setattr(self, name, value).",
10347 "builtins.ImportError.__sizeof__" => "Size of object in memory, in bytes.",
10348 "builtins.ImportError.__str__" => "Return str(self).",
10349 "builtins.ImportError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10350 "builtins.ImportError.add_note" => "Add a note to the exception",
10351 "builtins.ImportError.msg" => "exception message",
10352 "builtins.ImportError.name" => "module name",
10353 "builtins.ImportError.name_from" => "name imported from module",
10354 "builtins.ImportError.path" => "module path",
10355 "builtins.ImportError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10356 "builtins.ImportWarning" => "Base class for warnings about probable mistakes in module imports",
10357 "builtins.ImportWarning.__delattr__" => "Implement delattr(self, name).",
10358 "builtins.ImportWarning.__eq__" => "Return self==value.",
10359 "builtins.ImportWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10360 "builtins.ImportWarning.__ge__" => "Return self>=value.",
10361 "builtins.ImportWarning.__getattribute__" => "Return getattr(self, name).",
10362 "builtins.ImportWarning.__getstate__" => "Helper for pickle.",
10363 "builtins.ImportWarning.__gt__" => "Return self>value.",
10364 "builtins.ImportWarning.__hash__" => "Return hash(self).",
10365 "builtins.ImportWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10366 "builtins.ImportWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10367 "builtins.ImportWarning.__le__" => "Return self<=value.",
10368 "builtins.ImportWarning.__lt__" => "Return self<value.",
10369 "builtins.ImportWarning.__ne__" => "Return self!=value.",
10370 "builtins.ImportWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10371 "builtins.ImportWarning.__reduce_ex__" => "Helper for pickle.",
10372 "builtins.ImportWarning.__repr__" => "Return repr(self).",
10373 "builtins.ImportWarning.__setattr__" => "Implement setattr(self, name, value).",
10374 "builtins.ImportWarning.__sizeof__" => "Size of object in memory, in bytes.",
10375 "builtins.ImportWarning.__str__" => "Return str(self).",
10376 "builtins.ImportWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10377 "builtins.ImportWarning.add_note" => "Add a note to the exception",
10378 "builtins.ImportWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10379 "builtins.IndentationError" => "Improper indentation.",
10380 "builtins.IndentationError.__delattr__" => "Implement delattr(self, name).",
10381 "builtins.IndentationError.__eq__" => "Return self==value.",
10382 "builtins.IndentationError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10383 "builtins.IndentationError.__ge__" => "Return self>=value.",
10384 "builtins.IndentationError.__getattribute__" => "Return getattr(self, name).",
10385 "builtins.IndentationError.__getstate__" => "Helper for pickle.",
10386 "builtins.IndentationError.__gt__" => "Return self>value.",
10387 "builtins.IndentationError.__hash__" => "Return hash(self).",
10388 "builtins.IndentationError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10389 "builtins.IndentationError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10390 "builtins.IndentationError.__le__" => "Return self<=value.",
10391 "builtins.IndentationError.__lt__" => "Return self<value.",
10392 "builtins.IndentationError.__ne__" => "Return self!=value.",
10393 "builtins.IndentationError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10394 "builtins.IndentationError.__reduce_ex__" => "Helper for pickle.",
10395 "builtins.IndentationError.__repr__" => "Return repr(self).",
10396 "builtins.IndentationError.__setattr__" => "Implement setattr(self, name, value).",
10397 "builtins.IndentationError.__sizeof__" => "Size of object in memory, in bytes.",
10398 "builtins.IndentationError.__str__" => "Return str(self).",
10399 "builtins.IndentationError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10400 "builtins.IndentationError._metadata" => "exception private metadata",
10401 "builtins.IndentationError.add_note" => "Add a note to the exception",
10402 "builtins.IndentationError.end_lineno" => "exception end lineno",
10403 "builtins.IndentationError.end_offset" => "exception end offset",
10404 "builtins.IndentationError.filename" => "exception filename",
10405 "builtins.IndentationError.lineno" => "exception lineno",
10406 "builtins.IndentationError.msg" => "exception msg",
10407 "builtins.IndentationError.offset" => "exception offset",
10408 "builtins.IndentationError.print_file_and_line" => "exception print_file_and_line",
10409 "builtins.IndentationError.text" => "exception text",
10410 "builtins.IndentationError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10411 "builtins.IndexError" => "Sequence index out of range.",
10412 "builtins.IndexError.__delattr__" => "Implement delattr(self, name).",
10413 "builtins.IndexError.__eq__" => "Return self==value.",
10414 "builtins.IndexError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10415 "builtins.IndexError.__ge__" => "Return self>=value.",
10416 "builtins.IndexError.__getattribute__" => "Return getattr(self, name).",
10417 "builtins.IndexError.__getstate__" => "Helper for pickle.",
10418 "builtins.IndexError.__gt__" => "Return self>value.",
10419 "builtins.IndexError.__hash__" => "Return hash(self).",
10420 "builtins.IndexError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10421 "builtins.IndexError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10422 "builtins.IndexError.__le__" => "Return self<=value.",
10423 "builtins.IndexError.__lt__" => "Return self<value.",
10424 "builtins.IndexError.__ne__" => "Return self!=value.",
10425 "builtins.IndexError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10426 "builtins.IndexError.__reduce_ex__" => "Helper for pickle.",
10427 "builtins.IndexError.__repr__" => "Return repr(self).",
10428 "builtins.IndexError.__setattr__" => "Implement setattr(self, name, value).",
10429 "builtins.IndexError.__sizeof__" => "Size of object in memory, in bytes.",
10430 "builtins.IndexError.__str__" => "Return str(self).",
10431 "builtins.IndexError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10432 "builtins.IndexError.add_note" => "Add a note to the exception",
10433 "builtins.IndexError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10434 "builtins.InterruptedError" => "Interrupted by signal.",
10435 "builtins.InterruptedError.__delattr__" => "Implement delattr(self, name).",
10436 "builtins.InterruptedError.__eq__" => "Return self==value.",
10437 "builtins.InterruptedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10438 "builtins.InterruptedError.__ge__" => "Return self>=value.",
10439 "builtins.InterruptedError.__getattribute__" => "Return getattr(self, name).",
10440 "builtins.InterruptedError.__getstate__" => "Helper for pickle.",
10441 "builtins.InterruptedError.__gt__" => "Return self>value.",
10442 "builtins.InterruptedError.__hash__" => "Return hash(self).",
10443 "builtins.InterruptedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10444 "builtins.InterruptedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10445 "builtins.InterruptedError.__le__" => "Return self<=value.",
10446 "builtins.InterruptedError.__lt__" => "Return self<value.",
10447 "builtins.InterruptedError.__ne__" => "Return self!=value.",
10448 "builtins.InterruptedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10449 "builtins.InterruptedError.__reduce_ex__" => "Helper for pickle.",
10450 "builtins.InterruptedError.__repr__" => "Return repr(self).",
10451 "builtins.InterruptedError.__setattr__" => "Implement setattr(self, name, value).",
10452 "builtins.InterruptedError.__sizeof__" => "Size of object in memory, in bytes.",
10453 "builtins.InterruptedError.__str__" => "Return str(self).",
10454 "builtins.InterruptedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10455 "builtins.InterruptedError.add_note" => "Add a note to the exception",
10456 "builtins.InterruptedError.errno" => "POSIX exception code",
10457 "builtins.InterruptedError.filename" => "exception filename",
10458 "builtins.InterruptedError.filename2" => "second exception filename",
10459 "builtins.InterruptedError.strerror" => "exception strerror",
10460 "builtins.InterruptedError.winerror" => "Win32 exception code",
10461 "builtins.InterruptedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10462 "builtins.IsADirectoryError" => "Operation doesn't work on directories.",
10463 "builtins.IsADirectoryError.__delattr__" => "Implement delattr(self, name).",
10464 "builtins.IsADirectoryError.__eq__" => "Return self==value.",
10465 "builtins.IsADirectoryError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10466 "builtins.IsADirectoryError.__ge__" => "Return self>=value.",
10467 "builtins.IsADirectoryError.__getattribute__" => "Return getattr(self, name).",
10468 "builtins.IsADirectoryError.__getstate__" => "Helper for pickle.",
10469 "builtins.IsADirectoryError.__gt__" => "Return self>value.",
10470 "builtins.IsADirectoryError.__hash__" => "Return hash(self).",
10471 "builtins.IsADirectoryError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10472 "builtins.IsADirectoryError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10473 "builtins.IsADirectoryError.__le__" => "Return self<=value.",
10474 "builtins.IsADirectoryError.__lt__" => "Return self<value.",
10475 "builtins.IsADirectoryError.__ne__" => "Return self!=value.",
10476 "builtins.IsADirectoryError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10477 "builtins.IsADirectoryError.__reduce_ex__" => "Helper for pickle.",
10478 "builtins.IsADirectoryError.__repr__" => "Return repr(self).",
10479 "builtins.IsADirectoryError.__setattr__" => "Implement setattr(self, name, value).",
10480 "builtins.IsADirectoryError.__sizeof__" => "Size of object in memory, in bytes.",
10481 "builtins.IsADirectoryError.__str__" => "Return str(self).",
10482 "builtins.IsADirectoryError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10483 "builtins.IsADirectoryError.add_note" => "Add a note to the exception",
10484 "builtins.IsADirectoryError.errno" => "POSIX exception code",
10485 "builtins.IsADirectoryError.filename" => "exception filename",
10486 "builtins.IsADirectoryError.filename2" => "second exception filename",
10487 "builtins.IsADirectoryError.strerror" => "exception strerror",
10488 "builtins.IsADirectoryError.winerror" => "Win32 exception code",
10489 "builtins.IsADirectoryError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10490 "builtins.KeyError" => "Mapping key not found.",
10491 "builtins.KeyError.__delattr__" => "Implement delattr(self, name).",
10492 "builtins.KeyError.__eq__" => "Return self==value.",
10493 "builtins.KeyError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10494 "builtins.KeyError.__ge__" => "Return self>=value.",
10495 "builtins.KeyError.__getattribute__" => "Return getattr(self, name).",
10496 "builtins.KeyError.__getstate__" => "Helper for pickle.",
10497 "builtins.KeyError.__gt__" => "Return self>value.",
10498 "builtins.KeyError.__hash__" => "Return hash(self).",
10499 "builtins.KeyError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10500 "builtins.KeyError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10501 "builtins.KeyError.__le__" => "Return self<=value.",
10502 "builtins.KeyError.__lt__" => "Return self<value.",
10503 "builtins.KeyError.__ne__" => "Return self!=value.",
10504 "builtins.KeyError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10505 "builtins.KeyError.__reduce_ex__" => "Helper for pickle.",
10506 "builtins.KeyError.__repr__" => "Return repr(self).",
10507 "builtins.KeyError.__setattr__" => "Implement setattr(self, name, value).",
10508 "builtins.KeyError.__sizeof__" => "Size of object in memory, in bytes.",
10509 "builtins.KeyError.__str__" => "Return str(self).",
10510 "builtins.KeyError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10511 "builtins.KeyError.add_note" => "Add a note to the exception",
10512 "builtins.KeyError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10513 "builtins.KeyboardInterrupt" => "Program interrupted by user.",
10514 "builtins.KeyboardInterrupt.__delattr__" => "Implement delattr(self, name).",
10515 "builtins.KeyboardInterrupt.__eq__" => "Return self==value.",
10516 "builtins.KeyboardInterrupt.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10517 "builtins.KeyboardInterrupt.__ge__" => "Return self>=value.",
10518 "builtins.KeyboardInterrupt.__getattribute__" => "Return getattr(self, name).",
10519 "builtins.KeyboardInterrupt.__getstate__" => "Helper for pickle.",
10520 "builtins.KeyboardInterrupt.__gt__" => "Return self>value.",
10521 "builtins.KeyboardInterrupt.__hash__" => "Return hash(self).",
10522 "builtins.KeyboardInterrupt.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10523 "builtins.KeyboardInterrupt.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10524 "builtins.KeyboardInterrupt.__le__" => "Return self<=value.",
10525 "builtins.KeyboardInterrupt.__lt__" => "Return self<value.",
10526 "builtins.KeyboardInterrupt.__ne__" => "Return self!=value.",
10527 "builtins.KeyboardInterrupt.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10528 "builtins.KeyboardInterrupt.__reduce_ex__" => "Helper for pickle.",
10529 "builtins.KeyboardInterrupt.__repr__" => "Return repr(self).",
10530 "builtins.KeyboardInterrupt.__setattr__" => "Implement setattr(self, name, value).",
10531 "builtins.KeyboardInterrupt.__sizeof__" => "Size of object in memory, in bytes.",
10532 "builtins.KeyboardInterrupt.__str__" => "Return str(self).",
10533 "builtins.KeyboardInterrupt.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10534 "builtins.KeyboardInterrupt.add_note" => "Add a note to the exception",
10535 "builtins.KeyboardInterrupt.with_traceback" => "Set self.__traceback__ to tb and return self.",
10536 "builtins.LookupError" => "Base class for lookup errors.",
10537 "builtins.LookupError.__delattr__" => "Implement delattr(self, name).",
10538 "builtins.LookupError.__eq__" => "Return self==value.",
10539 "builtins.LookupError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10540 "builtins.LookupError.__ge__" => "Return self>=value.",
10541 "builtins.LookupError.__getattribute__" => "Return getattr(self, name).",
10542 "builtins.LookupError.__getstate__" => "Helper for pickle.",
10543 "builtins.LookupError.__gt__" => "Return self>value.",
10544 "builtins.LookupError.__hash__" => "Return hash(self).",
10545 "builtins.LookupError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10546 "builtins.LookupError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10547 "builtins.LookupError.__le__" => "Return self<=value.",
10548 "builtins.LookupError.__lt__" => "Return self<value.",
10549 "builtins.LookupError.__ne__" => "Return self!=value.",
10550 "builtins.LookupError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10551 "builtins.LookupError.__reduce_ex__" => "Helper for pickle.",
10552 "builtins.LookupError.__repr__" => "Return repr(self).",
10553 "builtins.LookupError.__setattr__" => "Implement setattr(self, name, value).",
10554 "builtins.LookupError.__sizeof__" => "Size of object in memory, in bytes.",
10555 "builtins.LookupError.__str__" => "Return str(self).",
10556 "builtins.LookupError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10557 "builtins.LookupError.add_note" => "Add a note to the exception",
10558 "builtins.LookupError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10559 "builtins.MemoryError" => "Out of memory.",
10560 "builtins.MemoryError.__delattr__" => "Implement delattr(self, name).",
10561 "builtins.MemoryError.__eq__" => "Return self==value.",
10562 "builtins.MemoryError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10563 "builtins.MemoryError.__ge__" => "Return self>=value.",
10564 "builtins.MemoryError.__getattribute__" => "Return getattr(self, name).",
10565 "builtins.MemoryError.__getstate__" => "Helper for pickle.",
10566 "builtins.MemoryError.__gt__" => "Return self>value.",
10567 "builtins.MemoryError.__hash__" => "Return hash(self).",
10568 "builtins.MemoryError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10569 "builtins.MemoryError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10570 "builtins.MemoryError.__le__" => "Return self<=value.",
10571 "builtins.MemoryError.__lt__" => "Return self<value.",
10572 "builtins.MemoryError.__ne__" => "Return self!=value.",
10573 "builtins.MemoryError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10574 "builtins.MemoryError.__reduce_ex__" => "Helper for pickle.",
10575 "builtins.MemoryError.__repr__" => "Return repr(self).",
10576 "builtins.MemoryError.__setattr__" => "Implement setattr(self, name, value).",
10577 "builtins.MemoryError.__sizeof__" => "Size of object in memory, in bytes.",
10578 "builtins.MemoryError.__str__" => "Return str(self).",
10579 "builtins.MemoryError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10580 "builtins.MemoryError.add_note" => "Add a note to the exception",
10581 "builtins.MemoryError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10582 "builtins.ModuleNotFoundError" => "Module not found.",
10583 "builtins.ModuleNotFoundError.__delattr__" => "Implement delattr(self, name).",
10584 "builtins.ModuleNotFoundError.__eq__" => "Return self==value.",
10585 "builtins.ModuleNotFoundError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10586 "builtins.ModuleNotFoundError.__ge__" => "Return self>=value.",
10587 "builtins.ModuleNotFoundError.__getattribute__" => "Return getattr(self, name).",
10588 "builtins.ModuleNotFoundError.__getstate__" => "Helper for pickle.",
10589 "builtins.ModuleNotFoundError.__gt__" => "Return self>value.",
10590 "builtins.ModuleNotFoundError.__hash__" => "Return hash(self).",
10591 "builtins.ModuleNotFoundError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10592 "builtins.ModuleNotFoundError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10593 "builtins.ModuleNotFoundError.__le__" => "Return self<=value.",
10594 "builtins.ModuleNotFoundError.__lt__" => "Return self<value.",
10595 "builtins.ModuleNotFoundError.__ne__" => "Return self!=value.",
10596 "builtins.ModuleNotFoundError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10597 "builtins.ModuleNotFoundError.__reduce_ex__" => "Helper for pickle.",
10598 "builtins.ModuleNotFoundError.__repr__" => "Return repr(self).",
10599 "builtins.ModuleNotFoundError.__setattr__" => "Implement setattr(self, name, value).",
10600 "builtins.ModuleNotFoundError.__sizeof__" => "Size of object in memory, in bytes.",
10601 "builtins.ModuleNotFoundError.__str__" => "Return str(self).",
10602 "builtins.ModuleNotFoundError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10603 "builtins.ModuleNotFoundError.add_note" => "Add a note to the exception",
10604 "builtins.ModuleNotFoundError.msg" => "exception message",
10605 "builtins.ModuleNotFoundError.name" => "module name",
10606 "builtins.ModuleNotFoundError.name_from" => "name imported from module",
10607 "builtins.ModuleNotFoundError.path" => "module path",
10608 "builtins.ModuleNotFoundError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10609 "builtins.NameError" => "Name not found globally.",
10610 "builtins.NameError.__delattr__" => "Implement delattr(self, name).",
10611 "builtins.NameError.__eq__" => "Return self==value.",
10612 "builtins.NameError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10613 "builtins.NameError.__ge__" => "Return self>=value.",
10614 "builtins.NameError.__getattribute__" => "Return getattr(self, name).",
10615 "builtins.NameError.__getstate__" => "Helper for pickle.",
10616 "builtins.NameError.__gt__" => "Return self>value.",
10617 "builtins.NameError.__hash__" => "Return hash(self).",
10618 "builtins.NameError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10619 "builtins.NameError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10620 "builtins.NameError.__le__" => "Return self<=value.",
10621 "builtins.NameError.__lt__" => "Return self<value.",
10622 "builtins.NameError.__ne__" => "Return self!=value.",
10623 "builtins.NameError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10624 "builtins.NameError.__reduce_ex__" => "Helper for pickle.",
10625 "builtins.NameError.__repr__" => "Return repr(self).",
10626 "builtins.NameError.__setattr__" => "Implement setattr(self, name, value).",
10627 "builtins.NameError.__sizeof__" => "Size of object in memory, in bytes.",
10628 "builtins.NameError.__str__" => "Return str(self).",
10629 "builtins.NameError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10630 "builtins.NameError.add_note" => "Add a note to the exception",
10631 "builtins.NameError.name" => "name",
10632 "builtins.NameError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10633 "builtins.NoneType" => "The type of the None singleton.",
10634 "builtins.NoneType.__bool__" => "True if self else False",
10635 "builtins.NoneType.__delattr__" => "Implement delattr(self, name).",
10636 "builtins.NoneType.__eq__" => "Return self==value.",
10637 "builtins.NoneType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10638 "builtins.NoneType.__ge__" => "Return self>=value.",
10639 "builtins.NoneType.__getattribute__" => "Return getattr(self, name).",
10640 "builtins.NoneType.__getstate__" => "Helper for pickle.",
10641 "builtins.NoneType.__gt__" => "Return self>value.",
10642 "builtins.NoneType.__hash__" => "Return hash(self).",
10643 "builtins.NoneType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10644 "builtins.NoneType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10645 "builtins.NoneType.__le__" => "Return self<=value.",
10646 "builtins.NoneType.__lt__" => "Return self<value.",
10647 "builtins.NoneType.__ne__" => "Return self!=value.",
10648 "builtins.NoneType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10649 "builtins.NoneType.__reduce__" => "Helper for pickle.",
10650 "builtins.NoneType.__reduce_ex__" => "Helper for pickle.",
10651 "builtins.NoneType.__repr__" => "Return repr(self).",
10652 "builtins.NoneType.__setattr__" => "Implement setattr(self, name, value).",
10653 "builtins.NoneType.__sizeof__" => "Size of object in memory, in bytes.",
10654 "builtins.NoneType.__str__" => "Return str(self).",
10655 "builtins.NoneType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10656 "builtins.NotADirectoryError" => "Operation only works on directories.",
10657 "builtins.NotADirectoryError.__delattr__" => "Implement delattr(self, name).",
10658 "builtins.NotADirectoryError.__eq__" => "Return self==value.",
10659 "builtins.NotADirectoryError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10660 "builtins.NotADirectoryError.__ge__" => "Return self>=value.",
10661 "builtins.NotADirectoryError.__getattribute__" => "Return getattr(self, name).",
10662 "builtins.NotADirectoryError.__getstate__" => "Helper for pickle.",
10663 "builtins.NotADirectoryError.__gt__" => "Return self>value.",
10664 "builtins.NotADirectoryError.__hash__" => "Return hash(self).",
10665 "builtins.NotADirectoryError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10666 "builtins.NotADirectoryError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10667 "builtins.NotADirectoryError.__le__" => "Return self<=value.",
10668 "builtins.NotADirectoryError.__lt__" => "Return self<value.",
10669 "builtins.NotADirectoryError.__ne__" => "Return self!=value.",
10670 "builtins.NotADirectoryError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10671 "builtins.NotADirectoryError.__reduce_ex__" => "Helper for pickle.",
10672 "builtins.NotADirectoryError.__repr__" => "Return repr(self).",
10673 "builtins.NotADirectoryError.__setattr__" => "Implement setattr(self, name, value).",
10674 "builtins.NotADirectoryError.__sizeof__" => "Size of object in memory, in bytes.",
10675 "builtins.NotADirectoryError.__str__" => "Return str(self).",
10676 "builtins.NotADirectoryError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10677 "builtins.NotADirectoryError.add_note" => "Add a note to the exception",
10678 "builtins.NotADirectoryError.errno" => "POSIX exception code",
10679 "builtins.NotADirectoryError.filename" => "exception filename",
10680 "builtins.NotADirectoryError.filename2" => "second exception filename",
10681 "builtins.NotADirectoryError.strerror" => "exception strerror",
10682 "builtins.NotADirectoryError.winerror" => "Win32 exception code",
10683 "builtins.NotADirectoryError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10684 "builtins.NotImplementedError" => "Method or function hasn't been implemented yet.",
10685 "builtins.NotImplementedError.__delattr__" => "Implement delattr(self, name).",
10686 "builtins.NotImplementedError.__eq__" => "Return self==value.",
10687 "builtins.NotImplementedError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10688 "builtins.NotImplementedError.__ge__" => "Return self>=value.",
10689 "builtins.NotImplementedError.__getattribute__" => "Return getattr(self, name).",
10690 "builtins.NotImplementedError.__getstate__" => "Helper for pickle.",
10691 "builtins.NotImplementedError.__gt__" => "Return self>value.",
10692 "builtins.NotImplementedError.__hash__" => "Return hash(self).",
10693 "builtins.NotImplementedError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10694 "builtins.NotImplementedError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10695 "builtins.NotImplementedError.__le__" => "Return self<=value.",
10696 "builtins.NotImplementedError.__lt__" => "Return self<value.",
10697 "builtins.NotImplementedError.__ne__" => "Return self!=value.",
10698 "builtins.NotImplementedError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10699 "builtins.NotImplementedError.__reduce_ex__" => "Helper for pickle.",
10700 "builtins.NotImplementedError.__repr__" => "Return repr(self).",
10701 "builtins.NotImplementedError.__setattr__" => "Implement setattr(self, name, value).",
10702 "builtins.NotImplementedError.__sizeof__" => "Size of object in memory, in bytes.",
10703 "builtins.NotImplementedError.__str__" => "Return str(self).",
10704 "builtins.NotImplementedError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10705 "builtins.NotImplementedError.add_note" => "Add a note to the exception",
10706 "builtins.NotImplementedError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10707 "builtins.NotImplementedType" => "The type of the NotImplemented singleton.",
10708 "builtins.NotImplementedType.__bool__" => "True if self else False",
10709 "builtins.NotImplementedType.__delattr__" => "Implement delattr(self, name).",
10710 "builtins.NotImplementedType.__eq__" => "Return self==value.",
10711 "builtins.NotImplementedType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10712 "builtins.NotImplementedType.__ge__" => "Return self>=value.",
10713 "builtins.NotImplementedType.__getattribute__" => "Return getattr(self, name).",
10714 "builtins.NotImplementedType.__getstate__" => "Helper for pickle.",
10715 "builtins.NotImplementedType.__gt__" => "Return self>value.",
10716 "builtins.NotImplementedType.__hash__" => "Return hash(self).",
10717 "builtins.NotImplementedType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10718 "builtins.NotImplementedType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10719 "builtins.NotImplementedType.__le__" => "Return self<=value.",
10720 "builtins.NotImplementedType.__lt__" => "Return self<value.",
10721 "builtins.NotImplementedType.__ne__" => "Return self!=value.",
10722 "builtins.NotImplementedType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10723 "builtins.NotImplementedType.__reduce_ex__" => "Helper for pickle.",
10724 "builtins.NotImplementedType.__repr__" => "Return repr(self).",
10725 "builtins.NotImplementedType.__setattr__" => "Implement setattr(self, name, value).",
10726 "builtins.NotImplementedType.__sizeof__" => "Size of object in memory, in bytes.",
10727 "builtins.NotImplementedType.__str__" => "Return str(self).",
10728 "builtins.NotImplementedType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10729 "builtins.OSError" => "Base class for I/O related errors.",
10730 "builtins.OSError.__delattr__" => "Implement delattr(self, name).",
10731 "builtins.OSError.__eq__" => "Return self==value.",
10732 "builtins.OSError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10733 "builtins.OSError.__ge__" => "Return self>=value.",
10734 "builtins.OSError.__getattribute__" => "Return getattr(self, name).",
10735 "builtins.OSError.__getstate__" => "Helper for pickle.",
10736 "builtins.OSError.__gt__" => "Return self>value.",
10737 "builtins.OSError.__hash__" => "Return hash(self).",
10738 "builtins.OSError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10739 "builtins.OSError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10740 "builtins.OSError.__le__" => "Return self<=value.",
10741 "builtins.OSError.__lt__" => "Return self<value.",
10742 "builtins.OSError.__ne__" => "Return self!=value.",
10743 "builtins.OSError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10744 "builtins.OSError.__reduce_ex__" => "Helper for pickle.",
10745 "builtins.OSError.__repr__" => "Return repr(self).",
10746 "builtins.OSError.__setattr__" => "Implement setattr(self, name, value).",
10747 "builtins.OSError.__sizeof__" => "Size of object in memory, in bytes.",
10748 "builtins.OSError.__str__" => "Return str(self).",
10749 "builtins.OSError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10750 "builtins.OSError.add_note" => "Add a note to the exception",
10751 "builtins.OSError.errno" => "POSIX exception code",
10752 "builtins.OSError.filename" => "exception filename",
10753 "builtins.OSError.filename2" => "second exception filename",
10754 "builtins.OSError.strerror" => "exception strerror",
10755 "builtins.OSError.winerror" => "Win32 exception code",
10756 "builtins.OSError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10757 "builtins.OverflowError" => "Result too large to be represented.",
10758 "builtins.OverflowError.__delattr__" => "Implement delattr(self, name).",
10759 "builtins.OverflowError.__eq__" => "Return self==value.",
10760 "builtins.OverflowError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10761 "builtins.OverflowError.__ge__" => "Return self>=value.",
10762 "builtins.OverflowError.__getattribute__" => "Return getattr(self, name).",
10763 "builtins.OverflowError.__getstate__" => "Helper for pickle.",
10764 "builtins.OverflowError.__gt__" => "Return self>value.",
10765 "builtins.OverflowError.__hash__" => "Return hash(self).",
10766 "builtins.OverflowError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10767 "builtins.OverflowError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10768 "builtins.OverflowError.__le__" => "Return self<=value.",
10769 "builtins.OverflowError.__lt__" => "Return self<value.",
10770 "builtins.OverflowError.__ne__" => "Return self!=value.",
10771 "builtins.OverflowError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10772 "builtins.OverflowError.__reduce_ex__" => "Helper for pickle.",
10773 "builtins.OverflowError.__repr__" => "Return repr(self).",
10774 "builtins.OverflowError.__setattr__" => "Implement setattr(self, name, value).",
10775 "builtins.OverflowError.__sizeof__" => "Size of object in memory, in bytes.",
10776 "builtins.OverflowError.__str__" => "Return str(self).",
10777 "builtins.OverflowError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10778 "builtins.OverflowError.add_note" => "Add a note to the exception",
10779 "builtins.OverflowError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10780 "builtins.PendingDeprecationWarning" => "Base class for warnings about features which will be deprecated\nin the future.",
10781 "builtins.PendingDeprecationWarning.__delattr__" => "Implement delattr(self, name).",
10782 "builtins.PendingDeprecationWarning.__eq__" => "Return self==value.",
10783 "builtins.PendingDeprecationWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10784 "builtins.PendingDeprecationWarning.__ge__" => "Return self>=value.",
10785 "builtins.PendingDeprecationWarning.__getattribute__" => "Return getattr(self, name).",
10786 "builtins.PendingDeprecationWarning.__getstate__" => "Helper for pickle.",
10787 "builtins.PendingDeprecationWarning.__gt__" => "Return self>value.",
10788 "builtins.PendingDeprecationWarning.__hash__" => "Return hash(self).",
10789 "builtins.PendingDeprecationWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10790 "builtins.PendingDeprecationWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10791 "builtins.PendingDeprecationWarning.__le__" => "Return self<=value.",
10792 "builtins.PendingDeprecationWarning.__lt__" => "Return self<value.",
10793 "builtins.PendingDeprecationWarning.__ne__" => "Return self!=value.",
10794 "builtins.PendingDeprecationWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10795 "builtins.PendingDeprecationWarning.__reduce_ex__" => "Helper for pickle.",
10796 "builtins.PendingDeprecationWarning.__repr__" => "Return repr(self).",
10797 "builtins.PendingDeprecationWarning.__setattr__" => "Implement setattr(self, name, value).",
10798 "builtins.PendingDeprecationWarning.__sizeof__" => "Size of object in memory, in bytes.",
10799 "builtins.PendingDeprecationWarning.__str__" => "Return str(self).",
10800 "builtins.PendingDeprecationWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10801 "builtins.PendingDeprecationWarning.add_note" => "Add a note to the exception",
10802 "builtins.PendingDeprecationWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10803 "builtins.PermissionError" => "Not enough permissions.",
10804 "builtins.PermissionError.__delattr__" => "Implement delattr(self, name).",
10805 "builtins.PermissionError.__eq__" => "Return self==value.",
10806 "builtins.PermissionError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10807 "builtins.PermissionError.__ge__" => "Return self>=value.",
10808 "builtins.PermissionError.__getattribute__" => "Return getattr(self, name).",
10809 "builtins.PermissionError.__getstate__" => "Helper for pickle.",
10810 "builtins.PermissionError.__gt__" => "Return self>value.",
10811 "builtins.PermissionError.__hash__" => "Return hash(self).",
10812 "builtins.PermissionError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10813 "builtins.PermissionError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10814 "builtins.PermissionError.__le__" => "Return self<=value.",
10815 "builtins.PermissionError.__lt__" => "Return self<value.",
10816 "builtins.PermissionError.__ne__" => "Return self!=value.",
10817 "builtins.PermissionError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10818 "builtins.PermissionError.__reduce_ex__" => "Helper for pickle.",
10819 "builtins.PermissionError.__repr__" => "Return repr(self).",
10820 "builtins.PermissionError.__setattr__" => "Implement setattr(self, name, value).",
10821 "builtins.PermissionError.__sizeof__" => "Size of object in memory, in bytes.",
10822 "builtins.PermissionError.__str__" => "Return str(self).",
10823 "builtins.PermissionError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10824 "builtins.PermissionError.add_note" => "Add a note to the exception",
10825 "builtins.PermissionError.errno" => "POSIX exception code",
10826 "builtins.PermissionError.filename" => "exception filename",
10827 "builtins.PermissionError.filename2" => "second exception filename",
10828 "builtins.PermissionError.strerror" => "exception strerror",
10829 "builtins.PermissionError.winerror" => "Win32 exception code",
10830 "builtins.PermissionError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10831 "builtins.ProcessLookupError" => "Process not found.",
10832 "builtins.ProcessLookupError.__delattr__" => "Implement delattr(self, name).",
10833 "builtins.ProcessLookupError.__eq__" => "Return self==value.",
10834 "builtins.ProcessLookupError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10835 "builtins.ProcessLookupError.__ge__" => "Return self>=value.",
10836 "builtins.ProcessLookupError.__getattribute__" => "Return getattr(self, name).",
10837 "builtins.ProcessLookupError.__getstate__" => "Helper for pickle.",
10838 "builtins.ProcessLookupError.__gt__" => "Return self>value.",
10839 "builtins.ProcessLookupError.__hash__" => "Return hash(self).",
10840 "builtins.ProcessLookupError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10841 "builtins.ProcessLookupError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10842 "builtins.ProcessLookupError.__le__" => "Return self<=value.",
10843 "builtins.ProcessLookupError.__lt__" => "Return self<value.",
10844 "builtins.ProcessLookupError.__ne__" => "Return self!=value.",
10845 "builtins.ProcessLookupError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10846 "builtins.ProcessLookupError.__reduce_ex__" => "Helper for pickle.",
10847 "builtins.ProcessLookupError.__repr__" => "Return repr(self).",
10848 "builtins.ProcessLookupError.__setattr__" => "Implement setattr(self, name, value).",
10849 "builtins.ProcessLookupError.__sizeof__" => "Size of object in memory, in bytes.",
10850 "builtins.ProcessLookupError.__str__" => "Return str(self).",
10851 "builtins.ProcessLookupError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10852 "builtins.ProcessLookupError.add_note" => "Add a note to the exception",
10853 "builtins.ProcessLookupError.errno" => "POSIX exception code",
10854 "builtins.ProcessLookupError.filename" => "exception filename",
10855 "builtins.ProcessLookupError.filename2" => "second exception filename",
10856 "builtins.ProcessLookupError.strerror" => "exception strerror",
10857 "builtins.ProcessLookupError.winerror" => "Win32 exception code",
10858 "builtins.ProcessLookupError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10859 "builtins.PyCapsule" => "Capsule objects let you wrap a C \"void *\" pointer in a Python\nobject. They're a way of passing data through the Python interpreter\nwithout creating your own custom type.\n\nCapsules are used for communication between extension modules.\nThey provide a way for an extension module to export a C interface\nto other extension modules, so that extension modules can use the\nPython import mechanism to link to one another.",
10860 "builtins.PyCapsule.__delattr__" => "Implement delattr(self, name).",
10861 "builtins.PyCapsule.__eq__" => "Return self==value.",
10862 "builtins.PyCapsule.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10863 "builtins.PyCapsule.__ge__" => "Return self>=value.",
10864 "builtins.PyCapsule.__getattribute__" => "Return getattr(self, name).",
10865 "builtins.PyCapsule.__getstate__" => "Helper for pickle.",
10866 "builtins.PyCapsule.__gt__" => "Return self>value.",
10867 "builtins.PyCapsule.__hash__" => "Return hash(self).",
10868 "builtins.PyCapsule.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10869 "builtins.PyCapsule.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10870 "builtins.PyCapsule.__le__" => "Return self<=value.",
10871 "builtins.PyCapsule.__lt__" => "Return self<value.",
10872 "builtins.PyCapsule.__ne__" => "Return self!=value.",
10873 "builtins.PyCapsule.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10874 "builtins.PyCapsule.__reduce__" => "Helper for pickle.",
10875 "builtins.PyCapsule.__reduce_ex__" => "Helper for pickle.",
10876 "builtins.PyCapsule.__repr__" => "Return repr(self).",
10877 "builtins.PyCapsule.__setattr__" => "Implement setattr(self, name, value).",
10878 "builtins.PyCapsule.__sizeof__" => "Size of object in memory, in bytes.",
10879 "builtins.PyCapsule.__str__" => "Return str(self).",
10880 "builtins.PyCapsule.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10881 "builtins.PythonFinalizationError" => "Operation blocked during Python finalization.",
10882 "builtins.PythonFinalizationError.__delattr__" => "Implement delattr(self, name).",
10883 "builtins.PythonFinalizationError.__eq__" => "Return self==value.",
10884 "builtins.PythonFinalizationError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10885 "builtins.PythonFinalizationError.__ge__" => "Return self>=value.",
10886 "builtins.PythonFinalizationError.__getattribute__" => "Return getattr(self, name).",
10887 "builtins.PythonFinalizationError.__getstate__" => "Helper for pickle.",
10888 "builtins.PythonFinalizationError.__gt__" => "Return self>value.",
10889 "builtins.PythonFinalizationError.__hash__" => "Return hash(self).",
10890 "builtins.PythonFinalizationError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10891 "builtins.PythonFinalizationError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10892 "builtins.PythonFinalizationError.__le__" => "Return self<=value.",
10893 "builtins.PythonFinalizationError.__lt__" => "Return self<value.",
10894 "builtins.PythonFinalizationError.__ne__" => "Return self!=value.",
10895 "builtins.PythonFinalizationError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10896 "builtins.PythonFinalizationError.__reduce_ex__" => "Helper for pickle.",
10897 "builtins.PythonFinalizationError.__repr__" => "Return repr(self).",
10898 "builtins.PythonFinalizationError.__setattr__" => "Implement setattr(self, name, value).",
10899 "builtins.PythonFinalizationError.__sizeof__" => "Size of object in memory, in bytes.",
10900 "builtins.PythonFinalizationError.__str__" => "Return str(self).",
10901 "builtins.PythonFinalizationError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10902 "builtins.PythonFinalizationError.add_note" => "Add a note to the exception",
10903 "builtins.PythonFinalizationError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10904 "builtins.RecursionError" => "Recursion limit exceeded.",
10905 "builtins.RecursionError.__delattr__" => "Implement delattr(self, name).",
10906 "builtins.RecursionError.__eq__" => "Return self==value.",
10907 "builtins.RecursionError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10908 "builtins.RecursionError.__ge__" => "Return self>=value.",
10909 "builtins.RecursionError.__getattribute__" => "Return getattr(self, name).",
10910 "builtins.RecursionError.__getstate__" => "Helper for pickle.",
10911 "builtins.RecursionError.__gt__" => "Return self>value.",
10912 "builtins.RecursionError.__hash__" => "Return hash(self).",
10913 "builtins.RecursionError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10914 "builtins.RecursionError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10915 "builtins.RecursionError.__le__" => "Return self<=value.",
10916 "builtins.RecursionError.__lt__" => "Return self<value.",
10917 "builtins.RecursionError.__ne__" => "Return self!=value.",
10918 "builtins.RecursionError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10919 "builtins.RecursionError.__reduce_ex__" => "Helper for pickle.",
10920 "builtins.RecursionError.__repr__" => "Return repr(self).",
10921 "builtins.RecursionError.__setattr__" => "Implement setattr(self, name, value).",
10922 "builtins.RecursionError.__sizeof__" => "Size of object in memory, in bytes.",
10923 "builtins.RecursionError.__str__" => "Return str(self).",
10924 "builtins.RecursionError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10925 "builtins.RecursionError.add_note" => "Add a note to the exception",
10926 "builtins.RecursionError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10927 "builtins.ReferenceError" => "Weak ref proxy used after referent went away.",
10928 "builtins.ReferenceError.__delattr__" => "Implement delattr(self, name).",
10929 "builtins.ReferenceError.__eq__" => "Return self==value.",
10930 "builtins.ReferenceError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10931 "builtins.ReferenceError.__ge__" => "Return self>=value.",
10932 "builtins.ReferenceError.__getattribute__" => "Return getattr(self, name).",
10933 "builtins.ReferenceError.__getstate__" => "Helper for pickle.",
10934 "builtins.ReferenceError.__gt__" => "Return self>value.",
10935 "builtins.ReferenceError.__hash__" => "Return hash(self).",
10936 "builtins.ReferenceError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10937 "builtins.ReferenceError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10938 "builtins.ReferenceError.__le__" => "Return self<=value.",
10939 "builtins.ReferenceError.__lt__" => "Return self<value.",
10940 "builtins.ReferenceError.__ne__" => "Return self!=value.",
10941 "builtins.ReferenceError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10942 "builtins.ReferenceError.__reduce_ex__" => "Helper for pickle.",
10943 "builtins.ReferenceError.__repr__" => "Return repr(self).",
10944 "builtins.ReferenceError.__setattr__" => "Implement setattr(self, name, value).",
10945 "builtins.ReferenceError.__sizeof__" => "Size of object in memory, in bytes.",
10946 "builtins.ReferenceError.__str__" => "Return str(self).",
10947 "builtins.ReferenceError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10948 "builtins.ReferenceError.add_note" => "Add a note to the exception",
10949 "builtins.ReferenceError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10950 "builtins.ResourceWarning" => "Base class for warnings about resource usage.",
10951 "builtins.ResourceWarning.__delattr__" => "Implement delattr(self, name).",
10952 "builtins.ResourceWarning.__eq__" => "Return self==value.",
10953 "builtins.ResourceWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10954 "builtins.ResourceWarning.__ge__" => "Return self>=value.",
10955 "builtins.ResourceWarning.__getattribute__" => "Return getattr(self, name).",
10956 "builtins.ResourceWarning.__getstate__" => "Helper for pickle.",
10957 "builtins.ResourceWarning.__gt__" => "Return self>value.",
10958 "builtins.ResourceWarning.__hash__" => "Return hash(self).",
10959 "builtins.ResourceWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10960 "builtins.ResourceWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10961 "builtins.ResourceWarning.__le__" => "Return self<=value.",
10962 "builtins.ResourceWarning.__lt__" => "Return self<value.",
10963 "builtins.ResourceWarning.__ne__" => "Return self!=value.",
10964 "builtins.ResourceWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10965 "builtins.ResourceWarning.__reduce_ex__" => "Helper for pickle.",
10966 "builtins.ResourceWarning.__repr__" => "Return repr(self).",
10967 "builtins.ResourceWarning.__setattr__" => "Implement setattr(self, name, value).",
10968 "builtins.ResourceWarning.__sizeof__" => "Size of object in memory, in bytes.",
10969 "builtins.ResourceWarning.__str__" => "Return str(self).",
10970 "builtins.ResourceWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10971 "builtins.ResourceWarning.add_note" => "Add a note to the exception",
10972 "builtins.ResourceWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
10973 "builtins.RuntimeError" => "Unspecified run-time error.",
10974 "builtins.RuntimeError.__delattr__" => "Implement delattr(self, name).",
10975 "builtins.RuntimeError.__eq__" => "Return self==value.",
10976 "builtins.RuntimeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
10977 "builtins.RuntimeError.__ge__" => "Return self>=value.",
10978 "builtins.RuntimeError.__getattribute__" => "Return getattr(self, name).",
10979 "builtins.RuntimeError.__getstate__" => "Helper for pickle.",
10980 "builtins.RuntimeError.__gt__" => "Return self>value.",
10981 "builtins.RuntimeError.__hash__" => "Return hash(self).",
10982 "builtins.RuntimeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
10983 "builtins.RuntimeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
10984 "builtins.RuntimeError.__le__" => "Return self<=value.",
10985 "builtins.RuntimeError.__lt__" => "Return self<value.",
10986 "builtins.RuntimeError.__ne__" => "Return self!=value.",
10987 "builtins.RuntimeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
10988 "builtins.RuntimeError.__reduce_ex__" => "Helper for pickle.",
10989 "builtins.RuntimeError.__repr__" => "Return repr(self).",
10990 "builtins.RuntimeError.__setattr__" => "Implement setattr(self, name, value).",
10991 "builtins.RuntimeError.__sizeof__" => "Size of object in memory, in bytes.",
10992 "builtins.RuntimeError.__str__" => "Return str(self).",
10993 "builtins.RuntimeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
10994 "builtins.RuntimeError.add_note" => "Add a note to the exception",
10995 "builtins.RuntimeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
10996 "builtins.RuntimeWarning" => "Base class for warnings about dubious runtime behavior.",
10997 "builtins.RuntimeWarning.__delattr__" => "Implement delattr(self, name).",
10998 "builtins.RuntimeWarning.__eq__" => "Return self==value.",
10999 "builtins.RuntimeWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11000 "builtins.RuntimeWarning.__ge__" => "Return self>=value.",
11001 "builtins.RuntimeWarning.__getattribute__" => "Return getattr(self, name).",
11002 "builtins.RuntimeWarning.__getstate__" => "Helper for pickle.",
11003 "builtins.RuntimeWarning.__gt__" => "Return self>value.",
11004 "builtins.RuntimeWarning.__hash__" => "Return hash(self).",
11005 "builtins.RuntimeWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11006 "builtins.RuntimeWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11007 "builtins.RuntimeWarning.__le__" => "Return self<=value.",
11008 "builtins.RuntimeWarning.__lt__" => "Return self<value.",
11009 "builtins.RuntimeWarning.__ne__" => "Return self!=value.",
11010 "builtins.RuntimeWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11011 "builtins.RuntimeWarning.__reduce_ex__" => "Helper for pickle.",
11012 "builtins.RuntimeWarning.__repr__" => "Return repr(self).",
11013 "builtins.RuntimeWarning.__setattr__" => "Implement setattr(self, name, value).",
11014 "builtins.RuntimeWarning.__sizeof__" => "Size of object in memory, in bytes.",
11015 "builtins.RuntimeWarning.__str__" => "Return str(self).",
11016 "builtins.RuntimeWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11017 "builtins.RuntimeWarning.add_note" => "Add a note to the exception",
11018 "builtins.RuntimeWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
11019 "builtins.SimpleNamespace" => "A simple attribute-based namespace.",
11020 "builtins.SimpleNamespace.__delattr__" => "Implement delattr(self, name).",
11021 "builtins.SimpleNamespace.__eq__" => "Return self==value.",
11022 "builtins.SimpleNamespace.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11023 "builtins.SimpleNamespace.__ge__" => "Return self>=value.",
11024 "builtins.SimpleNamespace.__getattribute__" => "Return getattr(self, name).",
11025 "builtins.SimpleNamespace.__getstate__" => "Helper for pickle.",
11026 "builtins.SimpleNamespace.__gt__" => "Return self>value.",
11027 "builtins.SimpleNamespace.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11028 "builtins.SimpleNamespace.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11029 "builtins.SimpleNamespace.__le__" => "Return self<=value.",
11030 "builtins.SimpleNamespace.__lt__" => "Return self<value.",
11031 "builtins.SimpleNamespace.__ne__" => "Return self!=value.",
11032 "builtins.SimpleNamespace.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11033 "builtins.SimpleNamespace.__reduce__" => "Return state information for pickling",
11034 "builtins.SimpleNamespace.__reduce_ex__" => "Helper for pickle.",
11035 "builtins.SimpleNamespace.__replace__" => "Return a copy of the namespace object with new values for the specified attributes.",
11036 "builtins.SimpleNamespace.__repr__" => "Return repr(self).",
11037 "builtins.SimpleNamespace.__setattr__" => "Implement setattr(self, name, value).",
11038 "builtins.SimpleNamespace.__sizeof__" => "Size of object in memory, in bytes.",
11039 "builtins.SimpleNamespace.__str__" => "Return str(self).",
11040 "builtins.SimpleNamespace.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11041 "builtins.StopAsyncIteration" => "Signal the end from iterator.__anext__().",
11042 "builtins.StopAsyncIteration.__delattr__" => "Implement delattr(self, name).",
11043 "builtins.StopAsyncIteration.__eq__" => "Return self==value.",
11044 "builtins.StopAsyncIteration.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11045 "builtins.StopAsyncIteration.__ge__" => "Return self>=value.",
11046 "builtins.StopAsyncIteration.__getattribute__" => "Return getattr(self, name).",
11047 "builtins.StopAsyncIteration.__getstate__" => "Helper for pickle.",
11048 "builtins.StopAsyncIteration.__gt__" => "Return self>value.",
11049 "builtins.StopAsyncIteration.__hash__" => "Return hash(self).",
11050 "builtins.StopAsyncIteration.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11051 "builtins.StopAsyncIteration.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11052 "builtins.StopAsyncIteration.__le__" => "Return self<=value.",
11053 "builtins.StopAsyncIteration.__lt__" => "Return self<value.",
11054 "builtins.StopAsyncIteration.__ne__" => "Return self!=value.",
11055 "builtins.StopAsyncIteration.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11056 "builtins.StopAsyncIteration.__reduce_ex__" => "Helper for pickle.",
11057 "builtins.StopAsyncIteration.__repr__" => "Return repr(self).",
11058 "builtins.StopAsyncIteration.__setattr__" => "Implement setattr(self, name, value).",
11059 "builtins.StopAsyncIteration.__sizeof__" => "Size of object in memory, in bytes.",
11060 "builtins.StopAsyncIteration.__str__" => "Return str(self).",
11061 "builtins.StopAsyncIteration.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11062 "builtins.StopAsyncIteration.add_note" => "Add a note to the exception",
11063 "builtins.StopAsyncIteration.with_traceback" => "Set self.__traceback__ to tb and return self.",
11064 "builtins.StopIteration" => "Signal the end from iterator.__next__().",
11065 "builtins.StopIteration.__delattr__" => "Implement delattr(self, name).",
11066 "builtins.StopIteration.__eq__" => "Return self==value.",
11067 "builtins.StopIteration.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11068 "builtins.StopIteration.__ge__" => "Return self>=value.",
11069 "builtins.StopIteration.__getattribute__" => "Return getattr(self, name).",
11070 "builtins.StopIteration.__getstate__" => "Helper for pickle.",
11071 "builtins.StopIteration.__gt__" => "Return self>value.",
11072 "builtins.StopIteration.__hash__" => "Return hash(self).",
11073 "builtins.StopIteration.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11074 "builtins.StopIteration.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11075 "builtins.StopIteration.__le__" => "Return self<=value.",
11076 "builtins.StopIteration.__lt__" => "Return self<value.",
11077 "builtins.StopIteration.__ne__" => "Return self!=value.",
11078 "builtins.StopIteration.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11079 "builtins.StopIteration.__reduce_ex__" => "Helper for pickle.",
11080 "builtins.StopIteration.__repr__" => "Return repr(self).",
11081 "builtins.StopIteration.__setattr__" => "Implement setattr(self, name, value).",
11082 "builtins.StopIteration.__sizeof__" => "Size of object in memory, in bytes.",
11083 "builtins.StopIteration.__str__" => "Return str(self).",
11084 "builtins.StopIteration.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11085 "builtins.StopIteration.add_note" => "Add a note to the exception",
11086 "builtins.StopIteration.value" => "generator return value",
11087 "builtins.StopIteration.with_traceback" => "Set self.__traceback__ to tb and return self.",
11088 "builtins.SyntaxError" => "Invalid syntax.",
11089 "builtins.SyntaxError.__delattr__" => "Implement delattr(self, name).",
11090 "builtins.SyntaxError.__eq__" => "Return self==value.",
11091 "builtins.SyntaxError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11092 "builtins.SyntaxError.__ge__" => "Return self>=value.",
11093 "builtins.SyntaxError.__getattribute__" => "Return getattr(self, name).",
11094 "builtins.SyntaxError.__getstate__" => "Helper for pickle.",
11095 "builtins.SyntaxError.__gt__" => "Return self>value.",
11096 "builtins.SyntaxError.__hash__" => "Return hash(self).",
11097 "builtins.SyntaxError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11098 "builtins.SyntaxError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11099 "builtins.SyntaxError.__le__" => "Return self<=value.",
11100 "builtins.SyntaxError.__lt__" => "Return self<value.",
11101 "builtins.SyntaxError.__ne__" => "Return self!=value.",
11102 "builtins.SyntaxError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11103 "builtins.SyntaxError.__reduce_ex__" => "Helper for pickle.",
11104 "builtins.SyntaxError.__repr__" => "Return repr(self).",
11105 "builtins.SyntaxError.__setattr__" => "Implement setattr(self, name, value).",
11106 "builtins.SyntaxError.__sizeof__" => "Size of object in memory, in bytes.",
11107 "builtins.SyntaxError.__str__" => "Return str(self).",
11108 "builtins.SyntaxError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11109 "builtins.SyntaxError._metadata" => "exception private metadata",
11110 "builtins.SyntaxError.add_note" => "Add a note to the exception",
11111 "builtins.SyntaxError.end_lineno" => "exception end lineno",
11112 "builtins.SyntaxError.end_offset" => "exception end offset",
11113 "builtins.SyntaxError.filename" => "exception filename",
11114 "builtins.SyntaxError.lineno" => "exception lineno",
11115 "builtins.SyntaxError.msg" => "exception msg",
11116 "builtins.SyntaxError.offset" => "exception offset",
11117 "builtins.SyntaxError.print_file_and_line" => "exception print_file_and_line",
11118 "builtins.SyntaxError.text" => "exception text",
11119 "builtins.SyntaxError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11120 "builtins.SyntaxWarning" => "Base class for warnings about dubious syntax.",
11121 "builtins.SyntaxWarning.__delattr__" => "Implement delattr(self, name).",
11122 "builtins.SyntaxWarning.__eq__" => "Return self==value.",
11123 "builtins.SyntaxWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11124 "builtins.SyntaxWarning.__ge__" => "Return self>=value.",
11125 "builtins.SyntaxWarning.__getattribute__" => "Return getattr(self, name).",
11126 "builtins.SyntaxWarning.__getstate__" => "Helper for pickle.",
11127 "builtins.SyntaxWarning.__gt__" => "Return self>value.",
11128 "builtins.SyntaxWarning.__hash__" => "Return hash(self).",
11129 "builtins.SyntaxWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11130 "builtins.SyntaxWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11131 "builtins.SyntaxWarning.__le__" => "Return self<=value.",
11132 "builtins.SyntaxWarning.__lt__" => "Return self<value.",
11133 "builtins.SyntaxWarning.__ne__" => "Return self!=value.",
11134 "builtins.SyntaxWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11135 "builtins.SyntaxWarning.__reduce_ex__" => "Helper for pickle.",
11136 "builtins.SyntaxWarning.__repr__" => "Return repr(self).",
11137 "builtins.SyntaxWarning.__setattr__" => "Implement setattr(self, name, value).",
11138 "builtins.SyntaxWarning.__sizeof__" => "Size of object in memory, in bytes.",
11139 "builtins.SyntaxWarning.__str__" => "Return str(self).",
11140 "builtins.SyntaxWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11141 "builtins.SyntaxWarning.add_note" => "Add a note to the exception",
11142 "builtins.SyntaxWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
11143 "builtins.SystemError" => "Internal error in the Python interpreter.\n\nPlease report this to the Python maintainer, along with the traceback,\nthe Python version, and the hardware/OS platform and version.",
11144 "builtins.SystemError.__delattr__" => "Implement delattr(self, name).",
11145 "builtins.SystemError.__eq__" => "Return self==value.",
11146 "builtins.SystemError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11147 "builtins.SystemError.__ge__" => "Return self>=value.",
11148 "builtins.SystemError.__getattribute__" => "Return getattr(self, name).",
11149 "builtins.SystemError.__getstate__" => "Helper for pickle.",
11150 "builtins.SystemError.__gt__" => "Return self>value.",
11151 "builtins.SystemError.__hash__" => "Return hash(self).",
11152 "builtins.SystemError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11153 "builtins.SystemError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11154 "builtins.SystemError.__le__" => "Return self<=value.",
11155 "builtins.SystemError.__lt__" => "Return self<value.",
11156 "builtins.SystemError.__ne__" => "Return self!=value.",
11157 "builtins.SystemError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11158 "builtins.SystemError.__reduce_ex__" => "Helper for pickle.",
11159 "builtins.SystemError.__repr__" => "Return repr(self).",
11160 "builtins.SystemError.__setattr__" => "Implement setattr(self, name, value).",
11161 "builtins.SystemError.__sizeof__" => "Size of object in memory, in bytes.",
11162 "builtins.SystemError.__str__" => "Return str(self).",
11163 "builtins.SystemError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11164 "builtins.SystemError.add_note" => "Add a note to the exception",
11165 "builtins.SystemError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11166 "builtins.SystemExit" => "Request to exit from the interpreter.",
11167 "builtins.SystemExit.__delattr__" => "Implement delattr(self, name).",
11168 "builtins.SystemExit.__eq__" => "Return self==value.",
11169 "builtins.SystemExit.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11170 "builtins.SystemExit.__ge__" => "Return self>=value.",
11171 "builtins.SystemExit.__getattribute__" => "Return getattr(self, name).",
11172 "builtins.SystemExit.__getstate__" => "Helper for pickle.",
11173 "builtins.SystemExit.__gt__" => "Return self>value.",
11174 "builtins.SystemExit.__hash__" => "Return hash(self).",
11175 "builtins.SystemExit.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11176 "builtins.SystemExit.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11177 "builtins.SystemExit.__le__" => "Return self<=value.",
11178 "builtins.SystemExit.__lt__" => "Return self<value.",
11179 "builtins.SystemExit.__ne__" => "Return self!=value.",
11180 "builtins.SystemExit.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11181 "builtins.SystemExit.__reduce_ex__" => "Helper for pickle.",
11182 "builtins.SystemExit.__repr__" => "Return repr(self).",
11183 "builtins.SystemExit.__setattr__" => "Implement setattr(self, name, value).",
11184 "builtins.SystemExit.__sizeof__" => "Size of object in memory, in bytes.",
11185 "builtins.SystemExit.__str__" => "Return str(self).",
11186 "builtins.SystemExit.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11187 "builtins.SystemExit.add_note" => "Add a note to the exception",
11188 "builtins.SystemExit.code" => "exception code",
11189 "builtins.SystemExit.with_traceback" => "Set self.__traceback__ to tb and return self.",
11190 "builtins.TabError" => "Improper mixture of spaces and tabs.",
11191 "builtins.TabError.__delattr__" => "Implement delattr(self, name).",
11192 "builtins.TabError.__eq__" => "Return self==value.",
11193 "builtins.TabError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11194 "builtins.TabError.__ge__" => "Return self>=value.",
11195 "builtins.TabError.__getattribute__" => "Return getattr(self, name).",
11196 "builtins.TabError.__getstate__" => "Helper for pickle.",
11197 "builtins.TabError.__gt__" => "Return self>value.",
11198 "builtins.TabError.__hash__" => "Return hash(self).",
11199 "builtins.TabError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11200 "builtins.TabError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11201 "builtins.TabError.__le__" => "Return self<=value.",
11202 "builtins.TabError.__lt__" => "Return self<value.",
11203 "builtins.TabError.__ne__" => "Return self!=value.",
11204 "builtins.TabError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11205 "builtins.TabError.__reduce_ex__" => "Helper for pickle.",
11206 "builtins.TabError.__repr__" => "Return repr(self).",
11207 "builtins.TabError.__setattr__" => "Implement setattr(self, name, value).",
11208 "builtins.TabError.__sizeof__" => "Size of object in memory, in bytes.",
11209 "builtins.TabError.__str__" => "Return str(self).",
11210 "builtins.TabError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11211 "builtins.TabError._metadata" => "exception private metadata",
11212 "builtins.TabError.add_note" => "Add a note to the exception",
11213 "builtins.TabError.end_lineno" => "exception end lineno",
11214 "builtins.TabError.end_offset" => "exception end offset",
11215 "builtins.TabError.filename" => "exception filename",
11216 "builtins.TabError.lineno" => "exception lineno",
11217 "builtins.TabError.msg" => "exception msg",
11218 "builtins.TabError.offset" => "exception offset",
11219 "builtins.TabError.print_file_and_line" => "exception print_file_and_line",
11220 "builtins.TabError.text" => "exception text",
11221 "builtins.TabError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11222 "builtins.TimeoutError" => "Timeout expired.",
11223 "builtins.TimeoutError.__delattr__" => "Implement delattr(self, name).",
11224 "builtins.TimeoutError.__eq__" => "Return self==value.",
11225 "builtins.TimeoutError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11226 "builtins.TimeoutError.__ge__" => "Return self>=value.",
11227 "builtins.TimeoutError.__getattribute__" => "Return getattr(self, name).",
11228 "builtins.TimeoutError.__getstate__" => "Helper for pickle.",
11229 "builtins.TimeoutError.__gt__" => "Return self>value.",
11230 "builtins.TimeoutError.__hash__" => "Return hash(self).",
11231 "builtins.TimeoutError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11232 "builtins.TimeoutError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11233 "builtins.TimeoutError.__le__" => "Return self<=value.",
11234 "builtins.TimeoutError.__lt__" => "Return self<value.",
11235 "builtins.TimeoutError.__ne__" => "Return self!=value.",
11236 "builtins.TimeoutError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11237 "builtins.TimeoutError.__reduce_ex__" => "Helper for pickle.",
11238 "builtins.TimeoutError.__repr__" => "Return repr(self).",
11239 "builtins.TimeoutError.__setattr__" => "Implement setattr(self, name, value).",
11240 "builtins.TimeoutError.__sizeof__" => "Size of object in memory, in bytes.",
11241 "builtins.TimeoutError.__str__" => "Return str(self).",
11242 "builtins.TimeoutError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11243 "builtins.TimeoutError.add_note" => "Add a note to the exception",
11244 "builtins.TimeoutError.errno" => "POSIX exception code",
11245 "builtins.TimeoutError.filename" => "exception filename",
11246 "builtins.TimeoutError.filename2" => "second exception filename",
11247 "builtins.TimeoutError.strerror" => "exception strerror",
11248 "builtins.TimeoutError.winerror" => "Win32 exception code",
11249 "builtins.TimeoutError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11250 "builtins.TypeError" => "Inappropriate argument type.",
11251 "builtins.TypeError.__delattr__" => "Implement delattr(self, name).",
11252 "builtins.TypeError.__eq__" => "Return self==value.",
11253 "builtins.TypeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11254 "builtins.TypeError.__ge__" => "Return self>=value.",
11255 "builtins.TypeError.__getattribute__" => "Return getattr(self, name).",
11256 "builtins.TypeError.__getstate__" => "Helper for pickle.",
11257 "builtins.TypeError.__gt__" => "Return self>value.",
11258 "builtins.TypeError.__hash__" => "Return hash(self).",
11259 "builtins.TypeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11260 "builtins.TypeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11261 "builtins.TypeError.__le__" => "Return self<=value.",
11262 "builtins.TypeError.__lt__" => "Return self<value.",
11263 "builtins.TypeError.__ne__" => "Return self!=value.",
11264 "builtins.TypeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11265 "builtins.TypeError.__reduce_ex__" => "Helper for pickle.",
11266 "builtins.TypeError.__repr__" => "Return repr(self).",
11267 "builtins.TypeError.__setattr__" => "Implement setattr(self, name, value).",
11268 "builtins.TypeError.__sizeof__" => "Size of object in memory, in bytes.",
11269 "builtins.TypeError.__str__" => "Return str(self).",
11270 "builtins.TypeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11271 "builtins.TypeError.add_note" => "Add a note to the exception",
11272 "builtins.TypeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11273 "builtins.UnboundLocalError" => "Local name referenced but not bound to a value.",
11274 "builtins.UnboundLocalError.__delattr__" => "Implement delattr(self, name).",
11275 "builtins.UnboundLocalError.__eq__" => "Return self==value.",
11276 "builtins.UnboundLocalError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11277 "builtins.UnboundLocalError.__ge__" => "Return self>=value.",
11278 "builtins.UnboundLocalError.__getattribute__" => "Return getattr(self, name).",
11279 "builtins.UnboundLocalError.__getstate__" => "Helper for pickle.",
11280 "builtins.UnboundLocalError.__gt__" => "Return self>value.",
11281 "builtins.UnboundLocalError.__hash__" => "Return hash(self).",
11282 "builtins.UnboundLocalError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11283 "builtins.UnboundLocalError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11284 "builtins.UnboundLocalError.__le__" => "Return self<=value.",
11285 "builtins.UnboundLocalError.__lt__" => "Return self<value.",
11286 "builtins.UnboundLocalError.__ne__" => "Return self!=value.",
11287 "builtins.UnboundLocalError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11288 "builtins.UnboundLocalError.__reduce_ex__" => "Helper for pickle.",
11289 "builtins.UnboundLocalError.__repr__" => "Return repr(self).",
11290 "builtins.UnboundLocalError.__setattr__" => "Implement setattr(self, name, value).",
11291 "builtins.UnboundLocalError.__sizeof__" => "Size of object in memory, in bytes.",
11292 "builtins.UnboundLocalError.__str__" => "Return str(self).",
11293 "builtins.UnboundLocalError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11294 "builtins.UnboundLocalError.add_note" => "Add a note to the exception",
11295 "builtins.UnboundLocalError.name" => "name",
11296 "builtins.UnboundLocalError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11297 "builtins.UnicodeDecodeError" => "Unicode decoding error.",
11298 "builtins.UnicodeDecodeError.__delattr__" => "Implement delattr(self, name).",
11299 "builtins.UnicodeDecodeError.__eq__" => "Return self==value.",
11300 "builtins.UnicodeDecodeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11301 "builtins.UnicodeDecodeError.__ge__" => "Return self>=value.",
11302 "builtins.UnicodeDecodeError.__getattribute__" => "Return getattr(self, name).",
11303 "builtins.UnicodeDecodeError.__getstate__" => "Helper for pickle.",
11304 "builtins.UnicodeDecodeError.__gt__" => "Return self>value.",
11305 "builtins.UnicodeDecodeError.__hash__" => "Return hash(self).",
11306 "builtins.UnicodeDecodeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11307 "builtins.UnicodeDecodeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11308 "builtins.UnicodeDecodeError.__le__" => "Return self<=value.",
11309 "builtins.UnicodeDecodeError.__lt__" => "Return self<value.",
11310 "builtins.UnicodeDecodeError.__ne__" => "Return self!=value.",
11311 "builtins.UnicodeDecodeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11312 "builtins.UnicodeDecodeError.__reduce_ex__" => "Helper for pickle.",
11313 "builtins.UnicodeDecodeError.__repr__" => "Return repr(self).",
11314 "builtins.UnicodeDecodeError.__setattr__" => "Implement setattr(self, name, value).",
11315 "builtins.UnicodeDecodeError.__sizeof__" => "Size of object in memory, in bytes.",
11316 "builtins.UnicodeDecodeError.__str__" => "Return str(self).",
11317 "builtins.UnicodeDecodeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11318 "builtins.UnicodeDecodeError.add_note" => "Add a note to the exception",
11319 "builtins.UnicodeDecodeError.encoding" => "exception encoding",
11320 "builtins.UnicodeDecodeError.end" => "exception end",
11321 "builtins.UnicodeDecodeError.object" => "exception object",
11322 "builtins.UnicodeDecodeError.reason" => "exception reason",
11323 "builtins.UnicodeDecodeError.start" => "exception start",
11324 "builtins.UnicodeDecodeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11325 "builtins.UnicodeEncodeError" => "Unicode encoding error.",
11326 "builtins.UnicodeEncodeError.__delattr__" => "Implement delattr(self, name).",
11327 "builtins.UnicodeEncodeError.__eq__" => "Return self==value.",
11328 "builtins.UnicodeEncodeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11329 "builtins.UnicodeEncodeError.__ge__" => "Return self>=value.",
11330 "builtins.UnicodeEncodeError.__getattribute__" => "Return getattr(self, name).",
11331 "builtins.UnicodeEncodeError.__getstate__" => "Helper for pickle.",
11332 "builtins.UnicodeEncodeError.__gt__" => "Return self>value.",
11333 "builtins.UnicodeEncodeError.__hash__" => "Return hash(self).",
11334 "builtins.UnicodeEncodeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11335 "builtins.UnicodeEncodeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11336 "builtins.UnicodeEncodeError.__le__" => "Return self<=value.",
11337 "builtins.UnicodeEncodeError.__lt__" => "Return self<value.",
11338 "builtins.UnicodeEncodeError.__ne__" => "Return self!=value.",
11339 "builtins.UnicodeEncodeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11340 "builtins.UnicodeEncodeError.__reduce_ex__" => "Helper for pickle.",
11341 "builtins.UnicodeEncodeError.__repr__" => "Return repr(self).",
11342 "builtins.UnicodeEncodeError.__setattr__" => "Implement setattr(self, name, value).",
11343 "builtins.UnicodeEncodeError.__sizeof__" => "Size of object in memory, in bytes.",
11344 "builtins.UnicodeEncodeError.__str__" => "Return str(self).",
11345 "builtins.UnicodeEncodeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11346 "builtins.UnicodeEncodeError.add_note" => "Add a note to the exception",
11347 "builtins.UnicodeEncodeError.encoding" => "exception encoding",
11348 "builtins.UnicodeEncodeError.end" => "exception end",
11349 "builtins.UnicodeEncodeError.object" => "exception object",
11350 "builtins.UnicodeEncodeError.reason" => "exception reason",
11351 "builtins.UnicodeEncodeError.start" => "exception start",
11352 "builtins.UnicodeEncodeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11353 "builtins.UnicodeError" => "Unicode related error.",
11354 "builtins.UnicodeError.__delattr__" => "Implement delattr(self, name).",
11355 "builtins.UnicodeError.__eq__" => "Return self==value.",
11356 "builtins.UnicodeError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11357 "builtins.UnicodeError.__ge__" => "Return self>=value.",
11358 "builtins.UnicodeError.__getattribute__" => "Return getattr(self, name).",
11359 "builtins.UnicodeError.__getstate__" => "Helper for pickle.",
11360 "builtins.UnicodeError.__gt__" => "Return self>value.",
11361 "builtins.UnicodeError.__hash__" => "Return hash(self).",
11362 "builtins.UnicodeError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11363 "builtins.UnicodeError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11364 "builtins.UnicodeError.__le__" => "Return self<=value.",
11365 "builtins.UnicodeError.__lt__" => "Return self<value.",
11366 "builtins.UnicodeError.__ne__" => "Return self!=value.",
11367 "builtins.UnicodeError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11368 "builtins.UnicodeError.__reduce_ex__" => "Helper for pickle.",
11369 "builtins.UnicodeError.__repr__" => "Return repr(self).",
11370 "builtins.UnicodeError.__setattr__" => "Implement setattr(self, name, value).",
11371 "builtins.UnicodeError.__sizeof__" => "Size of object in memory, in bytes.",
11372 "builtins.UnicodeError.__str__" => "Return str(self).",
11373 "builtins.UnicodeError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11374 "builtins.UnicodeError.add_note" => "Add a note to the exception",
11375 "builtins.UnicodeError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11376 "builtins.UnicodeTranslateError" => "Unicode translation error.",
11377 "builtins.UnicodeTranslateError.__delattr__" => "Implement delattr(self, name).",
11378 "builtins.UnicodeTranslateError.__eq__" => "Return self==value.",
11379 "builtins.UnicodeTranslateError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11380 "builtins.UnicodeTranslateError.__ge__" => "Return self>=value.",
11381 "builtins.UnicodeTranslateError.__getattribute__" => "Return getattr(self, name).",
11382 "builtins.UnicodeTranslateError.__getstate__" => "Helper for pickle.",
11383 "builtins.UnicodeTranslateError.__gt__" => "Return self>value.",
11384 "builtins.UnicodeTranslateError.__hash__" => "Return hash(self).",
11385 "builtins.UnicodeTranslateError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11386 "builtins.UnicodeTranslateError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11387 "builtins.UnicodeTranslateError.__le__" => "Return self<=value.",
11388 "builtins.UnicodeTranslateError.__lt__" => "Return self<value.",
11389 "builtins.UnicodeTranslateError.__ne__" => "Return self!=value.",
11390 "builtins.UnicodeTranslateError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11391 "builtins.UnicodeTranslateError.__reduce_ex__" => "Helper for pickle.",
11392 "builtins.UnicodeTranslateError.__repr__" => "Return repr(self).",
11393 "builtins.UnicodeTranslateError.__setattr__" => "Implement setattr(self, name, value).",
11394 "builtins.UnicodeTranslateError.__sizeof__" => "Size of object in memory, in bytes.",
11395 "builtins.UnicodeTranslateError.__str__" => "Return str(self).",
11396 "builtins.UnicodeTranslateError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11397 "builtins.UnicodeTranslateError.add_note" => "Add a note to the exception",
11398 "builtins.UnicodeTranslateError.encoding" => "exception encoding",
11399 "builtins.UnicodeTranslateError.end" => "exception end",
11400 "builtins.UnicodeTranslateError.object" => "exception object",
11401 "builtins.UnicodeTranslateError.reason" => "exception reason",
11402 "builtins.UnicodeTranslateError.start" => "exception start",
11403 "builtins.UnicodeTranslateError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11404 "builtins.UnicodeWarning" => "Base class for warnings about Unicode related problems, mostly\nrelated to conversion problems.",
11405 "builtins.UnicodeWarning.__delattr__" => "Implement delattr(self, name).",
11406 "builtins.UnicodeWarning.__eq__" => "Return self==value.",
11407 "builtins.UnicodeWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11408 "builtins.UnicodeWarning.__ge__" => "Return self>=value.",
11409 "builtins.UnicodeWarning.__getattribute__" => "Return getattr(self, name).",
11410 "builtins.UnicodeWarning.__getstate__" => "Helper for pickle.",
11411 "builtins.UnicodeWarning.__gt__" => "Return self>value.",
11412 "builtins.UnicodeWarning.__hash__" => "Return hash(self).",
11413 "builtins.UnicodeWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11414 "builtins.UnicodeWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11415 "builtins.UnicodeWarning.__le__" => "Return self<=value.",
11416 "builtins.UnicodeWarning.__lt__" => "Return self<value.",
11417 "builtins.UnicodeWarning.__ne__" => "Return self!=value.",
11418 "builtins.UnicodeWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11419 "builtins.UnicodeWarning.__reduce_ex__" => "Helper for pickle.",
11420 "builtins.UnicodeWarning.__repr__" => "Return repr(self).",
11421 "builtins.UnicodeWarning.__setattr__" => "Implement setattr(self, name, value).",
11422 "builtins.UnicodeWarning.__sizeof__" => "Size of object in memory, in bytes.",
11423 "builtins.UnicodeWarning.__str__" => "Return str(self).",
11424 "builtins.UnicodeWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11425 "builtins.UnicodeWarning.add_note" => "Add a note to the exception",
11426 "builtins.UnicodeWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
11427 "builtins.Union" => "Represent a union type\n\nE.g. for int | str",
11428 "builtins.Union.__class_getitem__" => "See PEP 585",
11429 "builtins.Union.__delattr__" => "Implement delattr(self, name).",
11430 "builtins.Union.__eq__" => "Return self==value.",
11431 "builtins.Union.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11432 "builtins.Union.__ge__" => "Return self>=value.",
11433 "builtins.Union.__getattribute__" => "Return getattr(self, name).",
11434 "builtins.Union.__getitem__" => "Return self[key].",
11435 "builtins.Union.__getstate__" => "Helper for pickle.",
11436 "builtins.Union.__gt__" => "Return self>value.",
11437 "builtins.Union.__hash__" => "Return hash(self).",
11438 "builtins.Union.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11439 "builtins.Union.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11440 "builtins.Union.__le__" => "Return self<=value.",
11441 "builtins.Union.__lt__" => "Return self<value.",
11442 "builtins.Union.__ne__" => "Return self!=value.",
11443 "builtins.Union.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11444 "builtins.Union.__or__" => "Return self|value.",
11445 "builtins.Union.__origin__" => "Always returns the type",
11446 "builtins.Union.__parameters__" => "Type variables in the types.UnionType.",
11447 "builtins.Union.__reduce__" => "Helper for pickle.",
11448 "builtins.Union.__reduce_ex__" => "Helper for pickle.",
11449 "builtins.Union.__repr__" => "Return repr(self).",
11450 "builtins.Union.__ror__" => "Return value|self.",
11451 "builtins.Union.__setattr__" => "Implement setattr(self, name, value).",
11452 "builtins.Union.__sizeof__" => "Size of object in memory, in bytes.",
11453 "builtins.Union.__str__" => "Return str(self).",
11454 "builtins.Union.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11455 "builtins.UserWarning" => "Base class for warnings generated by user code.",
11456 "builtins.UserWarning.__delattr__" => "Implement delattr(self, name).",
11457 "builtins.UserWarning.__eq__" => "Return self==value.",
11458 "builtins.UserWarning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11459 "builtins.UserWarning.__ge__" => "Return self>=value.",
11460 "builtins.UserWarning.__getattribute__" => "Return getattr(self, name).",
11461 "builtins.UserWarning.__getstate__" => "Helper for pickle.",
11462 "builtins.UserWarning.__gt__" => "Return self>value.",
11463 "builtins.UserWarning.__hash__" => "Return hash(self).",
11464 "builtins.UserWarning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11465 "builtins.UserWarning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11466 "builtins.UserWarning.__le__" => "Return self<=value.",
11467 "builtins.UserWarning.__lt__" => "Return self<value.",
11468 "builtins.UserWarning.__ne__" => "Return self!=value.",
11469 "builtins.UserWarning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11470 "builtins.UserWarning.__reduce_ex__" => "Helper for pickle.",
11471 "builtins.UserWarning.__repr__" => "Return repr(self).",
11472 "builtins.UserWarning.__setattr__" => "Implement setattr(self, name, value).",
11473 "builtins.UserWarning.__sizeof__" => "Size of object in memory, in bytes.",
11474 "builtins.UserWarning.__str__" => "Return str(self).",
11475 "builtins.UserWarning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11476 "builtins.UserWarning.add_note" => "Add a note to the exception",
11477 "builtins.UserWarning.with_traceback" => "Set self.__traceback__ to tb and return self.",
11478 "builtins.ValueError" => "Inappropriate argument value (of correct type).",
11479 "builtins.ValueError.__delattr__" => "Implement delattr(self, name).",
11480 "builtins.ValueError.__eq__" => "Return self==value.",
11481 "builtins.ValueError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11482 "builtins.ValueError.__ge__" => "Return self>=value.",
11483 "builtins.ValueError.__getattribute__" => "Return getattr(self, name).",
11484 "builtins.ValueError.__getstate__" => "Helper for pickle.",
11485 "builtins.ValueError.__gt__" => "Return self>value.",
11486 "builtins.ValueError.__hash__" => "Return hash(self).",
11487 "builtins.ValueError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11488 "builtins.ValueError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11489 "builtins.ValueError.__le__" => "Return self<=value.",
11490 "builtins.ValueError.__lt__" => "Return self<value.",
11491 "builtins.ValueError.__ne__" => "Return self!=value.",
11492 "builtins.ValueError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11493 "builtins.ValueError.__reduce_ex__" => "Helper for pickle.",
11494 "builtins.ValueError.__repr__" => "Return repr(self).",
11495 "builtins.ValueError.__setattr__" => "Implement setattr(self, name, value).",
11496 "builtins.ValueError.__sizeof__" => "Size of object in memory, in bytes.",
11497 "builtins.ValueError.__str__" => "Return str(self).",
11498 "builtins.ValueError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11499 "builtins.ValueError.add_note" => "Add a note to the exception",
11500 "builtins.ValueError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11501 "builtins.Warning" => "Base class for warning categories.",
11502 "builtins.Warning.__delattr__" => "Implement delattr(self, name).",
11503 "builtins.Warning.__eq__" => "Return self==value.",
11504 "builtins.Warning.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11505 "builtins.Warning.__ge__" => "Return self>=value.",
11506 "builtins.Warning.__getattribute__" => "Return getattr(self, name).",
11507 "builtins.Warning.__getstate__" => "Helper for pickle.",
11508 "builtins.Warning.__gt__" => "Return self>value.",
11509 "builtins.Warning.__hash__" => "Return hash(self).",
11510 "builtins.Warning.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11511 "builtins.Warning.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11512 "builtins.Warning.__le__" => "Return self<=value.",
11513 "builtins.Warning.__lt__" => "Return self<value.",
11514 "builtins.Warning.__ne__" => "Return self!=value.",
11515 "builtins.Warning.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11516 "builtins.Warning.__reduce_ex__" => "Helper for pickle.",
11517 "builtins.Warning.__repr__" => "Return repr(self).",
11518 "builtins.Warning.__setattr__" => "Implement setattr(self, name, value).",
11519 "builtins.Warning.__sizeof__" => "Size of object in memory, in bytes.",
11520 "builtins.Warning.__str__" => "Return str(self).",
11521 "builtins.Warning.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11522 "builtins.Warning.add_note" => "Add a note to the exception",
11523 "builtins.Warning.with_traceback" => "Set self.__traceback__ to tb and return self.",
11524 "builtins.WindowsError" => "Base class for I/O related errors.",
11525 "builtins.WindowsError.__delattr__" => "Implement delattr(self, name).",
11526 "builtins.WindowsError.__eq__" => "Return self==value.",
11527 "builtins.WindowsError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11528 "builtins.WindowsError.__ge__" => "Return self>=value.",
11529 "builtins.WindowsError.__getattribute__" => "Return getattr(self, name).",
11530 "builtins.WindowsError.__getstate__" => "Helper for pickle.",
11531 "builtins.WindowsError.__gt__" => "Return self>value.",
11532 "builtins.WindowsError.__hash__" => "Return hash(self).",
11533 "builtins.WindowsError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11534 "builtins.WindowsError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11535 "builtins.WindowsError.__le__" => "Return self<=value.",
11536 "builtins.WindowsError.__lt__" => "Return self<value.",
11537 "builtins.WindowsError.__ne__" => "Return self!=value.",
11538 "builtins.WindowsError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11539 "builtins.WindowsError.__reduce_ex__" => "Helper for pickle.",
11540 "builtins.WindowsError.__repr__" => "Return repr(self).",
11541 "builtins.WindowsError.__setattr__" => "Implement setattr(self, name, value).",
11542 "builtins.WindowsError.__sizeof__" => "Size of object in memory, in bytes.",
11543 "builtins.WindowsError.__str__" => "Return str(self).",
11544 "builtins.WindowsError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11545 "builtins.WindowsError.add_note" => "Add a note to the exception",
11546 "builtins.WindowsError.errno" => "POSIX exception code",
11547 "builtins.WindowsError.filename" => "exception filename",
11548 "builtins.WindowsError.filename2" => "second exception filename",
11549 "builtins.WindowsError.strerror" => "exception strerror",
11550 "builtins.WindowsError.winerror" => "Win32 exception code",
11551 "builtins.WindowsError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11552 "builtins.ZeroDivisionError" => "Second argument to a division or modulo operation was zero.",
11553 "builtins.ZeroDivisionError.__delattr__" => "Implement delattr(self, name).",
11554 "builtins.ZeroDivisionError.__eq__" => "Return self==value.",
11555 "builtins.ZeroDivisionError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11556 "builtins.ZeroDivisionError.__ge__" => "Return self>=value.",
11557 "builtins.ZeroDivisionError.__getattribute__" => "Return getattr(self, name).",
11558 "builtins.ZeroDivisionError.__getstate__" => "Helper for pickle.",
11559 "builtins.ZeroDivisionError.__gt__" => "Return self>value.",
11560 "builtins.ZeroDivisionError.__hash__" => "Return hash(self).",
11561 "builtins.ZeroDivisionError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11562 "builtins.ZeroDivisionError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11563 "builtins.ZeroDivisionError.__le__" => "Return self<=value.",
11564 "builtins.ZeroDivisionError.__lt__" => "Return self<value.",
11565 "builtins.ZeroDivisionError.__ne__" => "Return self!=value.",
11566 "builtins.ZeroDivisionError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11567 "builtins.ZeroDivisionError.__reduce_ex__" => "Helper for pickle.",
11568 "builtins.ZeroDivisionError.__repr__" => "Return repr(self).",
11569 "builtins.ZeroDivisionError.__setattr__" => "Implement setattr(self, name, value).",
11570 "builtins.ZeroDivisionError.__sizeof__" => "Size of object in memory, in bytes.",
11571 "builtins.ZeroDivisionError.__str__" => "Return str(self).",
11572 "builtins.ZeroDivisionError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11573 "builtins.ZeroDivisionError.add_note" => "Add a note to the exception",
11574 "builtins.ZeroDivisionError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11575 "builtins._IncompleteInputError" => "incomplete input.",
11576 "builtins._IncompleteInputError.__delattr__" => "Implement delattr(self, name).",
11577 "builtins._IncompleteInputError.__eq__" => "Return self==value.",
11578 "builtins._IncompleteInputError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11579 "builtins._IncompleteInputError.__ge__" => "Return self>=value.",
11580 "builtins._IncompleteInputError.__getattribute__" => "Return getattr(self, name).",
11581 "builtins._IncompleteInputError.__getstate__" => "Helper for pickle.",
11582 "builtins._IncompleteInputError.__gt__" => "Return self>value.",
11583 "builtins._IncompleteInputError.__hash__" => "Return hash(self).",
11584 "builtins._IncompleteInputError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11585 "builtins._IncompleteInputError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11586 "builtins._IncompleteInputError.__le__" => "Return self<=value.",
11587 "builtins._IncompleteInputError.__lt__" => "Return self<value.",
11588 "builtins._IncompleteInputError.__ne__" => "Return self!=value.",
11589 "builtins._IncompleteInputError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11590 "builtins._IncompleteInputError.__reduce_ex__" => "Helper for pickle.",
11591 "builtins._IncompleteInputError.__repr__" => "Return repr(self).",
11592 "builtins._IncompleteInputError.__setattr__" => "Implement setattr(self, name, value).",
11593 "builtins._IncompleteInputError.__sizeof__" => "Size of object in memory, in bytes.",
11594 "builtins._IncompleteInputError.__str__" => "Return str(self).",
11595 "builtins._IncompleteInputError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11596 "builtins._IncompleteInputError._metadata" => "exception private metadata",
11597 "builtins._IncompleteInputError.add_note" => "Add a note to the exception",
11598 "builtins._IncompleteInputError.end_lineno" => "exception end lineno",
11599 "builtins._IncompleteInputError.end_offset" => "exception end offset",
11600 "builtins._IncompleteInputError.filename" => "exception filename",
11601 "builtins._IncompleteInputError.lineno" => "exception lineno",
11602 "builtins._IncompleteInputError.msg" => "exception msg",
11603 "builtins._IncompleteInputError.offset" => "exception offset",
11604 "builtins._IncompleteInputError.print_file_and_line" => "exception print_file_and_line",
11605 "builtins._IncompleteInputError.text" => "exception text",
11606 "builtins._IncompleteInputError.with_traceback" => "Set self.__traceback__ to tb and return self.",
11607 "builtins.__build_class__" => "__build_class__(func, name, /, *bases, [metaclass], **kwds) -> class\n\nInternal helper function used by the class statement.",
11608 "builtins.__import__" => "Import a module.\n\nBecause this function is meant for use by the Python\ninterpreter and not for general use, it is better to use\nimportlib.import_module() to programmatically import a module.\n\nThe globals argument is only used to determine the context;\nthey are not modified. The locals argument is unused. The fromlist\nshould be a list of names to emulate ``from name import ...``, or an\nempty list to emulate ``import name``.\nWhen importing a module from a package, note that __import__('A.B', ...)\nreturns package A when fromlist is empty, but its submodule B when\nfromlist is not empty. The level argument is used to determine whether to\nperform absolute or relative imports: 0 is absolute, while a positive number\nis the number of parent directories to search relative to the current module.",
11609 "builtins.abs" => "Return the absolute value of the argument.",
11610 "builtins.aiter" => "Return an AsyncIterator for an AsyncIterable object.",
11611 "builtins.all" => "Return True if bool(x) is True for all values x in the iterable.\n\nIf the iterable is empty, return True.",
11612 "builtins.anext" => "Return the next item from the async iterator.\n\nIf default is given and the async iterator is exhausted,\nit is returned instead of raising StopAsyncIteration.",
11613 "builtins.any" => "Return True if bool(x) is True for any x in the iterable.\n\nIf the iterable is empty, return False.",
11614 "builtins.ascii" => "Return an ASCII-only representation of an object.\n\nAs repr(), return a string containing a printable representation of an\nobject, but escape the non-ASCII characters in the string returned by\nrepr() using \\\\x, \\\\u or \\\\U escapes. This generates a string similar\nto that returned by repr() in Python 2.",
11615 "builtins.async_generator.__aiter__" => "Return an awaitable, that resolves in asynchronous iterator.",
11616 "builtins.async_generator.__anext__" => "Return a value or raise StopAsyncIteration.",
11617 "builtins.async_generator.__class_getitem__" => "See PEP 585",
11618 "builtins.async_generator.__del__" => "Called when the instance is about to be destroyed.",
11619 "builtins.async_generator.__delattr__" => "Implement delattr(self, name).",
11620 "builtins.async_generator.__eq__" => "Return self==value.",
11621 "builtins.async_generator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11622 "builtins.async_generator.__ge__" => "Return self>=value.",
11623 "builtins.async_generator.__getattribute__" => "Return getattr(self, name).",
11624 "builtins.async_generator.__getstate__" => "Helper for pickle.",
11625 "builtins.async_generator.__gt__" => "Return self>value.",
11626 "builtins.async_generator.__hash__" => "Return hash(self).",
11627 "builtins.async_generator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11628 "builtins.async_generator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11629 "builtins.async_generator.__le__" => "Return self<=value.",
11630 "builtins.async_generator.__lt__" => "Return self<value.",
11631 "builtins.async_generator.__ne__" => "Return self!=value.",
11632 "builtins.async_generator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11633 "builtins.async_generator.__reduce__" => "Helper for pickle.",
11634 "builtins.async_generator.__reduce_ex__" => "Helper for pickle.",
11635 "builtins.async_generator.__repr__" => "Return repr(self).",
11636 "builtins.async_generator.__setattr__" => "Implement setattr(self, name, value).",
11637 "builtins.async_generator.__sizeof__" => "gen.__sizeof__() -> size of gen in memory, in bytes",
11638 "builtins.async_generator.__str__" => "Return str(self).",
11639 "builtins.async_generator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11640 "builtins.async_generator.aclose" => "aclose() -> raise GeneratorExit inside generator.",
11641 "builtins.async_generator.ag_await" => "object being awaited on, or None",
11642 "builtins.async_generator.asend" => "asend(v) -> send 'v' in generator.",
11643 "builtins.async_generator.athrow" => "athrow(value)\nathrow(type[,value[,tb]])\n\nraise exception in generator.\nthe (type, val, tb) signature is deprecated, \nand may be removed in a future version of Python.",
11644 "builtins.bin" => "Return the binary representation of an integer.\n\n >>> bin(2796202)\n '0b1010101010101010101010'",
11645 "builtins.bool" => "Returns True when the argument is true, False otherwise.\nThe builtins True and False are the only two instances of the class bool.\nThe class bool is a subclass of the class int, and cannot be subclassed.",
11646 "builtins.bool.__abs__" => "abs(self)",
11647 "builtins.bool.__add__" => "Return self+value.",
11648 "builtins.bool.__and__" => "Return self&value.",
11649 "builtins.bool.__bool__" => "True if self else False",
11650 "builtins.bool.__ceil__" => "Ceiling of an Integral returns itself.",
11651 "builtins.bool.__delattr__" => "Implement delattr(self, name).",
11652 "builtins.bool.__divmod__" => "Return divmod(self, value).",
11653 "builtins.bool.__eq__" => "Return self==value.",
11654 "builtins.bool.__float__" => "float(self)",
11655 "builtins.bool.__floor__" => "Flooring an Integral returns itself.",
11656 "builtins.bool.__floordiv__" => "Return self//value.",
11657 "builtins.bool.__format__" => "Convert to a string according to format_spec.",
11658 "builtins.bool.__ge__" => "Return self>=value.",
11659 "builtins.bool.__getattribute__" => "Return getattr(self, name).",
11660 "builtins.bool.__getstate__" => "Helper for pickle.",
11661 "builtins.bool.__gt__" => "Return self>value.",
11662 "builtins.bool.__hash__" => "Return hash(self).",
11663 "builtins.bool.__index__" => "Return self converted to an integer, if self is suitable for use as an index into a list.",
11664 "builtins.bool.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11665 "builtins.bool.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11666 "builtins.bool.__int__" => "int(self)",
11667 "builtins.bool.__invert__" => "~self",
11668 "builtins.bool.__le__" => "Return self<=value.",
11669 "builtins.bool.__lshift__" => "Return self<<value.",
11670 "builtins.bool.__lt__" => "Return self<value.",
11671 "builtins.bool.__mod__" => "Return self%value.",
11672 "builtins.bool.__mul__" => "Return self*value.",
11673 "builtins.bool.__ne__" => "Return self!=value.",
11674 "builtins.bool.__neg__" => "-self",
11675 "builtins.bool.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11676 "builtins.bool.__or__" => "Return self|value.",
11677 "builtins.bool.__pos__" => "+self",
11678 "builtins.bool.__pow__" => "Return pow(self, value, mod).",
11679 "builtins.bool.__radd__" => "Return value+self.",
11680 "builtins.bool.__rand__" => "Return value&self.",
11681 "builtins.bool.__rdivmod__" => "Return divmod(value, self).",
11682 "builtins.bool.__reduce__" => "Helper for pickle.",
11683 "builtins.bool.__reduce_ex__" => "Helper for pickle.",
11684 "builtins.bool.__repr__" => "Return repr(self).",
11685 "builtins.bool.__rfloordiv__" => "Return value//self.",
11686 "builtins.bool.__rlshift__" => "Return value<<self.",
11687 "builtins.bool.__rmod__" => "Return value%self.",
11688 "builtins.bool.__rmul__" => "Return value*self.",
11689 "builtins.bool.__ror__" => "Return value|self.",
11690 "builtins.bool.__round__" => "Rounding an Integral returns itself.\n\nRounding with an ndigits argument also returns an integer.",
11691 "builtins.bool.__rpow__" => "Return pow(value, self, mod).",
11692 "builtins.bool.__rrshift__" => "Return value>>self.",
11693 "builtins.bool.__rshift__" => "Return self>>value.",
11694 "builtins.bool.__rsub__" => "Return value-self.",
11695 "builtins.bool.__rtruediv__" => "Return value/self.",
11696 "builtins.bool.__rxor__" => "Return value^self.",
11697 "builtins.bool.__setattr__" => "Implement setattr(self, name, value).",
11698 "builtins.bool.__sizeof__" => "Returns size in memory, in bytes.",
11699 "builtins.bool.__str__" => "Return str(self).",
11700 "builtins.bool.__sub__" => "Return self-value.",
11701 "builtins.bool.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11702 "builtins.bool.__truediv__" => "Return self/value.",
11703 "builtins.bool.__trunc__" => "Truncating an Integral returns itself.",
11704 "builtins.bool.__xor__" => "Return self^value.",
11705 "builtins.bool.as_integer_ratio" => "Return a pair of integers, whose ratio is equal to the original int.\n\nThe ratio is in lowest terms and has a positive denominator.\n\n>>> (10).as_integer_ratio()\n(10, 1)\n>>> (-10).as_integer_ratio()\n(-10, 1)\n>>> (0).as_integer_ratio()\n(0, 1)",
11706 "builtins.bool.bit_count" => "Number of ones in the binary representation of the absolute value of self.\n\nAlso known as the population count.\n\n>>> bin(13)\n'0b1101'\n>>> (13).bit_count()\n3",
11707 "builtins.bool.bit_length" => "Number of bits necessary to represent self in binary.\n\n>>> bin(37)\n'0b100101'\n>>> (37).bit_length()\n6",
11708 "builtins.bool.conjugate" => "Returns self, the complex conjugate of any int.",
11709 "builtins.bool.denominator" => "the denominator of a rational number in lowest terms",
11710 "builtins.bool.from_bytes" => "Return the integer represented by the given array of bytes.\n\n bytes\n Holds the array of bytes to convert. The argument must either\n support the buffer protocol or be an iterable object producing bytes.\n Bytes and bytearray are examples of built-in objects that support the\n buffer protocol.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n sys.byteorder as the byte order value. Default is to use 'big'.\n signed\n Indicates whether two's complement is used to represent the integer.",
11711 "builtins.bool.imag" => "the imaginary part of a complex number",
11712 "builtins.bool.is_integer" => "Returns True. Exists for duck type compatibility with float.is_integer.",
11713 "builtins.bool.numerator" => "the numerator of a rational number in lowest terms",
11714 "builtins.bool.real" => "the real part of a complex number",
11715 "builtins.bool.to_bytes" => "Return an array of bytes representing an integer.\n\n length\n Length of bytes object to use. An OverflowError is raised if the\n integer is not representable with the given number of bytes. Default\n is length 1.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n sys.byteorder as the byte order value. Default is to use 'big'.\n signed\n Determines whether two's complement is used to represent the integer.\n If signed is False and a negative integer is given, an OverflowError\n is raised.",
11716 "builtins.breakpoint" => "Call sys.breakpointhook(*args, **kws). sys.breakpointhook() must accept\nwhatever arguments are passed.\n\nBy default, this drops you into the pdb debugger.",
11717 "builtins.builtin_function_or_method.__call__" => "Call self as a function.",
11718 "builtins.builtin_function_or_method.__delattr__" => "Implement delattr(self, name).",
11719 "builtins.builtin_function_or_method.__eq__" => "Return self==value.",
11720 "builtins.builtin_function_or_method.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11721 "builtins.builtin_function_or_method.__ge__" => "Return self>=value.",
11722 "builtins.builtin_function_or_method.__getattribute__" => "Return getattr(self, name).",
11723 "builtins.builtin_function_or_method.__getstate__" => "Helper for pickle.",
11724 "builtins.builtin_function_or_method.__gt__" => "Return self>value.",
11725 "builtins.builtin_function_or_method.__hash__" => "Return hash(self).",
11726 "builtins.builtin_function_or_method.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11727 "builtins.builtin_function_or_method.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11728 "builtins.builtin_function_or_method.__le__" => "Return self<=value.",
11729 "builtins.builtin_function_or_method.__lt__" => "Return self<value.",
11730 "builtins.builtin_function_or_method.__ne__" => "Return self!=value.",
11731 "builtins.builtin_function_or_method.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11732 "builtins.builtin_function_or_method.__reduce_ex__" => "Helper for pickle.",
11733 "builtins.builtin_function_or_method.__repr__" => "Return repr(self).",
11734 "builtins.builtin_function_or_method.__setattr__" => "Implement setattr(self, name, value).",
11735 "builtins.builtin_function_or_method.__sizeof__" => "Size of object in memory, in bytes.",
11736 "builtins.builtin_function_or_method.__str__" => "Return str(self).",
11737 "builtins.builtin_function_or_method.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11738 "builtins.bytearray" => "bytearray(iterable_of_ints) -> bytearray\nbytearray(string, encoding[, errors]) -> bytearray\nbytearray(bytes_or_buffer) -> mutable copy of bytes_or_buffer\nbytearray(int) -> bytes array of size given by the parameter initialized with null bytes\nbytearray() -> empty bytes array\n\nConstruct a mutable bytearray object from:\n - an iterable yielding integers in range(256)\n - a text string encoded using the specified encoding\n - a bytes or a buffer object\n - any object implementing the buffer API.\n - an integer",
11739 "builtins.bytearray.__add__" => "Return self+value.",
11740 "builtins.bytearray.__alloc__" => "B.__alloc__() -> int\n\nReturn the number of bytes actually allocated.",
11741 "builtins.bytearray.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
11742 "builtins.bytearray.__contains__" => "Return bool(key in self).",
11743 "builtins.bytearray.__delattr__" => "Implement delattr(self, name).",
11744 "builtins.bytearray.__delitem__" => "Delete self[key].",
11745 "builtins.bytearray.__eq__" => "Return self==value.",
11746 "builtins.bytearray.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11747 "builtins.bytearray.__ge__" => "Return self>=value.",
11748 "builtins.bytearray.__getattribute__" => "Return getattr(self, name).",
11749 "builtins.bytearray.__getitem__" => "Return self[key].",
11750 "builtins.bytearray.__getstate__" => "Helper for pickle.",
11751 "builtins.bytearray.__gt__" => "Return self>value.",
11752 "builtins.bytearray.__iadd__" => "Implement self+=value.",
11753 "builtins.bytearray.__imul__" => "Implement self*=value.",
11754 "builtins.bytearray.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11755 "builtins.bytearray.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11756 "builtins.bytearray.__iter__" => "Implement iter(self).",
11757 "builtins.bytearray.__le__" => "Return self<=value.",
11758 "builtins.bytearray.__len__" => "Return len(self).",
11759 "builtins.bytearray.__lt__" => "Return self<value.",
11760 "builtins.bytearray.__mod__" => "Return self%value.",
11761 "builtins.bytearray.__mul__" => "Return self*value.",
11762 "builtins.bytearray.__ne__" => "Return self!=value.",
11763 "builtins.bytearray.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11764 "builtins.bytearray.__reduce__" => "Return state information for pickling.",
11765 "builtins.bytearray.__reduce_ex__" => "Return state information for pickling.",
11766 "builtins.bytearray.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
11767 "builtins.bytearray.__repr__" => "Return repr(self).",
11768 "builtins.bytearray.__rmod__" => "Return value%self.",
11769 "builtins.bytearray.__rmul__" => "Return value*self.",
11770 "builtins.bytearray.__setattr__" => "Implement setattr(self, name, value).",
11771 "builtins.bytearray.__setitem__" => "Set self[key] to value.",
11772 "builtins.bytearray.__sizeof__" => "Returns the size of the bytearray object in memory, in bytes.",
11773 "builtins.bytearray.__str__" => "Return str(self).",
11774 "builtins.bytearray.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11775 "builtins.bytearray.append" => "Append a single item to the end of the bytearray.\n\n item\n The item to be appended.",
11776 "builtins.bytearray.capitalize" => "B.capitalize() -> copy of B\n\nReturn a copy of B with only its first character capitalized (ASCII)\nand the rest lower-cased.",
11777 "builtins.bytearray.center" => "Return a centered string of length width.\n\nPadding is done using the specified fill character.",
11778 "builtins.bytearray.clear" => "Remove all items from the bytearray.",
11779 "builtins.bytearray.copy" => "Return a copy of B.",
11780 "builtins.bytearray.count" => "Return the number of non-overlapping occurrences of subsection 'sub' in bytes B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.",
11781 "builtins.bytearray.decode" => "Decode the bytearray using the codec registered for encoding.\n\n encoding\n The encoding with which to decode the bytearray.\n errors\n The error handling scheme to use for the handling of decoding errors.\n The default is 'strict' meaning that decoding errors raise a\n UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n as well as any other name registered with codecs.register_error that\n can handle UnicodeDecodeErrors.",
11782 "builtins.bytearray.endswith" => "Return True if the bytearray ends with the specified suffix, False otherwise.\n\n suffix\n A bytes or a tuple of bytes to try.\n start\n Optional start position. Default: start of the bytearray.\n end\n Optional stop position. Default: end of the bytearray.",
11783 "builtins.bytearray.expandtabs" => "Return a copy where all tab characters are expanded using spaces.\n\nIf tabsize is not given, a tab size of 8 characters is assumed.",
11784 "builtins.bytearray.extend" => "Append all the items from the iterator or sequence to the end of the bytearray.\n\n iterable_of_ints\n The iterable of items to append.",
11785 "builtins.bytearray.find" => "Return the lowest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nReturn -1 on failure.",
11786 "builtins.bytearray.fromhex" => "Create a bytearray object from a string of hexadecimal numbers.\n\nSpaces between two numbers are accepted.\nExample: bytearray.fromhex('B9 01EF') -> bytearray(b'\\\\xb9\\\\x01\\\\xef')",
11787 "builtins.bytearray.hex" => "Create a string of hexadecimal numbers from a bytearray object.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\nExample:\n>>> value = bytearray([0xb9, 0x01, 0xef])\n>>> value.hex()\n'b901ef'\n>>> value.hex(':')\n'b9:01:ef'\n>>> value.hex(':', 2)\n'b9:01ef'\n>>> value.hex(':', -2)\n'b901:ef'",
11788 "builtins.bytearray.index" => "Return the lowest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nRaise ValueError if the subsection is not found.",
11789 "builtins.bytearray.insert" => "Insert a single item into the bytearray before the given index.\n\n index\n The index where the value is to be inserted.\n item\n The item to be inserted.",
11790 "builtins.bytearray.isalnum" => "B.isalnum() -> bool\n\nReturn True if all characters in B are alphanumeric\nand there is at least one character in B, False otherwise.",
11791 "builtins.bytearray.isalpha" => "B.isalpha() -> bool\n\nReturn True if all characters in B are alphabetic\nand there is at least one character in B, False otherwise.",
11792 "builtins.bytearray.isascii" => "B.isascii() -> bool\n\nReturn True if B is empty or all characters in B are ASCII,\nFalse otherwise.",
11793 "builtins.bytearray.isdigit" => "B.isdigit() -> bool\n\nReturn True if all characters in B are digits\nand there is at least one character in B, False otherwise.",
11794 "builtins.bytearray.islower" => "B.islower() -> bool\n\nReturn True if all cased characters in B are lowercase and there is\nat least one cased character in B, False otherwise.",
11795 "builtins.bytearray.isspace" => "B.isspace() -> bool\n\nReturn True if all characters in B are whitespace\nand there is at least one character in B, False otherwise.",
11796 "builtins.bytearray.istitle" => "B.istitle() -> bool\n\nReturn True if B is a titlecased string and there is at least one\ncharacter in B, i.e. uppercase characters may only follow uncased\ncharacters and lowercase characters only cased ones. Return False\notherwise.",
11797 "builtins.bytearray.isupper" => "B.isupper() -> bool\n\nReturn True if all cased characters in B are uppercase and there is\nat least one cased character in B, False otherwise.",
11798 "builtins.bytearray.join" => "Concatenate any number of bytes/bytearray objects.\n\nThe bytearray whose method is called is inserted in between each pair.\n\nThe result is returned as a new bytearray object.",
11799 "builtins.bytearray.ljust" => "Return a left-justified string of length width.\n\nPadding is done using the specified fill character.",
11800 "builtins.bytearray.lower" => "B.lower() -> copy of B\n\nReturn a copy of B with all ASCII characters converted to lowercase.",
11801 "builtins.bytearray.lstrip" => "Strip leading bytes contained in the argument.\n\nIf the argument is omitted or None, strip leading ASCII whitespace.",
11802 "builtins.bytearray.maketrans" => "Return a translation table usable for the bytes or bytearray translate method.\n\nThe returned table will be one where each byte in frm is mapped to the byte at\nthe same position in to.\n\nThe bytes objects frm and to must be of the same length.",
11803 "builtins.bytearray.partition" => "Partition the bytearray into three parts using the given separator.\n\nThis will search for the separator sep in the bytearray. If the separator is\nfound, returns a 3-tuple containing the part before the separator, the\nseparator itself, and the part after it as new bytearray objects.\n\nIf the separator is not found, returns a 3-tuple containing the copy of the\noriginal bytearray object and two empty bytearray objects.",
11804 "builtins.bytearray.pop" => "Remove and return a single item from B.\n\n index\n The index from where to remove the item.\n -1 (the default value) means remove the last item.\n\nIf no index argument is given, will pop the last item.",
11805 "builtins.bytearray.remove" => "Remove the first occurrence of a value in the bytearray.\n\n value\n The value to remove.",
11806 "builtins.bytearray.removeprefix" => "Return a bytearray with the given prefix string removed if present.\n\nIf the bytearray starts with the prefix string, return\nbytearray[len(prefix):]. Otherwise, return a copy of the original\nbytearray.",
11807 "builtins.bytearray.removesuffix" => "Return a bytearray with the given suffix string removed if present.\n\nIf the bytearray ends with the suffix string and that suffix is not\nempty, return bytearray[:-len(suffix)]. Otherwise, return a copy of\nthe original bytearray.",
11808 "builtins.bytearray.replace" => "Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\nIf the optional argument count is given, only the first count occurrences are\nreplaced.",
11809 "builtins.bytearray.resize" => "Resize the internal buffer of bytearray to len.\n\n size\n New size to resize to.",
11810 "builtins.bytearray.reverse" => "Reverse the order of the values in B in place.",
11811 "builtins.bytearray.rfind" => "Return the highest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nReturn -1 on failure.",
11812 "builtins.bytearray.rindex" => "Return the highest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nRaise ValueError if the subsection is not found.",
11813 "builtins.bytearray.rjust" => "Return a right-justified string of length width.\n\nPadding is done using the specified fill character.",
11814 "builtins.bytearray.rpartition" => "Partition the bytearray into three parts using the given separator.\n\nThis will search for the separator sep in the bytearray, starting at the end.\nIf the separator is found, returns a 3-tuple containing the part before the\nseparator, the separator itself, and the part after it as new bytearray\nobjects.\n\nIf the separator is not found, returns a 3-tuple containing two empty bytearray\nobjects and the copy of the original bytearray object.",
11815 "builtins.bytearray.rsplit" => "Return a list of the sections in the bytearray, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytearray.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n\nSplitting is done starting at the end of the bytearray and working to the front.",
11816 "builtins.bytearray.rstrip" => "Strip trailing bytes contained in the argument.\n\nIf the argument is omitted or None, strip trailing ASCII whitespace.",
11817 "builtins.bytearray.split" => "Return a list of the sections in the bytearray, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytearray.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.",
11818 "builtins.bytearray.splitlines" => "Return a list of the lines in the bytearray, breaking at line boundaries.\n\nLine breaks are not included in the resulting list unless keepends is given and\ntrue.",
11819 "builtins.bytearray.startswith" => "Return True if the bytearray starts with the specified prefix, False otherwise.\n\n prefix\n A bytes or a tuple of bytes to try.\n start\n Optional start position. Default: start of the bytearray.\n end\n Optional stop position. Default: end of the bytearray.",
11820 "builtins.bytearray.strip" => "Strip leading and trailing bytes contained in the argument.\n\nIf the argument is omitted or None, strip leading and trailing ASCII whitespace.",
11821 "builtins.bytearray.swapcase" => "B.swapcase() -> copy of B\n\nReturn a copy of B with uppercase ASCII characters converted\nto lowercase ASCII and vice versa.",
11822 "builtins.bytearray.title" => "B.title() -> copy of B\n\nReturn a titlecased version of B, i.e. ASCII words start with uppercase\ncharacters, all remaining cased characters have lowercase.",
11823 "builtins.bytearray.translate" => "Return a copy with each character mapped by the given translation table.\n\n table\n Translation table, which must be a bytes object of length 256.\n\nAll characters occurring in the optional argument delete are removed.\nThe remaining characters are mapped through the given translation table.",
11824 "builtins.bytearray.upper" => "B.upper() -> copy of B\n\nReturn a copy of B with all ASCII characters converted to uppercase.",
11825 "builtins.bytearray.zfill" => "Pad a numeric string with zeros on the left, to fill a field of the given width.\n\nThe original string is never truncated.",
11826 "builtins.bytearray_iterator.__delattr__" => "Implement delattr(self, name).",
11827 "builtins.bytearray_iterator.__eq__" => "Return self==value.",
11828 "builtins.bytearray_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11829 "builtins.bytearray_iterator.__ge__" => "Return self>=value.",
11830 "builtins.bytearray_iterator.__getattribute__" => "Return getattr(self, name).",
11831 "builtins.bytearray_iterator.__getstate__" => "Helper for pickle.",
11832 "builtins.bytearray_iterator.__gt__" => "Return self>value.",
11833 "builtins.bytearray_iterator.__hash__" => "Return hash(self).",
11834 "builtins.bytearray_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11835 "builtins.bytearray_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11836 "builtins.bytearray_iterator.__iter__" => "Implement iter(self).",
11837 "builtins.bytearray_iterator.__le__" => "Return self<=value.",
11838 "builtins.bytearray_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
11839 "builtins.bytearray_iterator.__lt__" => "Return self<value.",
11840 "builtins.bytearray_iterator.__ne__" => "Return self!=value.",
11841 "builtins.bytearray_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11842 "builtins.bytearray_iterator.__next__" => "Implement next(self).",
11843 "builtins.bytearray_iterator.__reduce__" => "Return state information for pickling.",
11844 "builtins.bytearray_iterator.__reduce_ex__" => "Helper for pickle.",
11845 "builtins.bytearray_iterator.__repr__" => "Return repr(self).",
11846 "builtins.bytearray_iterator.__setattr__" => "Implement setattr(self, name, value).",
11847 "builtins.bytearray_iterator.__setstate__" => "Set state information for unpickling.",
11848 "builtins.bytearray_iterator.__sizeof__" => "Size of object in memory, in bytes.",
11849 "builtins.bytearray_iterator.__str__" => "Return str(self).",
11850 "builtins.bytearray_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11851 "builtins.bytes" => "bytes(iterable_of_ints) -> bytes\nbytes(string, encoding[, errors]) -> bytes\nbytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer\nbytes(int) -> bytes object of size given by the parameter initialized with null bytes\nbytes() -> empty bytes object\n\nConstruct an immutable array of bytes from:\n - an iterable yielding integers in range(256)\n - a text string encoded using the specified encoding\n - any object implementing the buffer API.\n - an integer",
11852 "builtins.bytes.__add__" => "Return self+value.",
11853 "builtins.bytes.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
11854 "builtins.bytes.__bytes__" => "Convert this value to exact type bytes.",
11855 "builtins.bytes.__contains__" => "Return bool(key in self).",
11856 "builtins.bytes.__delattr__" => "Implement delattr(self, name).",
11857 "builtins.bytes.__eq__" => "Return self==value.",
11858 "builtins.bytes.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11859 "builtins.bytes.__ge__" => "Return self>=value.",
11860 "builtins.bytes.__getattribute__" => "Return getattr(self, name).",
11861 "builtins.bytes.__getitem__" => "Return self[key].",
11862 "builtins.bytes.__getstate__" => "Helper for pickle.",
11863 "builtins.bytes.__gt__" => "Return self>value.",
11864 "builtins.bytes.__hash__" => "Return hash(self).",
11865 "builtins.bytes.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11866 "builtins.bytes.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11867 "builtins.bytes.__iter__" => "Implement iter(self).",
11868 "builtins.bytes.__le__" => "Return self<=value.",
11869 "builtins.bytes.__len__" => "Return len(self).",
11870 "builtins.bytes.__lt__" => "Return self<value.",
11871 "builtins.bytes.__mod__" => "Return self%value.",
11872 "builtins.bytes.__mul__" => "Return self*value.",
11873 "builtins.bytes.__ne__" => "Return self!=value.",
11874 "builtins.bytes.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11875 "builtins.bytes.__reduce__" => "Helper for pickle.",
11876 "builtins.bytes.__reduce_ex__" => "Helper for pickle.",
11877 "builtins.bytes.__repr__" => "Return repr(self).",
11878 "builtins.bytes.__rmod__" => "Return value%self.",
11879 "builtins.bytes.__rmul__" => "Return value*self.",
11880 "builtins.bytes.__setattr__" => "Implement setattr(self, name, value).",
11881 "builtins.bytes.__sizeof__" => "Size of object in memory, in bytes.",
11882 "builtins.bytes.__str__" => "Return str(self).",
11883 "builtins.bytes.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11884 "builtins.bytes.capitalize" => "B.capitalize() -> copy of B\n\nReturn a copy of B with only its first character capitalized (ASCII)\nand the rest lower-cased.",
11885 "builtins.bytes.center" => "Return a centered string of length width.\n\nPadding is done using the specified fill character.",
11886 "builtins.bytes.count" => "Return the number of non-overlapping occurrences of subsection 'sub' in bytes B[start:end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.",
11887 "builtins.bytes.decode" => "Decode the bytes using the codec registered for encoding.\n\n encoding\n The encoding with which to decode the bytes.\n errors\n The error handling scheme to use for the handling of decoding errors.\n The default is 'strict' meaning that decoding errors raise a\n UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n as well as any other name registered with codecs.register_error that\n can handle UnicodeDecodeErrors.",
11888 "builtins.bytes.endswith" => "Return True if the bytes ends with the specified suffix, False otherwise.\n\n suffix\n A bytes or a tuple of bytes to try.\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.",
11889 "builtins.bytes.expandtabs" => "Return a copy where all tab characters are expanded using spaces.\n\nIf tabsize is not given, a tab size of 8 characters is assumed.",
11890 "builtins.bytes.find" => "Return the lowest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start,end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nReturn -1 on failure.",
11891 "builtins.bytes.fromhex" => "Create a bytes object from a string of hexadecimal numbers.\n\nSpaces between two numbers are accepted.\nExample: bytes.fromhex('B9 01EF') -> b'\\\\xb9\\\\x01\\\\xef'.",
11892 "builtins.bytes.hex" => "Create a string of hexadecimal numbers from a bytes object.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\nExample:\n>>> value = b'\\xb9\\x01\\xef'\n>>> value.hex()\n'b901ef'\n>>> value.hex(':')\n'b9:01:ef'\n>>> value.hex(':', 2)\n'b9:01ef'\n>>> value.hex(':', -2)\n'b901:ef'",
11893 "builtins.bytes.index" => "Return the lowest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start,end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nRaise ValueError if the subsection is not found.",
11894 "builtins.bytes.isalnum" => "B.isalnum() -> bool\n\nReturn True if all characters in B are alphanumeric\nand there is at least one character in B, False otherwise.",
11895 "builtins.bytes.isalpha" => "B.isalpha() -> bool\n\nReturn True if all characters in B are alphabetic\nand there is at least one character in B, False otherwise.",
11896 "builtins.bytes.isascii" => "B.isascii() -> bool\n\nReturn True if B is empty or all characters in B are ASCII,\nFalse otherwise.",
11897 "builtins.bytes.isdigit" => "B.isdigit() -> bool\n\nReturn True if all characters in B are digits\nand there is at least one character in B, False otherwise.",
11898 "builtins.bytes.islower" => "B.islower() -> bool\n\nReturn True if all cased characters in B are lowercase and there is\nat least one cased character in B, False otherwise.",
11899 "builtins.bytes.isspace" => "B.isspace() -> bool\n\nReturn True if all characters in B are whitespace\nand there is at least one character in B, False otherwise.",
11900 "builtins.bytes.istitle" => "B.istitle() -> bool\n\nReturn True if B is a titlecased string and there is at least one\ncharacter in B, i.e. uppercase characters may only follow uncased\ncharacters and lowercase characters only cased ones. Return False\notherwise.",
11901 "builtins.bytes.isupper" => "B.isupper() -> bool\n\nReturn True if all cased characters in B are uppercase and there is\nat least one cased character in B, False otherwise.",
11902 "builtins.bytes.join" => "Concatenate any number of bytes objects.\n\nThe bytes whose method is called is inserted in between each pair.\n\nThe result is returned as a new bytes object.\n\nExample: b'.'.join([b'ab', b'pq', b'rs']) -> b'ab.pq.rs'.",
11903 "builtins.bytes.ljust" => "Return a left-justified string of length width.\n\nPadding is done using the specified fill character.",
11904 "builtins.bytes.lower" => "B.lower() -> copy of B\n\nReturn a copy of B with all ASCII characters converted to lowercase.",
11905 "builtins.bytes.lstrip" => "Strip leading bytes contained in the argument.\n\nIf the argument is omitted or None, strip leading ASCII whitespace.",
11906 "builtins.bytes.maketrans" => "Return a translation table usable for the bytes or bytearray translate method.\n\nThe returned table will be one where each byte in frm is mapped to the byte at\nthe same position in to.\n\nThe bytes objects frm and to must be of the same length.",
11907 "builtins.bytes.partition" => "Partition the bytes into three parts using the given separator.\n\nThis will search for the separator sep in the bytes. If the separator is found,\nreturns a 3-tuple containing the part before the separator, the separator\nitself, and the part after it.\n\nIf the separator is not found, returns a 3-tuple containing the original bytes\nobject and two empty bytes objects.",
11908 "builtins.bytes.removeprefix" => "Return a bytes object with the given prefix string removed if present.\n\nIf the bytes starts with the prefix string, return bytes[len(prefix):].\nOtherwise, return a copy of the original bytes.",
11909 "builtins.bytes.removesuffix" => "Return a bytes object with the given suffix string removed if present.\n\nIf the bytes ends with the suffix string and that suffix is not empty,\nreturn bytes[:-len(prefix)]. Otherwise, return a copy of the original\nbytes.",
11910 "builtins.bytes.replace" => "Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\nIf the optional argument count is given, only the first count occurrences are\nreplaced.",
11911 "builtins.bytes.rfind" => "Return the highest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start,end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nReturn -1 on failure.",
11912 "builtins.bytes.rindex" => "Return the highest index in B where subsection 'sub' is found, such that 'sub' is contained within B[start,end].\n\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.\n\nRaise ValueError if the subsection is not found.",
11913 "builtins.bytes.rjust" => "Return a right-justified string of length width.\n\nPadding is done using the specified fill character.",
11914 "builtins.bytes.rpartition" => "Partition the bytes into three parts using the given separator.\n\nThis will search for the separator sep in the bytes, starting at the end. If\nthe separator is found, returns a 3-tuple containing the part before the\nseparator, the separator itself, and the part after it.\n\nIf the separator is not found, returns a 3-tuple containing two empty bytes\nobjects and the original bytes object.",
11915 "builtins.bytes.rsplit" => "Return a list of the sections in the bytes, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytes.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n\nSplitting is done starting at the end of the bytes and working to the front.",
11916 "builtins.bytes.rstrip" => "Strip trailing bytes contained in the argument.\n\nIf the argument is omitted or None, strip trailing ASCII whitespace.",
11917 "builtins.bytes.split" => "Return a list of the sections in the bytes, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytes.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.",
11918 "builtins.bytes.splitlines" => "Return a list of the lines in the bytes, breaking at line boundaries.\n\nLine breaks are not included in the resulting list unless keepends is given and\ntrue.",
11919 "builtins.bytes.startswith" => "Return True if the bytes starts with the specified prefix, False otherwise.\n\n prefix\n A bytes or a tuple of bytes to try.\n start\n Optional start position. Default: start of the bytes.\n end\n Optional stop position. Default: end of the bytes.",
11920 "builtins.bytes.strip" => "Strip leading and trailing bytes contained in the argument.\n\nIf the argument is omitted or None, strip leading and trailing ASCII whitespace.",
11921 "builtins.bytes.swapcase" => "B.swapcase() -> copy of B\n\nReturn a copy of B with uppercase ASCII characters converted\nto lowercase ASCII and vice versa.",
11922 "builtins.bytes.title" => "B.title() -> copy of B\n\nReturn a titlecased version of B, i.e. ASCII words start with uppercase\ncharacters, all remaining cased characters have lowercase.",
11923 "builtins.bytes.translate" => "Return a copy with each character mapped by the given translation table.\n\n table\n Translation table, which must be a bytes object of length 256.\n\nAll characters occurring in the optional argument delete are removed.\nThe remaining characters are mapped through the given translation table.",
11924 "builtins.bytes.upper" => "B.upper() -> copy of B\n\nReturn a copy of B with all ASCII characters converted to uppercase.",
11925 "builtins.bytes.zfill" => "Pad a numeric string with zeros on the left, to fill a field of the given width.\n\nThe original string is never truncated.",
11926 "builtins.bytes_iterator.__delattr__" => "Implement delattr(self, name).",
11927 "builtins.bytes_iterator.__eq__" => "Return self==value.",
11928 "builtins.bytes_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11929 "builtins.bytes_iterator.__ge__" => "Return self>=value.",
11930 "builtins.bytes_iterator.__getattribute__" => "Return getattr(self, name).",
11931 "builtins.bytes_iterator.__getstate__" => "Helper for pickle.",
11932 "builtins.bytes_iterator.__gt__" => "Return self>value.",
11933 "builtins.bytes_iterator.__hash__" => "Return hash(self).",
11934 "builtins.bytes_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11935 "builtins.bytes_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11936 "builtins.bytes_iterator.__iter__" => "Implement iter(self).",
11937 "builtins.bytes_iterator.__le__" => "Return self<=value.",
11938 "builtins.bytes_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
11939 "builtins.bytes_iterator.__lt__" => "Return self<value.",
11940 "builtins.bytes_iterator.__ne__" => "Return self!=value.",
11941 "builtins.bytes_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11942 "builtins.bytes_iterator.__next__" => "Implement next(self).",
11943 "builtins.bytes_iterator.__reduce__" => "Return state information for pickling.",
11944 "builtins.bytes_iterator.__reduce_ex__" => "Helper for pickle.",
11945 "builtins.bytes_iterator.__repr__" => "Return repr(self).",
11946 "builtins.bytes_iterator.__setattr__" => "Implement setattr(self, name, value).",
11947 "builtins.bytes_iterator.__setstate__" => "Set state information for unpickling.",
11948 "builtins.bytes_iterator.__sizeof__" => "Size of object in memory, in bytes.",
11949 "builtins.bytes_iterator.__str__" => "Return str(self).",
11950 "builtins.bytes_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11951 "builtins.callable" => "Return whether the object is callable (i.e., some kind of function).\n\nNote that classes are callable, as are instances of classes with a\n__call__() method.",
11952 "builtins.cell" => "Create a new cell object.\n\n contents\n the contents of the cell. If not specified, the cell will be empty,\n and \n further attempts to access its cell_contents attribute will\n raise a ValueError.",
11953 "builtins.cell.__delattr__" => "Implement delattr(self, name).",
11954 "builtins.cell.__eq__" => "Return self==value.",
11955 "builtins.cell.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11956 "builtins.cell.__ge__" => "Return self>=value.",
11957 "builtins.cell.__getattribute__" => "Return getattr(self, name).",
11958 "builtins.cell.__getstate__" => "Helper for pickle.",
11959 "builtins.cell.__gt__" => "Return self>value.",
11960 "builtins.cell.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11961 "builtins.cell.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11962 "builtins.cell.__le__" => "Return self<=value.",
11963 "builtins.cell.__lt__" => "Return self<value.",
11964 "builtins.cell.__ne__" => "Return self!=value.",
11965 "builtins.cell.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11966 "builtins.cell.__reduce__" => "Helper for pickle.",
11967 "builtins.cell.__reduce_ex__" => "Helper for pickle.",
11968 "builtins.cell.__repr__" => "Return repr(self).",
11969 "builtins.cell.__setattr__" => "Implement setattr(self, name, value).",
11970 "builtins.cell.__sizeof__" => "Size of object in memory, in bytes.",
11971 "builtins.cell.__str__" => "Return str(self).",
11972 "builtins.cell.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11973 "builtins.chr" => "Return a Unicode string of one character with ordinal i; 0 <= i <= 0x10ffff.",
11974 "builtins.classmethod" => "Convert a function to be a class method.\n\nA class method receives the class as implicit first argument,\njust like an instance method receives the instance.\nTo declare a class method, use this idiom:\n\n class C:\n @classmethod\n def f(cls, arg1, arg2, argN):\n ...\n\nIt can be called either on the class (e.g. C.f()) or on an instance\n(e.g. C().f()). The instance is ignored except for its class.\nIf a class method is called for a derived class, the derived class\nobject is passed as the implied first argument.\n\nClass methods are different than C++ or Java static methods.\nIf you want those, see the staticmethod builtin.",
11975 "builtins.classmethod.__delattr__" => "Implement delattr(self, name).",
11976 "builtins.classmethod.__eq__" => "Return self==value.",
11977 "builtins.classmethod.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
11978 "builtins.classmethod.__ge__" => "Return self>=value.",
11979 "builtins.classmethod.__get__" => "Return an attribute of instance, which is of type owner.",
11980 "builtins.classmethod.__getattribute__" => "Return getattr(self, name).",
11981 "builtins.classmethod.__getstate__" => "Helper for pickle.",
11982 "builtins.classmethod.__gt__" => "Return self>value.",
11983 "builtins.classmethod.__hash__" => "Return hash(self).",
11984 "builtins.classmethod.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
11985 "builtins.classmethod.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
11986 "builtins.classmethod.__le__" => "Return self<=value.",
11987 "builtins.classmethod.__lt__" => "Return self<value.",
11988 "builtins.classmethod.__ne__" => "Return self!=value.",
11989 "builtins.classmethod.__new__" => "Create and return a new object. See help(type) for accurate signature.",
11990 "builtins.classmethod.__reduce__" => "Helper for pickle.",
11991 "builtins.classmethod.__reduce_ex__" => "Helper for pickle.",
11992 "builtins.classmethod.__repr__" => "Return repr(self).",
11993 "builtins.classmethod.__setattr__" => "Implement setattr(self, name, value).",
11994 "builtins.classmethod.__sizeof__" => "Size of object in memory, in bytes.",
11995 "builtins.classmethod.__str__" => "Return str(self).",
11996 "builtins.classmethod.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
11997 "builtins.classmethod_descriptor.__call__" => "Call self as a function.",
11998 "builtins.classmethod_descriptor.__delattr__" => "Implement delattr(self, name).",
11999 "builtins.classmethod_descriptor.__eq__" => "Return self==value.",
12000 "builtins.classmethod_descriptor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12001 "builtins.classmethod_descriptor.__ge__" => "Return self>=value.",
12002 "builtins.classmethod_descriptor.__get__" => "Return an attribute of instance, which is of type owner.",
12003 "builtins.classmethod_descriptor.__getattribute__" => "Return getattr(self, name).",
12004 "builtins.classmethod_descriptor.__getstate__" => "Helper for pickle.",
12005 "builtins.classmethod_descriptor.__gt__" => "Return self>value.",
12006 "builtins.classmethod_descriptor.__hash__" => "Return hash(self).",
12007 "builtins.classmethod_descriptor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12008 "builtins.classmethod_descriptor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12009 "builtins.classmethod_descriptor.__le__" => "Return self<=value.",
12010 "builtins.classmethod_descriptor.__lt__" => "Return self<value.",
12011 "builtins.classmethod_descriptor.__ne__" => "Return self!=value.",
12012 "builtins.classmethod_descriptor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12013 "builtins.classmethod_descriptor.__reduce__" => "Helper for pickle.",
12014 "builtins.classmethod_descriptor.__reduce_ex__" => "Helper for pickle.",
12015 "builtins.classmethod_descriptor.__repr__" => "Return repr(self).",
12016 "builtins.classmethod_descriptor.__setattr__" => "Implement setattr(self, name, value).",
12017 "builtins.classmethod_descriptor.__sizeof__" => "Size of object in memory, in bytes.",
12018 "builtins.classmethod_descriptor.__str__" => "Return str(self).",
12019 "builtins.classmethod_descriptor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12020 "builtins.code" => "Create a code object. Not for the faint of heart.",
12021 "builtins.code.__delattr__" => "Implement delattr(self, name).",
12022 "builtins.code.__eq__" => "Return self==value.",
12023 "builtins.code.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12024 "builtins.code.__ge__" => "Return self>=value.",
12025 "builtins.code.__getattribute__" => "Return getattr(self, name).",
12026 "builtins.code.__getstate__" => "Helper for pickle.",
12027 "builtins.code.__gt__" => "Return self>value.",
12028 "builtins.code.__hash__" => "Return hash(self).",
12029 "builtins.code.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12030 "builtins.code.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12031 "builtins.code.__le__" => "Return self<=value.",
12032 "builtins.code.__lt__" => "Return self<value.",
12033 "builtins.code.__ne__" => "Return self!=value.",
12034 "builtins.code.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12035 "builtins.code.__reduce__" => "Helper for pickle.",
12036 "builtins.code.__reduce_ex__" => "Helper for pickle.",
12037 "builtins.code.__replace__" => "The same as replace().",
12038 "builtins.code.__repr__" => "Return repr(self).",
12039 "builtins.code.__setattr__" => "Implement setattr(self, name, value).",
12040 "builtins.code.__str__" => "Return str(self).",
12041 "builtins.code.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12042 "builtins.code._varname_from_oparg" => "(internal-only) Return the local variable name for the given oparg.\n\nWARNING: this method is for internal use only and may change or go away.",
12043 "builtins.code.replace" => "Return a copy of the code object with new values for the specified fields.",
12044 "builtins.compile" => "Compile source into a code object that can be executed by exec() or eval().\n\nThe source code may represent a Python module, statement or expression.\nThe filename will be used for run-time error messages.\nThe mode must be 'exec' to compile a module, 'single' to compile a\nsingle (interactive) statement, or 'eval' to compile an expression.\nThe flags argument, if present, controls which future statements influence\nthe compilation of the code.\nThe dont_inherit argument, if true, stops the compilation inheriting\nthe effects of any future statements in effect in the code calling\ncompile; if absent or false these statements do influence the compilation,\nin addition to any features explicitly specified.",
12045 "builtins.complex" => "Create a complex number from a string or numbers.\n\nIf a string is given, parse it as a complex number.\nIf a single number is given, convert it to a complex number.\nIf the 'real' or 'imag' arguments are given, create a complex number\nwith the specified real and imaginary components.",
12046 "builtins.complex.__abs__" => "abs(self)",
12047 "builtins.complex.__add__" => "Return self+value.",
12048 "builtins.complex.__bool__" => "True if self else False",
12049 "builtins.complex.__complex__" => "Convert this value to exact type complex.",
12050 "builtins.complex.__delattr__" => "Implement delattr(self, name).",
12051 "builtins.complex.__eq__" => "Return self==value.",
12052 "builtins.complex.__format__" => "Convert to a string according to format_spec.",
12053 "builtins.complex.__ge__" => "Return self>=value.",
12054 "builtins.complex.__getattribute__" => "Return getattr(self, name).",
12055 "builtins.complex.__getstate__" => "Helper for pickle.",
12056 "builtins.complex.__gt__" => "Return self>value.",
12057 "builtins.complex.__hash__" => "Return hash(self).",
12058 "builtins.complex.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12059 "builtins.complex.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12060 "builtins.complex.__le__" => "Return self<=value.",
12061 "builtins.complex.__lt__" => "Return self<value.",
12062 "builtins.complex.__mul__" => "Return self*value.",
12063 "builtins.complex.__ne__" => "Return self!=value.",
12064 "builtins.complex.__neg__" => "-self",
12065 "builtins.complex.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12066 "builtins.complex.__pos__" => "+self",
12067 "builtins.complex.__pow__" => "Return pow(self, value, mod).",
12068 "builtins.complex.__radd__" => "Return value+self.",
12069 "builtins.complex.__reduce__" => "Helper for pickle.",
12070 "builtins.complex.__reduce_ex__" => "Helper for pickle.",
12071 "builtins.complex.__repr__" => "Return repr(self).",
12072 "builtins.complex.__rmul__" => "Return value*self.",
12073 "builtins.complex.__rpow__" => "Return pow(value, self, mod).",
12074 "builtins.complex.__rsub__" => "Return value-self.",
12075 "builtins.complex.__rtruediv__" => "Return value/self.",
12076 "builtins.complex.__setattr__" => "Implement setattr(self, name, value).",
12077 "builtins.complex.__sizeof__" => "Size of object in memory, in bytes.",
12078 "builtins.complex.__str__" => "Return str(self).",
12079 "builtins.complex.__sub__" => "Return self-value.",
12080 "builtins.complex.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12081 "builtins.complex.__truediv__" => "Return self/value.",
12082 "builtins.complex.conjugate" => "Return the complex conjugate of its argument. (3-4j).conjugate() == 3+4j.",
12083 "builtins.complex.from_number" => "Convert number to a complex floating-point number.",
12084 "builtins.complex.imag" => "the imaginary part of a complex number",
12085 "builtins.complex.real" => "the real part of a complex number",
12086 "builtins.coroutine.__await__" => "Return an iterator to be used in await expression.",
12087 "builtins.coroutine.__class_getitem__" => "See PEP 585",
12088 "builtins.coroutine.__del__" => "Called when the instance is about to be destroyed.",
12089 "builtins.coroutine.__delattr__" => "Implement delattr(self, name).",
12090 "builtins.coroutine.__eq__" => "Return self==value.",
12091 "builtins.coroutine.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12092 "builtins.coroutine.__ge__" => "Return self>=value.",
12093 "builtins.coroutine.__getattribute__" => "Return getattr(self, name).",
12094 "builtins.coroutine.__getstate__" => "Helper for pickle.",
12095 "builtins.coroutine.__gt__" => "Return self>value.",
12096 "builtins.coroutine.__hash__" => "Return hash(self).",
12097 "builtins.coroutine.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12098 "builtins.coroutine.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12099 "builtins.coroutine.__le__" => "Return self<=value.",
12100 "builtins.coroutine.__lt__" => "Return self<value.",
12101 "builtins.coroutine.__ne__" => "Return self!=value.",
12102 "builtins.coroutine.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12103 "builtins.coroutine.__reduce__" => "Helper for pickle.",
12104 "builtins.coroutine.__reduce_ex__" => "Helper for pickle.",
12105 "builtins.coroutine.__repr__" => "Return repr(self).",
12106 "builtins.coroutine.__setattr__" => "Implement setattr(self, name, value).",
12107 "builtins.coroutine.__sizeof__" => "gen.__sizeof__() -> size of gen in memory, in bytes",
12108 "builtins.coroutine.__str__" => "Return str(self).",
12109 "builtins.coroutine.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12110 "builtins.coroutine.close" => "close() -> raise GeneratorExit inside coroutine.",
12111 "builtins.coroutine.cr_await" => "object being awaited on, or None",
12112 "builtins.coroutine.send" => "send(arg) -> send 'arg' into coroutine,\nreturn next iterated value or raise StopIteration.",
12113 "builtins.coroutine.throw" => "throw(value)\nthrow(type[,value[,traceback]])\n\nRaise exception in coroutine, return next iterated value or raise\nStopIteration.\nthe (type, val, tb) signature is deprecated, \nand may be removed in a future version of Python.",
12114 "builtins.delattr" => "Deletes the named attribute from the given object.\n\ndelattr(x, 'y') is equivalent to ``del x.y``",
12115 "builtins.dict" => "dict() -> new empty dictionary\ndict(mapping) -> new dictionary initialized from a mapping object's\n (key, value) pairs\ndict(iterable) -> new dictionary initialized as if via:\n d = {}\n for k, v in iterable:\n d[k] = v\ndict(**kwargs) -> new dictionary initialized with the name=value pairs\n in the keyword argument list. For example: dict(one=1, two=2)",
12116 "builtins.dict.__class_getitem__" => "See PEP 585",
12117 "builtins.dict.__contains__" => "True if the dictionary has the specified key, else False.",
12118 "builtins.dict.__delattr__" => "Implement delattr(self, name).",
12119 "builtins.dict.__delitem__" => "Delete self[key].",
12120 "builtins.dict.__eq__" => "Return self==value.",
12121 "builtins.dict.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12122 "builtins.dict.__ge__" => "Return self>=value.",
12123 "builtins.dict.__getattribute__" => "Return getattr(self, name).",
12124 "builtins.dict.__getitem__" => "Return self[key].",
12125 "builtins.dict.__getstate__" => "Helper for pickle.",
12126 "builtins.dict.__gt__" => "Return self>value.",
12127 "builtins.dict.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12128 "builtins.dict.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12129 "builtins.dict.__ior__" => "Return self|=value.",
12130 "builtins.dict.__iter__" => "Implement iter(self).",
12131 "builtins.dict.__le__" => "Return self<=value.",
12132 "builtins.dict.__len__" => "Return len(self).",
12133 "builtins.dict.__lt__" => "Return self<value.",
12134 "builtins.dict.__ne__" => "Return self!=value.",
12135 "builtins.dict.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12136 "builtins.dict.__or__" => "Return self|value.",
12137 "builtins.dict.__reduce__" => "Helper for pickle.",
12138 "builtins.dict.__reduce_ex__" => "Helper for pickle.",
12139 "builtins.dict.__repr__" => "Return repr(self).",
12140 "builtins.dict.__reversed__" => "Return a reverse iterator over the dict keys.",
12141 "builtins.dict.__ror__" => "Return value|self.",
12142 "builtins.dict.__setattr__" => "Implement setattr(self, name, value).",
12143 "builtins.dict.__setitem__" => "Set self[key] to value.",
12144 "builtins.dict.__sizeof__" => "Return the size of the dict in memory, in bytes.",
12145 "builtins.dict.__str__" => "Return str(self).",
12146 "builtins.dict.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12147 "builtins.dict.clear" => "Remove all items from the dict.",
12148 "builtins.dict.copy" => "Return a shallow copy of the dict.",
12149 "builtins.dict.fromkeys" => "Create a new dictionary with keys from iterable and values set to value.",
12150 "builtins.dict.get" => "Return the value for key if key is in the dictionary, else default.",
12151 "builtins.dict.items" => "Return a set-like object providing a view on the dict's items.",
12152 "builtins.dict.keys" => "Return a set-like object providing a view on the dict's keys.",
12153 "builtins.dict.pop" => "D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n\nIf the key is not found, return the default if given; otherwise,\nraise a KeyError.",
12154 "builtins.dict.popitem" => "Remove and return a (key, value) pair as a 2-tuple.\n\nPairs are returned in LIFO (last-in, first-out) order.\nRaises KeyError if the dict is empty.",
12155 "builtins.dict.setdefault" => "Insert key with a value of default if key is not in the dictionary.\n\nReturn the value for key if key is in the dictionary, else default.",
12156 "builtins.dict.update" => "D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.\nIf E is present and has a .keys() method, then does: for k in E.keys(): D[k] = E[k]\nIf E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v\nIn either case, this is followed by: for k in F: D[k] = F[k]",
12157 "builtins.dict.values" => "Return an object providing a view on the dict's values.",
12158 "builtins.dict_itemiterator.__delattr__" => "Implement delattr(self, name).",
12159 "builtins.dict_itemiterator.__eq__" => "Return self==value.",
12160 "builtins.dict_itemiterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12161 "builtins.dict_itemiterator.__ge__" => "Return self>=value.",
12162 "builtins.dict_itemiterator.__getattribute__" => "Return getattr(self, name).",
12163 "builtins.dict_itemiterator.__getstate__" => "Helper for pickle.",
12164 "builtins.dict_itemiterator.__gt__" => "Return self>value.",
12165 "builtins.dict_itemiterator.__hash__" => "Return hash(self).",
12166 "builtins.dict_itemiterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12167 "builtins.dict_itemiterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12168 "builtins.dict_itemiterator.__iter__" => "Implement iter(self).",
12169 "builtins.dict_itemiterator.__le__" => "Return self<=value.",
12170 "builtins.dict_itemiterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
12171 "builtins.dict_itemiterator.__lt__" => "Return self<value.",
12172 "builtins.dict_itemiterator.__ne__" => "Return self!=value.",
12173 "builtins.dict_itemiterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12174 "builtins.dict_itemiterator.__next__" => "Implement next(self).",
12175 "builtins.dict_itemiterator.__reduce__" => "Return state information for pickling.",
12176 "builtins.dict_itemiterator.__reduce_ex__" => "Helper for pickle.",
12177 "builtins.dict_itemiterator.__repr__" => "Return repr(self).",
12178 "builtins.dict_itemiterator.__setattr__" => "Implement setattr(self, name, value).",
12179 "builtins.dict_itemiterator.__sizeof__" => "Size of object in memory, in bytes.",
12180 "builtins.dict_itemiterator.__str__" => "Return str(self).",
12181 "builtins.dict_itemiterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12182 "builtins.dict_items.__and__" => "Return self&value.",
12183 "builtins.dict_items.__contains__" => "Return bool(key in self).",
12184 "builtins.dict_items.__delattr__" => "Implement delattr(self, name).",
12185 "builtins.dict_items.__eq__" => "Return self==value.",
12186 "builtins.dict_items.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12187 "builtins.dict_items.__ge__" => "Return self>=value.",
12188 "builtins.dict_items.__getattribute__" => "Return getattr(self, name).",
12189 "builtins.dict_items.__getstate__" => "Helper for pickle.",
12190 "builtins.dict_items.__gt__" => "Return self>value.",
12191 "builtins.dict_items.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12192 "builtins.dict_items.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12193 "builtins.dict_items.__iter__" => "Implement iter(self).",
12194 "builtins.dict_items.__le__" => "Return self<=value.",
12195 "builtins.dict_items.__len__" => "Return len(self).",
12196 "builtins.dict_items.__lt__" => "Return self<value.",
12197 "builtins.dict_items.__ne__" => "Return self!=value.",
12198 "builtins.dict_items.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12199 "builtins.dict_items.__or__" => "Return self|value.",
12200 "builtins.dict_items.__rand__" => "Return value&self.",
12201 "builtins.dict_items.__reduce__" => "Helper for pickle.",
12202 "builtins.dict_items.__reduce_ex__" => "Helper for pickle.",
12203 "builtins.dict_items.__repr__" => "Return repr(self).",
12204 "builtins.dict_items.__reversed__" => "Return a reverse iterator over the dict items.",
12205 "builtins.dict_items.__ror__" => "Return value|self.",
12206 "builtins.dict_items.__rsub__" => "Return value-self.",
12207 "builtins.dict_items.__rxor__" => "Return value^self.",
12208 "builtins.dict_items.__setattr__" => "Implement setattr(self, name, value).",
12209 "builtins.dict_items.__sizeof__" => "Size of object in memory, in bytes.",
12210 "builtins.dict_items.__str__" => "Return str(self).",
12211 "builtins.dict_items.__sub__" => "Return self-value.",
12212 "builtins.dict_items.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12213 "builtins.dict_items.__xor__" => "Return self^value.",
12214 "builtins.dict_items.isdisjoint" => "Return True if the view and the given iterable have a null intersection.",
12215 "builtins.dict_items.mapping" => "dictionary that this view refers to",
12216 "builtins.dict_keyiterator.__delattr__" => "Implement delattr(self, name).",
12217 "builtins.dict_keyiterator.__eq__" => "Return self==value.",
12218 "builtins.dict_keyiterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12219 "builtins.dict_keyiterator.__ge__" => "Return self>=value.",
12220 "builtins.dict_keyiterator.__getattribute__" => "Return getattr(self, name).",
12221 "builtins.dict_keyiterator.__getstate__" => "Helper for pickle.",
12222 "builtins.dict_keyiterator.__gt__" => "Return self>value.",
12223 "builtins.dict_keyiterator.__hash__" => "Return hash(self).",
12224 "builtins.dict_keyiterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12225 "builtins.dict_keyiterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12226 "builtins.dict_keyiterator.__iter__" => "Implement iter(self).",
12227 "builtins.dict_keyiterator.__le__" => "Return self<=value.",
12228 "builtins.dict_keyiterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
12229 "builtins.dict_keyiterator.__lt__" => "Return self<value.",
12230 "builtins.dict_keyiterator.__ne__" => "Return self!=value.",
12231 "builtins.dict_keyiterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12232 "builtins.dict_keyiterator.__next__" => "Implement next(self).",
12233 "builtins.dict_keyiterator.__reduce__" => "Return state information for pickling.",
12234 "builtins.dict_keyiterator.__reduce_ex__" => "Helper for pickle.",
12235 "builtins.dict_keyiterator.__repr__" => "Return repr(self).",
12236 "builtins.dict_keyiterator.__setattr__" => "Implement setattr(self, name, value).",
12237 "builtins.dict_keyiterator.__sizeof__" => "Size of object in memory, in bytes.",
12238 "builtins.dict_keyiterator.__str__" => "Return str(self).",
12239 "builtins.dict_keyiterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12240 "builtins.dict_valueiterator.__delattr__" => "Implement delattr(self, name).",
12241 "builtins.dict_valueiterator.__eq__" => "Return self==value.",
12242 "builtins.dict_valueiterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12243 "builtins.dict_valueiterator.__ge__" => "Return self>=value.",
12244 "builtins.dict_valueiterator.__getattribute__" => "Return getattr(self, name).",
12245 "builtins.dict_valueiterator.__getstate__" => "Helper for pickle.",
12246 "builtins.dict_valueiterator.__gt__" => "Return self>value.",
12247 "builtins.dict_valueiterator.__hash__" => "Return hash(self).",
12248 "builtins.dict_valueiterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12249 "builtins.dict_valueiterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12250 "builtins.dict_valueiterator.__iter__" => "Implement iter(self).",
12251 "builtins.dict_valueiterator.__le__" => "Return self<=value.",
12252 "builtins.dict_valueiterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
12253 "builtins.dict_valueiterator.__lt__" => "Return self<value.",
12254 "builtins.dict_valueiterator.__ne__" => "Return self!=value.",
12255 "builtins.dict_valueiterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12256 "builtins.dict_valueiterator.__next__" => "Implement next(self).",
12257 "builtins.dict_valueiterator.__reduce__" => "Return state information for pickling.",
12258 "builtins.dict_valueiterator.__reduce_ex__" => "Helper for pickle.",
12259 "builtins.dict_valueiterator.__repr__" => "Return repr(self).",
12260 "builtins.dict_valueiterator.__setattr__" => "Implement setattr(self, name, value).",
12261 "builtins.dict_valueiterator.__sizeof__" => "Size of object in memory, in bytes.",
12262 "builtins.dict_valueiterator.__str__" => "Return str(self).",
12263 "builtins.dict_valueiterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12264 "builtins.dict_values.__delattr__" => "Implement delattr(self, name).",
12265 "builtins.dict_values.__eq__" => "Return self==value.",
12266 "builtins.dict_values.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12267 "builtins.dict_values.__ge__" => "Return self>=value.",
12268 "builtins.dict_values.__getattribute__" => "Return getattr(self, name).",
12269 "builtins.dict_values.__getstate__" => "Helper for pickle.",
12270 "builtins.dict_values.__gt__" => "Return self>value.",
12271 "builtins.dict_values.__hash__" => "Return hash(self).",
12272 "builtins.dict_values.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12273 "builtins.dict_values.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12274 "builtins.dict_values.__iter__" => "Implement iter(self).",
12275 "builtins.dict_values.__le__" => "Return self<=value.",
12276 "builtins.dict_values.__len__" => "Return len(self).",
12277 "builtins.dict_values.__lt__" => "Return self<value.",
12278 "builtins.dict_values.__ne__" => "Return self!=value.",
12279 "builtins.dict_values.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12280 "builtins.dict_values.__reduce__" => "Helper for pickle.",
12281 "builtins.dict_values.__reduce_ex__" => "Helper for pickle.",
12282 "builtins.dict_values.__repr__" => "Return repr(self).",
12283 "builtins.dict_values.__reversed__" => "Return a reverse iterator over the dict values.",
12284 "builtins.dict_values.__setattr__" => "Implement setattr(self, name, value).",
12285 "builtins.dict_values.__sizeof__" => "Size of object in memory, in bytes.",
12286 "builtins.dict_values.__str__" => "Return str(self).",
12287 "builtins.dict_values.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12288 "builtins.dict_values.mapping" => "dictionary that this view refers to",
12289 "builtins.dir" => "dir([object]) -> list of strings\n\nIf called without an argument, return the names in the current scope.\nElse, return an alphabetized list of names comprising (some of) the attributes\nof the given object, and of attributes reachable from it.\nIf the object supplies a method named __dir__, it will be used; otherwise\nthe default dir() logic is used and returns:\n for a module object: the module's attributes.\n for a class object: its attributes, and recursively the attributes\n of its bases.\n for any other object: its attributes, its class's attributes, and\n recursively the attributes of its class's base classes.",
12290 "builtins.divmod" => "Return the tuple (x//y, x%y). Invariant: div*y + mod == x.",
12291 "builtins.ellipsis" => "The type of the Ellipsis singleton.",
12292 "builtins.ellipsis.__delattr__" => "Implement delattr(self, name).",
12293 "builtins.ellipsis.__eq__" => "Return self==value.",
12294 "builtins.ellipsis.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12295 "builtins.ellipsis.__ge__" => "Return self>=value.",
12296 "builtins.ellipsis.__getattribute__" => "Return getattr(self, name).",
12297 "builtins.ellipsis.__getstate__" => "Helper for pickle.",
12298 "builtins.ellipsis.__gt__" => "Return self>value.",
12299 "builtins.ellipsis.__hash__" => "Return hash(self).",
12300 "builtins.ellipsis.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12301 "builtins.ellipsis.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12302 "builtins.ellipsis.__le__" => "Return self<=value.",
12303 "builtins.ellipsis.__lt__" => "Return self<value.",
12304 "builtins.ellipsis.__ne__" => "Return self!=value.",
12305 "builtins.ellipsis.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12306 "builtins.ellipsis.__reduce_ex__" => "Helper for pickle.",
12307 "builtins.ellipsis.__repr__" => "Return repr(self).",
12308 "builtins.ellipsis.__setattr__" => "Implement setattr(self, name, value).",
12309 "builtins.ellipsis.__sizeof__" => "Size of object in memory, in bytes.",
12310 "builtins.ellipsis.__str__" => "Return str(self).",
12311 "builtins.ellipsis.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12312 "builtins.enumerate" => "Return an enumerate object.\n\n iterable\n an object supporting iteration\n\nThe enumerate object yields pairs containing a count (from start, which\ndefaults to zero) and a value yielded by the iterable argument.\n\nenumerate is useful for obtaining an indexed list:\n (0, seq[0]), (1, seq[1]), (2, seq[2]), ...",
12313 "builtins.enumerate.__class_getitem__" => "See PEP 585",
12314 "builtins.enumerate.__delattr__" => "Implement delattr(self, name).",
12315 "builtins.enumerate.__eq__" => "Return self==value.",
12316 "builtins.enumerate.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12317 "builtins.enumerate.__ge__" => "Return self>=value.",
12318 "builtins.enumerate.__getattribute__" => "Return getattr(self, name).",
12319 "builtins.enumerate.__getstate__" => "Helper for pickle.",
12320 "builtins.enumerate.__gt__" => "Return self>value.",
12321 "builtins.enumerate.__hash__" => "Return hash(self).",
12322 "builtins.enumerate.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12323 "builtins.enumerate.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12324 "builtins.enumerate.__iter__" => "Implement iter(self).",
12325 "builtins.enumerate.__le__" => "Return self<=value.",
12326 "builtins.enumerate.__lt__" => "Return self<value.",
12327 "builtins.enumerate.__ne__" => "Return self!=value.",
12328 "builtins.enumerate.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12329 "builtins.enumerate.__next__" => "Implement next(self).",
12330 "builtins.enumerate.__reduce__" => "Return state information for pickling.",
12331 "builtins.enumerate.__reduce_ex__" => "Helper for pickle.",
12332 "builtins.enumerate.__repr__" => "Return repr(self).",
12333 "builtins.enumerate.__setattr__" => "Implement setattr(self, name, value).",
12334 "builtins.enumerate.__sizeof__" => "Size of object in memory, in bytes.",
12335 "builtins.enumerate.__str__" => "Return str(self).",
12336 "builtins.enumerate.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12337 "builtins.eval" => "Evaluate the given source in the context of globals and locals.\n\nThe source may be a string representing a Python expression\nor a code object as returned by compile().\nThe globals must be a dictionary and locals can be any mapping,\ndefaulting to the current globals and locals.\nIf only globals is given, locals defaults to it.",
12338 "builtins.exec" => "Execute the given source in the context of globals and locals.\n\nThe source may be a string representing one or more Python statements\nor a code object as returned by compile().\nThe globals must be a dictionary and locals can be any mapping,\ndefaulting to the current globals and locals.\nIf only globals is given, locals defaults to it.\nThe closure must be a tuple of cellvars, and can only be used\nwhen source is a code object requiring exactly that many cellvars.",
12339 "builtins.filter" => "Return an iterator yielding those items of iterable for which function(item)\nis true. If function is None, return the items that are true.",
12340 "builtins.filter.__delattr__" => "Implement delattr(self, name).",
12341 "builtins.filter.__eq__" => "Return self==value.",
12342 "builtins.filter.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12343 "builtins.filter.__ge__" => "Return self>=value.",
12344 "builtins.filter.__getattribute__" => "Return getattr(self, name).",
12345 "builtins.filter.__getstate__" => "Helper for pickle.",
12346 "builtins.filter.__gt__" => "Return self>value.",
12347 "builtins.filter.__hash__" => "Return hash(self).",
12348 "builtins.filter.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12349 "builtins.filter.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12350 "builtins.filter.__iter__" => "Implement iter(self).",
12351 "builtins.filter.__le__" => "Return self<=value.",
12352 "builtins.filter.__lt__" => "Return self<value.",
12353 "builtins.filter.__ne__" => "Return self!=value.",
12354 "builtins.filter.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12355 "builtins.filter.__next__" => "Implement next(self).",
12356 "builtins.filter.__reduce__" => "Return state information for pickling.",
12357 "builtins.filter.__reduce_ex__" => "Helper for pickle.",
12358 "builtins.filter.__repr__" => "Return repr(self).",
12359 "builtins.filter.__setattr__" => "Implement setattr(self, name, value).",
12360 "builtins.filter.__sizeof__" => "Size of object in memory, in bytes.",
12361 "builtins.filter.__str__" => "Return str(self).",
12362 "builtins.filter.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12363 "builtins.float" => "Convert a string or number to a floating-point number, if possible.",
12364 "builtins.float.__abs__" => "abs(self)",
12365 "builtins.float.__add__" => "Return self+value.",
12366 "builtins.float.__bool__" => "True if self else False",
12367 "builtins.float.__ceil__" => "Return the ceiling as an Integral.",
12368 "builtins.float.__delattr__" => "Implement delattr(self, name).",
12369 "builtins.float.__divmod__" => "Return divmod(self, value).",
12370 "builtins.float.__eq__" => "Return self==value.",
12371 "builtins.float.__float__" => "float(self)",
12372 "builtins.float.__floor__" => "Return the floor as an Integral.",
12373 "builtins.float.__floordiv__" => "Return self//value.",
12374 "builtins.float.__format__" => "Formats the float according to format_spec.",
12375 "builtins.float.__ge__" => "Return self>=value.",
12376 "builtins.float.__getattribute__" => "Return getattr(self, name).",
12377 "builtins.float.__getformat__" => "You probably don't want to use this function.\n\n typestr\n Must be 'double' or 'float'.\n\nIt exists mainly to be used in Python's test suite.\n\nThis function returns whichever of 'unknown', 'IEEE, big-endian' or 'IEEE,\nlittle-endian' best describes the format of floating-point numbers used by the\nC type named by typestr.",
12378 "builtins.float.__getstate__" => "Helper for pickle.",
12379 "builtins.float.__gt__" => "Return self>value.",
12380 "builtins.float.__hash__" => "Return hash(self).",
12381 "builtins.float.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12382 "builtins.float.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12383 "builtins.float.__int__" => "int(self)",
12384 "builtins.float.__le__" => "Return self<=value.",
12385 "builtins.float.__lt__" => "Return self<value.",
12386 "builtins.float.__mod__" => "Return self%value.",
12387 "builtins.float.__mul__" => "Return self*value.",
12388 "builtins.float.__ne__" => "Return self!=value.",
12389 "builtins.float.__neg__" => "-self",
12390 "builtins.float.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12391 "builtins.float.__pos__" => "+self",
12392 "builtins.float.__pow__" => "Return pow(self, value, mod).",
12393 "builtins.float.__radd__" => "Return value+self.",
12394 "builtins.float.__rdivmod__" => "Return divmod(value, self).",
12395 "builtins.float.__reduce__" => "Helper for pickle.",
12396 "builtins.float.__reduce_ex__" => "Helper for pickle.",
12397 "builtins.float.__repr__" => "Return repr(self).",
12398 "builtins.float.__rfloordiv__" => "Return value//self.",
12399 "builtins.float.__rmod__" => "Return value%self.",
12400 "builtins.float.__rmul__" => "Return value*self.",
12401 "builtins.float.__round__" => "Return the Integral closest to x, rounding half toward even.\n\nWhen an argument is passed, work like built-in round(x, ndigits).",
12402 "builtins.float.__rpow__" => "Return pow(value, self, mod).",
12403 "builtins.float.__rsub__" => "Return value-self.",
12404 "builtins.float.__rtruediv__" => "Return value/self.",
12405 "builtins.float.__setattr__" => "Implement setattr(self, name, value).",
12406 "builtins.float.__sizeof__" => "Size of object in memory, in bytes.",
12407 "builtins.float.__str__" => "Return str(self).",
12408 "builtins.float.__sub__" => "Return self-value.",
12409 "builtins.float.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12410 "builtins.float.__truediv__" => "Return self/value.",
12411 "builtins.float.__trunc__" => "Return the Integral closest to x between 0 and x.",
12412 "builtins.float.as_integer_ratio" => "Return a pair of integers, whose ratio is exactly equal to the original float.\n\nThe ratio is in lowest terms and has a positive denominator. Raise\nOverflowError on infinities and a ValueError on NaNs.\n\n>>> (10.0).as_integer_ratio()\n(10, 1)\n>>> (0.0).as_integer_ratio()\n(0, 1)\n>>> (-.25).as_integer_ratio()\n(-1, 4)",
12413 "builtins.float.conjugate" => "Return self, the complex conjugate of any float.",
12414 "builtins.float.from_number" => "Convert real number to a floating-point number.",
12415 "builtins.float.fromhex" => "Create a floating-point number from a hexadecimal string.\n\n>>> float.fromhex('0x1.ffffp10')\n2047.984375\n>>> float.fromhex('-0x1p-1074')\n-5e-324",
12416 "builtins.float.hex" => "Return a hexadecimal representation of a floating-point number.\n\n>>> (-0.1).hex()\n'-0x1.999999999999ap-4'\n>>> 3.14159.hex()\n'0x1.921f9f01b866ep+1'",
12417 "builtins.float.imag" => "the imaginary part of a complex number",
12418 "builtins.float.is_integer" => "Return True if the float is an integer.",
12419 "builtins.float.real" => "the real part of a complex number",
12420 "builtins.format" => "Return type(value).__format__(value, format_spec)\n\nMany built-in types implement format_spec according to the\nFormat Specification Mini-language. See help('FORMATTING').\n\nIf type(value) does not supply a method named __format__\nand format_spec is empty, then str(value) is returned.\nSee also help('SPECIALMETHODS').",
12421 "builtins.frame.__delattr__" => "Implement delattr(self, name).",
12422 "builtins.frame.__eq__" => "Return self==value.",
12423 "builtins.frame.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12424 "builtins.frame.__ge__" => "Return self>=value.",
12425 "builtins.frame.__getattribute__" => "Return getattr(self, name).",
12426 "builtins.frame.__getstate__" => "Helper for pickle.",
12427 "builtins.frame.__gt__" => "Return self>value.",
12428 "builtins.frame.__hash__" => "Return hash(self).",
12429 "builtins.frame.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12430 "builtins.frame.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12431 "builtins.frame.__le__" => "Return self<=value.",
12432 "builtins.frame.__lt__" => "Return self<value.",
12433 "builtins.frame.__ne__" => "Return self!=value.",
12434 "builtins.frame.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12435 "builtins.frame.__reduce__" => "Helper for pickle.",
12436 "builtins.frame.__reduce_ex__" => "Helper for pickle.",
12437 "builtins.frame.__repr__" => "Return repr(self).",
12438 "builtins.frame.__setattr__" => "Implement setattr(self, name, value).",
12439 "builtins.frame.__sizeof__" => "Return the size of the frame in memory, in bytes.",
12440 "builtins.frame.__str__" => "Return str(self).",
12441 "builtins.frame.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12442 "builtins.frame.clear" => "Clear all references held by the frame.",
12443 "builtins.frame.f_builtins" => "Return the built-in variables in the frame.",
12444 "builtins.frame.f_code" => "Return the code object being executed in this frame.",
12445 "builtins.frame.f_generator" => "Return the generator or coroutine associated with this frame, or None.",
12446 "builtins.frame.f_globals" => "Return the global variables in the frame.",
12447 "builtins.frame.f_lasti" => "Return the index of the last attempted instruction in the frame.",
12448 "builtins.frame.f_lineno" => "Return the current line number in the frame.",
12449 "builtins.frame.f_locals" => "Return the mapping used by the frame to look up local variables.",
12450 "builtins.frame.f_trace" => "Return the trace function for this frame, or None if no trace function is set.",
12451 "builtins.frame.f_trace_opcodes" => "Return True if opcode tracing is enabled, False otherwise.",
12452 "builtins.frozenset" => "Build an immutable unordered collection of unique elements.",
12453 "builtins.frozenset.__and__" => "Return self&value.",
12454 "builtins.frozenset.__class_getitem__" => "See PEP 585",
12455 "builtins.frozenset.__contains__" => "x.__contains__(y) <==> y in x.",
12456 "builtins.frozenset.__delattr__" => "Implement delattr(self, name).",
12457 "builtins.frozenset.__eq__" => "Return self==value.",
12458 "builtins.frozenset.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12459 "builtins.frozenset.__ge__" => "Return self>=value.",
12460 "builtins.frozenset.__getattribute__" => "Return getattr(self, name).",
12461 "builtins.frozenset.__getstate__" => "Helper for pickle.",
12462 "builtins.frozenset.__gt__" => "Return self>value.",
12463 "builtins.frozenset.__hash__" => "Return hash(self).",
12464 "builtins.frozenset.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12465 "builtins.frozenset.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12466 "builtins.frozenset.__iter__" => "Implement iter(self).",
12467 "builtins.frozenset.__le__" => "Return self<=value.",
12468 "builtins.frozenset.__len__" => "Return len(self).",
12469 "builtins.frozenset.__lt__" => "Return self<value.",
12470 "builtins.frozenset.__ne__" => "Return self!=value.",
12471 "builtins.frozenset.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12472 "builtins.frozenset.__or__" => "Return self|value.",
12473 "builtins.frozenset.__rand__" => "Return value&self.",
12474 "builtins.frozenset.__reduce__" => "Return state information for pickling.",
12475 "builtins.frozenset.__reduce_ex__" => "Helper for pickle.",
12476 "builtins.frozenset.__repr__" => "Return repr(self).",
12477 "builtins.frozenset.__ror__" => "Return value|self.",
12478 "builtins.frozenset.__rsub__" => "Return value-self.",
12479 "builtins.frozenset.__rxor__" => "Return value^self.",
12480 "builtins.frozenset.__setattr__" => "Implement setattr(self, name, value).",
12481 "builtins.frozenset.__sizeof__" => "S.__sizeof__() -> size of S in memory, in bytes.",
12482 "builtins.frozenset.__str__" => "Return str(self).",
12483 "builtins.frozenset.__sub__" => "Return self-value.",
12484 "builtins.frozenset.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12485 "builtins.frozenset.__xor__" => "Return self^value.",
12486 "builtins.frozenset.copy" => "Return a shallow copy of a set.",
12487 "builtins.frozenset.difference" => "Return a new set with elements in the set that are not in the others.",
12488 "builtins.frozenset.intersection" => "Return a new set with elements common to the set and all others.",
12489 "builtins.frozenset.isdisjoint" => "Return True if two sets have a null intersection.",
12490 "builtins.frozenset.issubset" => "Report whether another set contains this set.",
12491 "builtins.frozenset.issuperset" => "Report whether this set contains another set.",
12492 "builtins.frozenset.symmetric_difference" => "Return a new set with elements in either the set or other but not both.",
12493 "builtins.frozenset.union" => "Return a new set with elements from the set and all others.",
12494 "builtins.function" => "Create a function object.\n\n code\n a code object\n globals\n the globals dictionary\n name\n a string that overrides the name from the code object\n argdefs\n a tuple that specifies the default argument values\n closure\n a tuple that supplies the bindings for free variables\n kwdefaults\n a dictionary that specifies the default keyword argument values",
12495 "builtins.function.__annotate__" => "Get the code object for a function.",
12496 "builtins.function.__call__" => "Call self as a function.",
12497 "builtins.function.__delattr__" => "Implement delattr(self, name).",
12498 "builtins.function.__eq__" => "Return self==value.",
12499 "builtins.function.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12500 "builtins.function.__ge__" => "Return self>=value.",
12501 "builtins.function.__get__" => "Return an attribute of instance, which is of type owner.",
12502 "builtins.function.__getattribute__" => "Return getattr(self, name).",
12503 "builtins.function.__getstate__" => "Helper for pickle.",
12504 "builtins.function.__gt__" => "Return self>value.",
12505 "builtins.function.__hash__" => "Return hash(self).",
12506 "builtins.function.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12507 "builtins.function.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12508 "builtins.function.__le__" => "Return self<=value.",
12509 "builtins.function.__lt__" => "Return self<value.",
12510 "builtins.function.__ne__" => "Return self!=value.",
12511 "builtins.function.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12512 "builtins.function.__reduce__" => "Helper for pickle.",
12513 "builtins.function.__reduce_ex__" => "Helper for pickle.",
12514 "builtins.function.__repr__" => "Return repr(self).",
12515 "builtins.function.__setattr__" => "Implement setattr(self, name, value).",
12516 "builtins.function.__sizeof__" => "Size of object in memory, in bytes.",
12517 "builtins.function.__str__" => "Return str(self).",
12518 "builtins.function.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12519 "builtins.function.__type_params__" => "Get the declared type parameters for a function.",
12520 "builtins.generator.__class_getitem__" => "See PEP 585",
12521 "builtins.generator.__del__" => "Called when the instance is about to be destroyed.",
12522 "builtins.generator.__delattr__" => "Implement delattr(self, name).",
12523 "builtins.generator.__eq__" => "Return self==value.",
12524 "builtins.generator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12525 "builtins.generator.__ge__" => "Return self>=value.",
12526 "builtins.generator.__getattribute__" => "Return getattr(self, name).",
12527 "builtins.generator.__getstate__" => "Helper for pickle.",
12528 "builtins.generator.__gt__" => "Return self>value.",
12529 "builtins.generator.__hash__" => "Return hash(self).",
12530 "builtins.generator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12531 "builtins.generator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12532 "builtins.generator.__iter__" => "Implement iter(self).",
12533 "builtins.generator.__le__" => "Return self<=value.",
12534 "builtins.generator.__lt__" => "Return self<value.",
12535 "builtins.generator.__ne__" => "Return self!=value.",
12536 "builtins.generator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12537 "builtins.generator.__next__" => "Implement next(self).",
12538 "builtins.generator.__reduce__" => "Helper for pickle.",
12539 "builtins.generator.__reduce_ex__" => "Helper for pickle.",
12540 "builtins.generator.__repr__" => "Return repr(self).",
12541 "builtins.generator.__setattr__" => "Implement setattr(self, name, value).",
12542 "builtins.generator.__sizeof__" => "gen.__sizeof__() -> size of gen in memory, in bytes",
12543 "builtins.generator.__str__" => "Return str(self).",
12544 "builtins.generator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12545 "builtins.generator.close" => "close() -> raise GeneratorExit inside generator.",
12546 "builtins.generator.gi_yieldfrom" => "object being iterated by yield from, or None",
12547 "builtins.generator.send" => "send(value) -> send 'value' into generator,\nreturn next yielded value or raise StopIteration.",
12548 "builtins.generator.throw" => "throw(value)\nthrow(type[,value[,tb]])\n\nRaise exception in generator, return next yielded value or raise\nStopIteration.\nthe (type, val, tb) signature is deprecated, \nand may be removed in a future version of Python.",
12549 "builtins.getattr" => "getattr(object, name[, default]) -> value\n\nGet a named attribute from an object; getattr(x, 'y') is equivalent to x.y.\nWhen a default argument is given, it is returned when the attribute doesn't\nexist; without it, an exception is raised in that case.",
12550 "builtins.getset_descriptor.__delattr__" => "Implement delattr(self, name).",
12551 "builtins.getset_descriptor.__delete__" => "Delete an attribute of instance.",
12552 "builtins.getset_descriptor.__eq__" => "Return self==value.",
12553 "builtins.getset_descriptor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12554 "builtins.getset_descriptor.__ge__" => "Return self>=value.",
12555 "builtins.getset_descriptor.__get__" => "Return an attribute of instance, which is of type owner.",
12556 "builtins.getset_descriptor.__getattribute__" => "Return getattr(self, name).",
12557 "builtins.getset_descriptor.__getstate__" => "Helper for pickle.",
12558 "builtins.getset_descriptor.__gt__" => "Return self>value.",
12559 "builtins.getset_descriptor.__hash__" => "Return hash(self).",
12560 "builtins.getset_descriptor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12561 "builtins.getset_descriptor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12562 "builtins.getset_descriptor.__le__" => "Return self<=value.",
12563 "builtins.getset_descriptor.__lt__" => "Return self<value.",
12564 "builtins.getset_descriptor.__ne__" => "Return self!=value.",
12565 "builtins.getset_descriptor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12566 "builtins.getset_descriptor.__reduce__" => "Helper for pickle.",
12567 "builtins.getset_descriptor.__reduce_ex__" => "Helper for pickle.",
12568 "builtins.getset_descriptor.__repr__" => "Return repr(self).",
12569 "builtins.getset_descriptor.__set__" => "Set an attribute of instance to value.",
12570 "builtins.getset_descriptor.__setattr__" => "Implement setattr(self, name, value).",
12571 "builtins.getset_descriptor.__sizeof__" => "Size of object in memory, in bytes.",
12572 "builtins.getset_descriptor.__str__" => "Return str(self).",
12573 "builtins.getset_descriptor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12574 "builtins.globals" => "Return the dictionary containing the current scope's global variables.\n\nNOTE: Updates to this dictionary *will* affect name lookups in the current\nglobal scope and vice-versa.",
12575 "builtins.hasattr" => "Return whether the object has an attribute with the given name.\n\nThis is done by calling getattr(obj, name) and catching AttributeError.",
12576 "builtins.hash" => "Return the hash value for the given object.\n\nTwo objects that compare equal must also have the same hash value, but the\nreverse is not necessarily true.",
12577 "builtins.hex" => "Return the hexadecimal representation of an integer.\n\n >>> hex(12648430)\n '0xc0ffee'",
12578 "builtins.id" => "Return the identity of an object.\n\nThis is guaranteed to be unique among simultaneously existing objects.\n(CPython uses the object's memory address.)",
12579 "builtins.input" => "Read a string from standard input. The trailing newline is stripped.\n\nThe prompt string, if given, is printed to standard output without a\ntrailing newline before reading input.\n\nIf the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.\nOn *nix systems, readline is used if available.",
12580 "builtins.int" => "int([x]) -> integer\nint(x, base=10) -> integer\n\nConvert a number or string to an integer, or return 0 if no arguments\nare given. If x is a number, return x.__int__(). For floating-point\nnumbers, this truncates towards zero.\n\nIf x is not a number or if base is given, then x must be a string,\nbytes, or bytearray instance representing an integer literal in the\ngiven base. The literal can be preceded by '+' or '-' and be surrounded\nby whitespace. The base defaults to 10. Valid bases are 0 and 2-36.\nBase 0 means to interpret the base from the string as an integer literal.\n>>> int('0b100', base=0)\n4",
12581 "builtins.int.__abs__" => "abs(self)",
12582 "builtins.int.__add__" => "Return self+value.",
12583 "builtins.int.__and__" => "Return self&value.",
12584 "builtins.int.__bool__" => "True if self else False",
12585 "builtins.int.__ceil__" => "Ceiling of an Integral returns itself.",
12586 "builtins.int.__delattr__" => "Implement delattr(self, name).",
12587 "builtins.int.__divmod__" => "Return divmod(self, value).",
12588 "builtins.int.__eq__" => "Return self==value.",
12589 "builtins.int.__float__" => "float(self)",
12590 "builtins.int.__floor__" => "Flooring an Integral returns itself.",
12591 "builtins.int.__floordiv__" => "Return self//value.",
12592 "builtins.int.__format__" => "Convert to a string according to format_spec.",
12593 "builtins.int.__ge__" => "Return self>=value.",
12594 "builtins.int.__getattribute__" => "Return getattr(self, name).",
12595 "builtins.int.__getstate__" => "Helper for pickle.",
12596 "builtins.int.__gt__" => "Return self>value.",
12597 "builtins.int.__hash__" => "Return hash(self).",
12598 "builtins.int.__index__" => "Return self converted to an integer, if self is suitable for use as an index into a list.",
12599 "builtins.int.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12600 "builtins.int.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12601 "builtins.int.__int__" => "int(self)",
12602 "builtins.int.__invert__" => "~self",
12603 "builtins.int.__le__" => "Return self<=value.",
12604 "builtins.int.__lshift__" => "Return self<<value.",
12605 "builtins.int.__lt__" => "Return self<value.",
12606 "builtins.int.__mod__" => "Return self%value.",
12607 "builtins.int.__mul__" => "Return self*value.",
12608 "builtins.int.__ne__" => "Return self!=value.",
12609 "builtins.int.__neg__" => "-self",
12610 "builtins.int.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12611 "builtins.int.__or__" => "Return self|value.",
12612 "builtins.int.__pos__" => "+self",
12613 "builtins.int.__pow__" => "Return pow(self, value, mod).",
12614 "builtins.int.__radd__" => "Return value+self.",
12615 "builtins.int.__rand__" => "Return value&self.",
12616 "builtins.int.__rdivmod__" => "Return divmod(value, self).",
12617 "builtins.int.__reduce__" => "Helper for pickle.",
12618 "builtins.int.__reduce_ex__" => "Helper for pickle.",
12619 "builtins.int.__repr__" => "Return repr(self).",
12620 "builtins.int.__rfloordiv__" => "Return value//self.",
12621 "builtins.int.__rlshift__" => "Return value<<self.",
12622 "builtins.int.__rmod__" => "Return value%self.",
12623 "builtins.int.__rmul__" => "Return value*self.",
12624 "builtins.int.__ror__" => "Return value|self.",
12625 "builtins.int.__round__" => "Rounding an Integral returns itself.\n\nRounding with an ndigits argument also returns an integer.",
12626 "builtins.int.__rpow__" => "Return pow(value, self, mod).",
12627 "builtins.int.__rrshift__" => "Return value>>self.",
12628 "builtins.int.__rshift__" => "Return self>>value.",
12629 "builtins.int.__rsub__" => "Return value-self.",
12630 "builtins.int.__rtruediv__" => "Return value/self.",
12631 "builtins.int.__rxor__" => "Return value^self.",
12632 "builtins.int.__setattr__" => "Implement setattr(self, name, value).",
12633 "builtins.int.__sizeof__" => "Returns size in memory, in bytes.",
12634 "builtins.int.__str__" => "Return str(self).",
12635 "builtins.int.__sub__" => "Return self-value.",
12636 "builtins.int.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12637 "builtins.int.__truediv__" => "Return self/value.",
12638 "builtins.int.__trunc__" => "Truncating an Integral returns itself.",
12639 "builtins.int.__xor__" => "Return self^value.",
12640 "builtins.int.as_integer_ratio" => "Return a pair of integers, whose ratio is equal to the original int.\n\nThe ratio is in lowest terms and has a positive denominator.\n\n>>> (10).as_integer_ratio()\n(10, 1)\n>>> (-10).as_integer_ratio()\n(-10, 1)\n>>> (0).as_integer_ratio()\n(0, 1)",
12641 "builtins.int.bit_count" => "Number of ones in the binary representation of the absolute value of self.\n\nAlso known as the population count.\n\n>>> bin(13)\n'0b1101'\n>>> (13).bit_count()\n3",
12642 "builtins.int.bit_length" => "Number of bits necessary to represent self in binary.\n\n>>> bin(37)\n'0b100101'\n>>> (37).bit_length()\n6",
12643 "builtins.int.conjugate" => "Returns self, the complex conjugate of any int.",
12644 "builtins.int.denominator" => "the denominator of a rational number in lowest terms",
12645 "builtins.int.from_bytes" => "Return the integer represented by the given array of bytes.\n\n bytes\n Holds the array of bytes to convert. The argument must either\n support the buffer protocol or be an iterable object producing bytes.\n Bytes and bytearray are examples of built-in objects that support the\n buffer protocol.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n sys.byteorder as the byte order value. Default is to use 'big'.\n signed\n Indicates whether two's complement is used to represent the integer.",
12646 "builtins.int.imag" => "the imaginary part of a complex number",
12647 "builtins.int.is_integer" => "Returns True. Exists for duck type compatibility with float.is_integer.",
12648 "builtins.int.numerator" => "the numerator of a rational number in lowest terms",
12649 "builtins.int.real" => "the real part of a complex number",
12650 "builtins.int.to_bytes" => "Return an array of bytes representing an integer.\n\n length\n Length of bytes object to use. An OverflowError is raised if the\n integer is not representable with the given number of bytes. Default\n is length 1.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n sys.byteorder as the byte order value. Default is to use 'big'.\n signed\n Determines whether two's complement is used to represent the integer.\n If signed is False and a negative integer is given, an OverflowError\n is raised.",
12651 "builtins.isinstance" => "Return whether an object is an instance of a class or of a subclass thereof.\n\nA tuple, as in ``isinstance(x, (A, B, ...))``, may be given as the target to\ncheck against. This is equivalent to ``isinstance(x, A) or isinstance(x, B)\nor ...`` etc.",
12652 "builtins.issubclass" => "Return whether 'cls' is derived from another class or is the same class.\n\nA tuple, as in ``issubclass(x, (A, B, ...))``, may be given as the target to\ncheck against. This is equivalent to ``issubclass(x, A) or issubclass(x, B)\nor ...``.",
12653 "builtins.iter" => "iter(iterable) -> iterator\niter(callable, sentinel) -> iterator\n\nGet an iterator from an object. In the first form, the argument must\nsupply its own iterator, or be a sequence.\nIn the second form, the callable is called until it returns the sentinel.",
12654 "builtins.len" => "Return the number of items in a container.",
12655 "builtins.list" => "Built-in mutable sequence.\n\nIf no argument is given, the constructor creates a new empty list.\nThe argument must be an iterable if specified.",
12656 "builtins.list.__add__" => "Return self+value.",
12657 "builtins.list.__class_getitem__" => "See PEP 585",
12658 "builtins.list.__contains__" => "Return bool(key in self).",
12659 "builtins.list.__delattr__" => "Implement delattr(self, name).",
12660 "builtins.list.__delitem__" => "Delete self[key].",
12661 "builtins.list.__eq__" => "Return self==value.",
12662 "builtins.list.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12663 "builtins.list.__ge__" => "Return self>=value.",
12664 "builtins.list.__getattribute__" => "Return getattr(self, name).",
12665 "builtins.list.__getitem__" => "Return self[index].",
12666 "builtins.list.__getstate__" => "Helper for pickle.",
12667 "builtins.list.__gt__" => "Return self>value.",
12668 "builtins.list.__iadd__" => "Implement self+=value.",
12669 "builtins.list.__imul__" => "Implement self*=value.",
12670 "builtins.list.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12671 "builtins.list.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12672 "builtins.list.__iter__" => "Implement iter(self).",
12673 "builtins.list.__le__" => "Return self<=value.",
12674 "builtins.list.__len__" => "Return len(self).",
12675 "builtins.list.__lt__" => "Return self<value.",
12676 "builtins.list.__mul__" => "Return self*value.",
12677 "builtins.list.__ne__" => "Return self!=value.",
12678 "builtins.list.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12679 "builtins.list.__reduce__" => "Helper for pickle.",
12680 "builtins.list.__reduce_ex__" => "Helper for pickle.",
12681 "builtins.list.__repr__" => "Return repr(self).",
12682 "builtins.list.__reversed__" => "Return a reverse iterator over the list.",
12683 "builtins.list.__rmul__" => "Return value*self.",
12684 "builtins.list.__setattr__" => "Implement setattr(self, name, value).",
12685 "builtins.list.__setitem__" => "Set self[key] to value.",
12686 "builtins.list.__sizeof__" => "Return the size of the list in memory, in bytes.",
12687 "builtins.list.__str__" => "Return str(self).",
12688 "builtins.list.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12689 "builtins.list.append" => "Append object to the end of the list.",
12690 "builtins.list.clear" => "Remove all items from list.",
12691 "builtins.list.copy" => "Return a shallow copy of the list.",
12692 "builtins.list.count" => "Return number of occurrences of value.",
12693 "builtins.list.extend" => "Extend list by appending elements from the iterable.",
12694 "builtins.list.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
12695 "builtins.list.insert" => "Insert object before index.",
12696 "builtins.list.pop" => "Remove and return item at index (default last).\n\nRaises IndexError if list is empty or index is out of range.",
12697 "builtins.list.remove" => "Remove first occurrence of value.\n\nRaises ValueError if the value is not present.",
12698 "builtins.list.reverse" => "Reverse *IN PLACE*.",
12699 "builtins.list.sort" => "Sort the list in ascending order and return None.\n\nThe sort is in-place (i.e. the list itself is modified) and stable (i.e. the\norder of two equal elements is maintained).\n\nIf a key function is given, apply it once to each list item and sort them,\nascending or descending, according to their function values.\n\nThe reverse flag can be set to sort in descending order.",
12700 "builtins.list_iterator.__delattr__" => "Implement delattr(self, name).",
12701 "builtins.list_iterator.__eq__" => "Return self==value.",
12702 "builtins.list_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12703 "builtins.list_iterator.__ge__" => "Return self>=value.",
12704 "builtins.list_iterator.__getattribute__" => "Return getattr(self, name).",
12705 "builtins.list_iterator.__getstate__" => "Helper for pickle.",
12706 "builtins.list_iterator.__gt__" => "Return self>value.",
12707 "builtins.list_iterator.__hash__" => "Return hash(self).",
12708 "builtins.list_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12709 "builtins.list_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12710 "builtins.list_iterator.__iter__" => "Implement iter(self).",
12711 "builtins.list_iterator.__le__" => "Return self<=value.",
12712 "builtins.list_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
12713 "builtins.list_iterator.__lt__" => "Return self<value.",
12714 "builtins.list_iterator.__ne__" => "Return self!=value.",
12715 "builtins.list_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12716 "builtins.list_iterator.__next__" => "Implement next(self).",
12717 "builtins.list_iterator.__reduce__" => "Return state information for pickling.",
12718 "builtins.list_iterator.__reduce_ex__" => "Helper for pickle.",
12719 "builtins.list_iterator.__repr__" => "Return repr(self).",
12720 "builtins.list_iterator.__setattr__" => "Implement setattr(self, name, value).",
12721 "builtins.list_iterator.__setstate__" => "Set state information for unpickling.",
12722 "builtins.list_iterator.__sizeof__" => "Size of object in memory, in bytes.",
12723 "builtins.list_iterator.__str__" => "Return str(self).",
12724 "builtins.list_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12725 "builtins.locals" => "Return a dictionary containing the current scope's local variables.\n\nNOTE: Whether or not updates to this dictionary will affect name lookups in\nthe local scope and vice-versa is *implementation dependent* and not\ncovered by any backwards compatibility guarantees.",
12726 "builtins.map" => "Make an iterator that computes the function using arguments from\neach of the iterables. Stops when the shortest iterable is exhausted.\n\nIf strict is true and one of the arguments is exhausted before the others,\nraise a ValueError.",
12727 "builtins.map.__delattr__" => "Implement delattr(self, name).",
12728 "builtins.map.__eq__" => "Return self==value.",
12729 "builtins.map.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12730 "builtins.map.__ge__" => "Return self>=value.",
12731 "builtins.map.__getattribute__" => "Return getattr(self, name).",
12732 "builtins.map.__getstate__" => "Helper for pickle.",
12733 "builtins.map.__gt__" => "Return self>value.",
12734 "builtins.map.__hash__" => "Return hash(self).",
12735 "builtins.map.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12736 "builtins.map.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12737 "builtins.map.__iter__" => "Implement iter(self).",
12738 "builtins.map.__le__" => "Return self<=value.",
12739 "builtins.map.__lt__" => "Return self<value.",
12740 "builtins.map.__ne__" => "Return self!=value.",
12741 "builtins.map.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12742 "builtins.map.__next__" => "Implement next(self).",
12743 "builtins.map.__reduce__" => "Return state information for pickling.",
12744 "builtins.map.__reduce_ex__" => "Helper for pickle.",
12745 "builtins.map.__repr__" => "Return repr(self).",
12746 "builtins.map.__setattr__" => "Implement setattr(self, name, value).",
12747 "builtins.map.__setstate__" => "Set state information for unpickling.",
12748 "builtins.map.__sizeof__" => "Size of object in memory, in bytes.",
12749 "builtins.map.__str__" => "Return str(self).",
12750 "builtins.map.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12751 "builtins.mappingproxy" => "Read-only proxy of a mapping.",
12752 "builtins.mappingproxy.__class_getitem__" => "See PEP 585",
12753 "builtins.mappingproxy.__contains__" => "Return bool(key in self).",
12754 "builtins.mappingproxy.__delattr__" => "Implement delattr(self, name).",
12755 "builtins.mappingproxy.__eq__" => "Return self==value.",
12756 "builtins.mappingproxy.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12757 "builtins.mappingproxy.__ge__" => "Return self>=value.",
12758 "builtins.mappingproxy.__getattribute__" => "Return getattr(self, name).",
12759 "builtins.mappingproxy.__getitem__" => "Return self[key].",
12760 "builtins.mappingproxy.__getstate__" => "Helper for pickle.",
12761 "builtins.mappingproxy.__gt__" => "Return self>value.",
12762 "builtins.mappingproxy.__hash__" => "Return hash(self).",
12763 "builtins.mappingproxy.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12764 "builtins.mappingproxy.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12765 "builtins.mappingproxy.__ior__" => "Return self|=value.",
12766 "builtins.mappingproxy.__iter__" => "Implement iter(self).",
12767 "builtins.mappingproxy.__le__" => "Return self<=value.",
12768 "builtins.mappingproxy.__len__" => "Return len(self).",
12769 "builtins.mappingproxy.__lt__" => "Return self<value.",
12770 "builtins.mappingproxy.__ne__" => "Return self!=value.",
12771 "builtins.mappingproxy.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12772 "builtins.mappingproxy.__or__" => "Return self|value.",
12773 "builtins.mappingproxy.__reduce__" => "Helper for pickle.",
12774 "builtins.mappingproxy.__reduce_ex__" => "Helper for pickle.",
12775 "builtins.mappingproxy.__repr__" => "Return repr(self).",
12776 "builtins.mappingproxy.__reversed__" => "D.__reversed__() -> reverse iterator",
12777 "builtins.mappingproxy.__ror__" => "Return value|self.",
12778 "builtins.mappingproxy.__setattr__" => "Implement setattr(self, name, value).",
12779 "builtins.mappingproxy.__sizeof__" => "Size of object in memory, in bytes.",
12780 "builtins.mappingproxy.__str__" => "Return str(self).",
12781 "builtins.mappingproxy.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12782 "builtins.mappingproxy.copy" => "D.copy() -> a shallow copy of D",
12783 "builtins.mappingproxy.get" => "Return the value for key if key is in the mapping, else default.",
12784 "builtins.mappingproxy.items" => "D.items() -> a set-like object providing a view on D's items",
12785 "builtins.mappingproxy.keys" => "D.keys() -> a set-like object providing a view on D's keys",
12786 "builtins.mappingproxy.values" => "D.values() -> an object providing a view on D's values",
12787 "builtins.max" => "max(iterable, *[, default=obj, key=func]) -> value\nmax(arg1, arg2, *args, *[, key=func]) -> value\n\nWith a single iterable argument, return its biggest item. The\ndefault keyword-only argument specifies an object to return if\nthe provided iterable is empty.\nWith two or more positional arguments, return the largest argument.",
12788 "builtins.member_descriptor.__delattr__" => "Implement delattr(self, name).",
12789 "builtins.member_descriptor.__delete__" => "Delete an attribute of instance.",
12790 "builtins.member_descriptor.__eq__" => "Return self==value.",
12791 "builtins.member_descriptor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12792 "builtins.member_descriptor.__ge__" => "Return self>=value.",
12793 "builtins.member_descriptor.__get__" => "Return an attribute of instance, which is of type owner.",
12794 "builtins.member_descriptor.__getattribute__" => "Return getattr(self, name).",
12795 "builtins.member_descriptor.__getstate__" => "Helper for pickle.",
12796 "builtins.member_descriptor.__gt__" => "Return self>value.",
12797 "builtins.member_descriptor.__hash__" => "Return hash(self).",
12798 "builtins.member_descriptor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12799 "builtins.member_descriptor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12800 "builtins.member_descriptor.__le__" => "Return self<=value.",
12801 "builtins.member_descriptor.__lt__" => "Return self<value.",
12802 "builtins.member_descriptor.__ne__" => "Return self!=value.",
12803 "builtins.member_descriptor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12804 "builtins.member_descriptor.__reduce_ex__" => "Helper for pickle.",
12805 "builtins.member_descriptor.__repr__" => "Return repr(self).",
12806 "builtins.member_descriptor.__set__" => "Set an attribute of instance to value.",
12807 "builtins.member_descriptor.__setattr__" => "Implement setattr(self, name, value).",
12808 "builtins.member_descriptor.__sizeof__" => "Size of object in memory, in bytes.",
12809 "builtins.member_descriptor.__str__" => "Return str(self).",
12810 "builtins.member_descriptor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12811 "builtins.memory_iterator.__delattr__" => "Implement delattr(self, name).",
12812 "builtins.memory_iterator.__eq__" => "Return self==value.",
12813 "builtins.memory_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12814 "builtins.memory_iterator.__ge__" => "Return self>=value.",
12815 "builtins.memory_iterator.__getattribute__" => "Return getattr(self, name).",
12816 "builtins.memory_iterator.__getstate__" => "Helper for pickle.",
12817 "builtins.memory_iterator.__gt__" => "Return self>value.",
12818 "builtins.memory_iterator.__hash__" => "Return hash(self).",
12819 "builtins.memory_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12820 "builtins.memory_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12821 "builtins.memory_iterator.__iter__" => "Implement iter(self).",
12822 "builtins.memory_iterator.__le__" => "Return self<=value.",
12823 "builtins.memory_iterator.__lt__" => "Return self<value.",
12824 "builtins.memory_iterator.__ne__" => "Return self!=value.",
12825 "builtins.memory_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12826 "builtins.memory_iterator.__next__" => "Implement next(self).",
12827 "builtins.memory_iterator.__reduce__" => "Helper for pickle.",
12828 "builtins.memory_iterator.__reduce_ex__" => "Helper for pickle.",
12829 "builtins.memory_iterator.__repr__" => "Return repr(self).",
12830 "builtins.memory_iterator.__setattr__" => "Implement setattr(self, name, value).",
12831 "builtins.memory_iterator.__sizeof__" => "Size of object in memory, in bytes.",
12832 "builtins.memory_iterator.__str__" => "Return str(self).",
12833 "builtins.memory_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12834 "builtins.memoryview" => "Create a new memoryview object which references the given object.",
12835 "builtins.memoryview.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
12836 "builtins.memoryview.__class_getitem__" => "See PEP 585",
12837 "builtins.memoryview.__delattr__" => "Implement delattr(self, name).",
12838 "builtins.memoryview.__delitem__" => "Delete self[key].",
12839 "builtins.memoryview.__eq__" => "Return self==value.",
12840 "builtins.memoryview.__exit__" => "Release the underlying buffer exposed by the memoryview object.",
12841 "builtins.memoryview.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12842 "builtins.memoryview.__ge__" => "Return self>=value.",
12843 "builtins.memoryview.__getattribute__" => "Return getattr(self, name).",
12844 "builtins.memoryview.__getitem__" => "Return self[key].",
12845 "builtins.memoryview.__getstate__" => "Helper for pickle.",
12846 "builtins.memoryview.__gt__" => "Return self>value.",
12847 "builtins.memoryview.__hash__" => "Return hash(self).",
12848 "builtins.memoryview.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12849 "builtins.memoryview.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12850 "builtins.memoryview.__iter__" => "Implement iter(self).",
12851 "builtins.memoryview.__le__" => "Return self<=value.",
12852 "builtins.memoryview.__len__" => "Return len(self).",
12853 "builtins.memoryview.__lt__" => "Return self<value.",
12854 "builtins.memoryview.__ne__" => "Return self!=value.",
12855 "builtins.memoryview.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12856 "builtins.memoryview.__reduce__" => "Helper for pickle.",
12857 "builtins.memoryview.__reduce_ex__" => "Helper for pickle.",
12858 "builtins.memoryview.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
12859 "builtins.memoryview.__repr__" => "Return repr(self).",
12860 "builtins.memoryview.__setattr__" => "Implement setattr(self, name, value).",
12861 "builtins.memoryview.__setitem__" => "Set self[key] to value.",
12862 "builtins.memoryview.__sizeof__" => "Size of object in memory, in bytes.",
12863 "builtins.memoryview.__str__" => "Return str(self).",
12864 "builtins.memoryview.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12865 "builtins.memoryview._from_flags" => "Create a new memoryview object which references the given object.",
12866 "builtins.memoryview.c_contiguous" => "A bool indicating whether the memory is C contiguous.",
12867 "builtins.memoryview.cast" => "Cast a memoryview to a new format or shape.",
12868 "builtins.memoryview.contiguous" => "A bool indicating whether the memory is contiguous.",
12869 "builtins.memoryview.count" => "Count the number of occurrences of a value.",
12870 "builtins.memoryview.f_contiguous" => "A bool indicating whether the memory is Fortran contiguous.",
12871 "builtins.memoryview.format" => "A string containing the format (in struct module style)\n for each element in the view.",
12872 "builtins.memoryview.hex" => "Return the data in the buffer as a str of hexadecimal numbers.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\nExample:\n>>> value = memoryview(b'\\xb9\\x01\\xef')\n>>> value.hex()\n'b901ef'\n>>> value.hex(':')\n'b9:01:ef'\n>>> value.hex(':', 2)\n'b9:01ef'\n>>> value.hex(':', -2)\n'b901:ef'",
12873 "builtins.memoryview.index" => "Return the index of the first occurrence of a value.\n\nRaises ValueError if the value is not present.",
12874 "builtins.memoryview.itemsize" => "The size in bytes of each element of the memoryview.",
12875 "builtins.memoryview.nbytes" => "The amount of space in bytes that the array would use in\n a contiguous representation.",
12876 "builtins.memoryview.ndim" => "An integer indicating how many dimensions of a multi-dimensional\n array the memory represents.",
12877 "builtins.memoryview.obj" => "The underlying object of the memoryview.",
12878 "builtins.memoryview.readonly" => "A bool indicating whether the memory is read only.",
12879 "builtins.memoryview.release" => "Release the underlying buffer exposed by the memoryview object.",
12880 "builtins.memoryview.shape" => "A tuple of ndim integers giving the shape of the memory\n as an N-dimensional array.",
12881 "builtins.memoryview.strides" => "A tuple of ndim integers giving the size in bytes to access\n each element for each dimension of the array.",
12882 "builtins.memoryview.suboffsets" => "A tuple of integers used internally for PIL-style arrays.",
12883 "builtins.memoryview.tobytes" => "Return the data in the buffer as a byte string.\n\nOrder can be {'C', 'F', 'A'}. When order is 'C' or 'F', the data of the\noriginal array is converted to C or Fortran order. For contiguous views,\n'A' returns an exact copy of the physical memory. In particular, in-memory\nFortran order is preserved. For non-contiguous views, the data is converted\nto C first. order=None is the same as order='C'.",
12884 "builtins.memoryview.tolist" => "Return the data in the buffer as a list of elements.",
12885 "builtins.memoryview.toreadonly" => "Return a readonly version of the memoryview.",
12886 "builtins.method" => "Create a bound instance method object.",
12887 "builtins.method-wrapper.__call__" => "Call self as a function.",
12888 "builtins.method-wrapper.__delattr__" => "Implement delattr(self, name).",
12889 "builtins.method-wrapper.__eq__" => "Return self==value.",
12890 "builtins.method-wrapper.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12891 "builtins.method-wrapper.__ge__" => "Return self>=value.",
12892 "builtins.method-wrapper.__getattribute__" => "Return getattr(self, name).",
12893 "builtins.method-wrapper.__getstate__" => "Helper for pickle.",
12894 "builtins.method-wrapper.__gt__" => "Return self>value.",
12895 "builtins.method-wrapper.__hash__" => "Return hash(self).",
12896 "builtins.method-wrapper.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12897 "builtins.method-wrapper.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12898 "builtins.method-wrapper.__le__" => "Return self<=value.",
12899 "builtins.method-wrapper.__lt__" => "Return self<value.",
12900 "builtins.method-wrapper.__ne__" => "Return self!=value.",
12901 "builtins.method-wrapper.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12902 "builtins.method-wrapper.__reduce_ex__" => "Helper for pickle.",
12903 "builtins.method-wrapper.__repr__" => "Return repr(self).",
12904 "builtins.method-wrapper.__setattr__" => "Implement setattr(self, name, value).",
12905 "builtins.method-wrapper.__sizeof__" => "Size of object in memory, in bytes.",
12906 "builtins.method-wrapper.__str__" => "Return str(self).",
12907 "builtins.method-wrapper.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12908 "builtins.method.__call__" => "Call self as a function.",
12909 "builtins.method.__delattr__" => "Implement delattr(self, name).",
12910 "builtins.method.__eq__" => "Return self==value.",
12911 "builtins.method.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12912 "builtins.method.__func__" => "the function (or other callable) implementing a method",
12913 "builtins.method.__ge__" => "Return self>=value.",
12914 "builtins.method.__get__" => "Return an attribute of instance, which is of type owner.",
12915 "builtins.method.__getattribute__" => "Return getattr(self, name).",
12916 "builtins.method.__getstate__" => "Helper for pickle.",
12917 "builtins.method.__gt__" => "Return self>value.",
12918 "builtins.method.__hash__" => "Return hash(self).",
12919 "builtins.method.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12920 "builtins.method.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12921 "builtins.method.__le__" => "Return self<=value.",
12922 "builtins.method.__lt__" => "Return self<value.",
12923 "builtins.method.__ne__" => "Return self!=value.",
12924 "builtins.method.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12925 "builtins.method.__reduce_ex__" => "Helper for pickle.",
12926 "builtins.method.__repr__" => "Return repr(self).",
12927 "builtins.method.__self__" => "the instance to which a method is bound",
12928 "builtins.method.__setattr__" => "Implement setattr(self, name, value).",
12929 "builtins.method.__sizeof__" => "Size of object in memory, in bytes.",
12930 "builtins.method.__str__" => "Return str(self).",
12931 "builtins.method.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12932 "builtins.method_descriptor.__call__" => "Call self as a function.",
12933 "builtins.method_descriptor.__delattr__" => "Implement delattr(self, name).",
12934 "builtins.method_descriptor.__eq__" => "Return self==value.",
12935 "builtins.method_descriptor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12936 "builtins.method_descriptor.__ge__" => "Return self>=value.",
12937 "builtins.method_descriptor.__get__" => "Return an attribute of instance, which is of type owner.",
12938 "builtins.method_descriptor.__getattribute__" => "Return getattr(self, name).",
12939 "builtins.method_descriptor.__getstate__" => "Helper for pickle.",
12940 "builtins.method_descriptor.__gt__" => "Return self>value.",
12941 "builtins.method_descriptor.__hash__" => "Return hash(self).",
12942 "builtins.method_descriptor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12943 "builtins.method_descriptor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12944 "builtins.method_descriptor.__le__" => "Return self<=value.",
12945 "builtins.method_descriptor.__lt__" => "Return self<value.",
12946 "builtins.method_descriptor.__ne__" => "Return self!=value.",
12947 "builtins.method_descriptor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12948 "builtins.method_descriptor.__reduce_ex__" => "Helper for pickle.",
12949 "builtins.method_descriptor.__repr__" => "Return repr(self).",
12950 "builtins.method_descriptor.__setattr__" => "Implement setattr(self, name, value).",
12951 "builtins.method_descriptor.__sizeof__" => "Size of object in memory, in bytes.",
12952 "builtins.method_descriptor.__str__" => "Return str(self).",
12953 "builtins.method_descriptor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12954 "builtins.min" => "min(iterable, *[, default=obj, key=func]) -> value\nmin(arg1, arg2, *args, *[, key=func]) -> value\n\nWith a single iterable argument, return its smallest item. The\ndefault keyword-only argument specifies an object to return if\nthe provided iterable is empty.\nWith two or more positional arguments, return the smallest argument.",
12955 "builtins.module" => "Create a module object.\n\nThe name must be a string; the optional doc argument can have any type.",
12956 "builtins.module.__delattr__" => "Implement delattr(self, name).",
12957 "builtins.module.__eq__" => "Return self==value.",
12958 "builtins.module.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12959 "builtins.module.__ge__" => "Return self>=value.",
12960 "builtins.module.__getattribute__" => "Return getattr(self, name).",
12961 "builtins.module.__getstate__" => "Helper for pickle.",
12962 "builtins.module.__gt__" => "Return self>value.",
12963 "builtins.module.__hash__" => "Return hash(self).",
12964 "builtins.module.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12965 "builtins.module.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12966 "builtins.module.__le__" => "Return self<=value.",
12967 "builtins.module.__lt__" => "Return self<value.",
12968 "builtins.module.__ne__" => "Return self!=value.",
12969 "builtins.module.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12970 "builtins.module.__reduce__" => "Helper for pickle.",
12971 "builtins.module.__reduce_ex__" => "Helper for pickle.",
12972 "builtins.module.__repr__" => "Return repr(self).",
12973 "builtins.module.__setattr__" => "Implement setattr(self, name, value).",
12974 "builtins.module.__sizeof__" => "Size of object in memory, in bytes.",
12975 "builtins.module.__str__" => "Return str(self).",
12976 "builtins.module.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
12977 "builtins.next" => "next(iterator[, default])\n\nReturn the next item from the iterator. If default is given and the iterator\nis exhausted, it is returned instead of raising StopIteration.",
12978 "builtins.object" => "The base class of the class hierarchy.\n\nWhen called, it accepts no arguments and returns a new featureless\ninstance that has no instance attributes and cannot be given any.",
12979 "builtins.object.__delattr__" => "Implement delattr(self, name).",
12980 "builtins.object.__eq__" => "Return self==value.",
12981 "builtins.object.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
12982 "builtins.object.__ge__" => "Return self>=value.",
12983 "builtins.object.__getattribute__" => "Return getattr(self, name).",
12984 "builtins.object.__getstate__" => "Helper for pickle.",
12985 "builtins.object.__gt__" => "Return self>value.",
12986 "builtins.object.__hash__" => "Return hash(self).",
12987 "builtins.object.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
12988 "builtins.object.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
12989 "builtins.object.__le__" => "Return self<=value.",
12990 "builtins.object.__lt__" => "Return self<value.",
12991 "builtins.object.__ne__" => "Return self!=value.",
12992 "builtins.object.__new__" => "Create and return a new object. See help(type) for accurate signature.",
12993 "builtins.object.__reduce__" => "Helper for pickle.",
12994 "builtins.object.__reduce_ex__" => "Helper for pickle.",
12995 "builtins.object.__repr__" => "Return repr(self).",
12996 "builtins.object.__setattr__" => "Implement setattr(self, name, value).",
12997 "builtins.object.__sizeof__" => "Size of object in memory, in bytes.",
12998 "builtins.object.__str__" => "Return str(self).",
12999 "builtins.object.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13000 "builtins.oct" => "Return the octal representation of an integer.\n\n >>> oct(342391)\n '0o1234567'",
13001 "builtins.open" => "Open file and return a stream. Raise OSError upon failure.\n\nfile is either a text or byte string giving the name (and the path\nif the file isn't in the current working directory) of the file to\nbe opened or an integer file descriptor of the file to be\nwrapped. (If a file descriptor is given, it is closed when the\nreturned I/O object is closed, unless closefd is set to False.)\n\nmode is an optional string that specifies the mode in which the file\nis opened. It defaults to 'r' which means open for reading in text\nmode. Other common values are 'w' for writing (truncating the file if\nit already exists), 'x' for creating and writing to a new file, and\n'a' for appending (which on some Unix systems, means that all writes\nappend to the end of the file regardless of the current seek position).\nIn text mode, if encoding is not specified the encoding used is platform\ndependent: locale.getencoding() is called to get the current locale encoding.\n(For reading and writing raw bytes use binary mode and leave encoding\nunspecified.) The available modes are:\n\n========= ===============================================================\nCharacter Meaning\n--------- ---------------------------------------------------------------\n'r' open for reading (default)\n'w' open for writing, truncating the file first\n'x' create a new file and open it for writing\n'a' open for writing, appending to the end of the file if it exists\n'b' binary mode\n't' text mode (default)\n'+' open a disk file for updating (reading and writing)\n========= ===============================================================\n\nThe default mode is 'rt' (open for reading text). For binary random\naccess, the mode 'w+b' opens and truncates the file to 0 bytes, while\n'r+b' opens the file without truncation. The 'x' mode implies 'w' and\nraises an `FileExistsError` if the file already exists.\n\nPython distinguishes between files opened in binary and text modes,\neven when the underlying operating system doesn't. Files opened in\nbinary mode (appending 'b' to the mode argument) return contents as\nbytes objects without any decoding. In text mode (the default, or when\n't' is appended to the mode argument), the contents of the file are\nreturned as strings, the bytes having been first decoded using a\nplatform-dependent encoding or using the specified encoding if given.\n\nbuffering is an optional integer used to set the buffering policy.\nPass 0 to switch buffering off (only allowed in binary mode), 1 to select\nline buffering (only usable in text mode), and an integer > 1 to indicate\nthe size of a fixed-size chunk buffer. When no buffering argument is\ngiven, the default buffering policy works as follows:\n\n* Binary files are buffered in fixed-size chunks; the size of the buffer\n is max(min(blocksize, 8 MiB), DEFAULT_BUFFER_SIZE)\n when the device block size is available.\n On most systems, the buffer will typically be 128 kilobytes long.\n\n* \"Interactive\" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\nencoding is the name of the encoding used to decode or encode the\nfile. This should only be used in text mode. The default encoding is\nplatform dependent, but any encoding supported by Python can be\npassed. See the codecs module for the list of supported encodings.\n\nerrors is an optional string that specifies how encoding errors are to\nbe handled---this argument should not be used in binary mode. Pass\n'strict' to raise a ValueError exception if there is an encoding error\n(the default of None has the same effect), or pass 'ignore' to ignore\nerrors. (Note that ignoring encoding errors can lead to data loss.)\nSee the documentation for codecs.register or run 'help(codecs.Codec)'\nfor a list of the permitted encoding error strings.\n\nnewline controls how universal newlines works (it only applies to text\nmode). It can be None, '', '\\n', '\\r', and '\\r\\n'. It works as\nfollows:\n\n* On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\\n', '\\r', or '\\r\\n', and\n these are translated into '\\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n* On output, if newline is None, any '\\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\\n', no translation takes place. If newline is any\n of the other legal values, any '\\n' characters written are translated\n to the given string.\n\nIf closefd is False, the underlying file descriptor will be kept open\nwhen the file is closed. This does not work when a file name is given\nand must be True in that case.\n\nA custom opener can be used by passing a callable as *opener*. The\nunderlying file descriptor for the file object is then obtained by\ncalling *opener* with (*file*, *flags*). *opener* must return an open\nfile descriptor (passing os.open as *opener* results in functionality\nsimilar to passing None).\n\nopen() returns a file object whose type depends on the mode, and\nthrough which the standard file operations such as reading and writing\nare performed. When open() is used to open a file in a text mode ('w',\n'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\na file in a binary mode, the returned class varies: in read binary\nmode, it returns a BufferedReader; in write binary and append binary\nmodes, it returns a BufferedWriter, and in read/write mode, it returns\na BufferedRandom.\n\nIt is also possible to use a string or bytearray as a file for both\nreading and writing. For strings StringIO can be used like a file\nopened in a text mode, and for bytes a BytesIO can be used like a file\nopened in a binary mode.",
13002 "builtins.ord" => "Return the ordinal value of a character.\n\nIf the argument is a one-character string, return the Unicode code\npoint of that character.\n\nIf the argument is a bytes or bytearray object of length 1, return its\nsingle byte value.",
13003 "builtins.pow" => "Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\nSome types, such as ints, are able to use a more efficient algorithm when\ninvoked using the three argument form.",
13004 "builtins.print" => "Prints the values to a stream, or to sys.stdout by default.\n\n sep\n string inserted between values, default a space.\n end\n string appended after the last value, default a newline.\n file\n a file-like object (stream); defaults to the current sys.stdout.\n flush\n whether to forcibly flush the stream.",
13005 "builtins.property" => "Property attribute.\n\n fget\n function to be used for getting an attribute value\n fset\n function to be used for setting an attribute value\n fdel\n function to be used for del'ing an attribute\n doc\n docstring\n\nTypical use is to define a managed attribute x:\n\nclass C(object):\n def getx(self): return self._x\n def setx(self, value): self._x = value\n def delx(self): del self._x\n x = property(getx, setx, delx, \"I'm the 'x' property.\")\n\nDecorators make defining new properties or modifying existing ones easy:\n\nclass C(object):\n @property\n def x(self):\n \"I am the 'x' property.\"\n return self._x\n @x.setter\n def x(self, value):\n self._x = value\n @x.deleter\n def x(self):\n del self._x",
13006 "builtins.property.__delattr__" => "Implement delattr(self, name).",
13007 "builtins.property.__delete__" => "Delete an attribute of instance.",
13008 "builtins.property.__eq__" => "Return self==value.",
13009 "builtins.property.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13010 "builtins.property.__ge__" => "Return self>=value.",
13011 "builtins.property.__get__" => "Return an attribute of instance, which is of type owner.",
13012 "builtins.property.__getattribute__" => "Return getattr(self, name).",
13013 "builtins.property.__getstate__" => "Helper for pickle.",
13014 "builtins.property.__gt__" => "Return self>value.",
13015 "builtins.property.__hash__" => "Return hash(self).",
13016 "builtins.property.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13017 "builtins.property.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13018 "builtins.property.__le__" => "Return self<=value.",
13019 "builtins.property.__lt__" => "Return self<value.",
13020 "builtins.property.__ne__" => "Return self!=value.",
13021 "builtins.property.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13022 "builtins.property.__reduce__" => "Helper for pickle.",
13023 "builtins.property.__reduce_ex__" => "Helper for pickle.",
13024 "builtins.property.__repr__" => "Return repr(self).",
13025 "builtins.property.__set__" => "Set an attribute of instance to value.",
13026 "builtins.property.__set_name__" => "Method to set name of a property.",
13027 "builtins.property.__setattr__" => "Implement setattr(self, name, value).",
13028 "builtins.property.__sizeof__" => "Size of object in memory, in bytes.",
13029 "builtins.property.__str__" => "Return str(self).",
13030 "builtins.property.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13031 "builtins.property.deleter" => "Descriptor to obtain a copy of the property with a different deleter.",
13032 "builtins.property.getter" => "Descriptor to obtain a copy of the property with a different getter.",
13033 "builtins.property.setter" => "Descriptor to obtain a copy of the property with a different setter.",
13034 "builtins.range" => "range(stop) -> range object\nrange(start, stop[, step]) -> range object\n\nReturn an object that produces a sequence of integers from start (inclusive)\nto stop (exclusive) by step. range(i, j) produces i, i+1, i+2, ..., j-1.\nstart defaults to 0, and stop is omitted! range(4) produces 0, 1, 2, 3.\nThese are exactly the valid indices for a list of 4 elements.\nWhen step is given, it specifies the increment (or decrement).",
13035 "builtins.range.__bool__" => "True if self else False",
13036 "builtins.range.__contains__" => "Return bool(key in self).",
13037 "builtins.range.__delattr__" => "Implement delattr(self, name).",
13038 "builtins.range.__eq__" => "Return self==value.",
13039 "builtins.range.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13040 "builtins.range.__ge__" => "Return self>=value.",
13041 "builtins.range.__getattribute__" => "Return getattr(self, name).",
13042 "builtins.range.__getitem__" => "Return self[key].",
13043 "builtins.range.__getstate__" => "Helper for pickle.",
13044 "builtins.range.__gt__" => "Return self>value.",
13045 "builtins.range.__hash__" => "Return hash(self).",
13046 "builtins.range.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13047 "builtins.range.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13048 "builtins.range.__iter__" => "Implement iter(self).",
13049 "builtins.range.__le__" => "Return self<=value.",
13050 "builtins.range.__len__" => "Return len(self).",
13051 "builtins.range.__lt__" => "Return self<value.",
13052 "builtins.range.__ne__" => "Return self!=value.",
13053 "builtins.range.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13054 "builtins.range.__reduce_ex__" => "Helper for pickle.",
13055 "builtins.range.__repr__" => "Return repr(self).",
13056 "builtins.range.__reversed__" => "Return a reverse iterator.",
13057 "builtins.range.__setattr__" => "Implement setattr(self, name, value).",
13058 "builtins.range.__sizeof__" => "Size of object in memory, in bytes.",
13059 "builtins.range.__str__" => "Return str(self).",
13060 "builtins.range.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13061 "builtins.range.count" => "rangeobject.count(value) -> integer -- return number of occurrences of value",
13062 "builtins.range.index" => "rangeobject.index(value) -> integer -- return index of value.\nRaise ValueError if the value is not present.",
13063 "builtins.range_iterator.__delattr__" => "Implement delattr(self, name).",
13064 "builtins.range_iterator.__eq__" => "Return self==value.",
13065 "builtins.range_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13066 "builtins.range_iterator.__ge__" => "Return self>=value.",
13067 "builtins.range_iterator.__getattribute__" => "Return getattr(self, name).",
13068 "builtins.range_iterator.__getstate__" => "Helper for pickle.",
13069 "builtins.range_iterator.__gt__" => "Return self>value.",
13070 "builtins.range_iterator.__hash__" => "Return hash(self).",
13071 "builtins.range_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13072 "builtins.range_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13073 "builtins.range_iterator.__iter__" => "Implement iter(self).",
13074 "builtins.range_iterator.__le__" => "Return self<=value.",
13075 "builtins.range_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
13076 "builtins.range_iterator.__lt__" => "Return self<value.",
13077 "builtins.range_iterator.__ne__" => "Return self!=value.",
13078 "builtins.range_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13079 "builtins.range_iterator.__next__" => "Implement next(self).",
13080 "builtins.range_iterator.__reduce__" => "Return state information for pickling.",
13081 "builtins.range_iterator.__reduce_ex__" => "Helper for pickle.",
13082 "builtins.range_iterator.__repr__" => "Return repr(self).",
13083 "builtins.range_iterator.__setattr__" => "Implement setattr(self, name, value).",
13084 "builtins.range_iterator.__setstate__" => "Set state information for unpickling.",
13085 "builtins.range_iterator.__sizeof__" => "Size of object in memory, in bytes.",
13086 "builtins.range_iterator.__str__" => "Return str(self).",
13087 "builtins.range_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13088 "builtins.repr" => "Return the canonical string representation of the object.\n\nFor many object types, including most builtins, eval(repr(obj)) == obj.",
13089 "builtins.reversed" => "Return a reverse iterator over the values of the given sequence.",
13090 "builtins.reversed.__delattr__" => "Implement delattr(self, name).",
13091 "builtins.reversed.__eq__" => "Return self==value.",
13092 "builtins.reversed.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13093 "builtins.reversed.__ge__" => "Return self>=value.",
13094 "builtins.reversed.__getattribute__" => "Return getattr(self, name).",
13095 "builtins.reversed.__getstate__" => "Helper for pickle.",
13096 "builtins.reversed.__gt__" => "Return self>value.",
13097 "builtins.reversed.__hash__" => "Return hash(self).",
13098 "builtins.reversed.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13099 "builtins.reversed.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13100 "builtins.reversed.__iter__" => "Implement iter(self).",
13101 "builtins.reversed.__le__" => "Return self<=value.",
13102 "builtins.reversed.__length_hint__" => "Private method returning an estimate of len(list(it)).",
13103 "builtins.reversed.__lt__" => "Return self<value.",
13104 "builtins.reversed.__ne__" => "Return self!=value.",
13105 "builtins.reversed.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13106 "builtins.reversed.__next__" => "Implement next(self).",
13107 "builtins.reversed.__reduce__" => "Return state information for pickling.",
13108 "builtins.reversed.__reduce_ex__" => "Helper for pickle.",
13109 "builtins.reversed.__repr__" => "Return repr(self).",
13110 "builtins.reversed.__setattr__" => "Implement setattr(self, name, value).",
13111 "builtins.reversed.__setstate__" => "Set state information for unpickling.",
13112 "builtins.reversed.__sizeof__" => "Size of object in memory, in bytes.",
13113 "builtins.reversed.__str__" => "Return str(self).",
13114 "builtins.reversed.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13115 "builtins.round" => "Round a number to a given precision in decimal digits.\n\nThe return value is an integer if ndigits is omitted or None. Otherwise\nthe return value has the same type as the number. ndigits may be negative.",
13116 "builtins.set" => "Build an unordered collection of unique elements.",
13117 "builtins.set.__and__" => "Return self&value.",
13118 "builtins.set.__class_getitem__" => "See PEP 585",
13119 "builtins.set.__contains__" => "x.__contains__(y) <==> y in x.",
13120 "builtins.set.__delattr__" => "Implement delattr(self, name).",
13121 "builtins.set.__eq__" => "Return self==value.",
13122 "builtins.set.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13123 "builtins.set.__ge__" => "Return self>=value.",
13124 "builtins.set.__getattribute__" => "Return getattr(self, name).",
13125 "builtins.set.__getstate__" => "Helper for pickle.",
13126 "builtins.set.__gt__" => "Return self>value.",
13127 "builtins.set.__iand__" => "Return self&=value.",
13128 "builtins.set.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13129 "builtins.set.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13130 "builtins.set.__ior__" => "Return self|=value.",
13131 "builtins.set.__isub__" => "Return self-=value.",
13132 "builtins.set.__iter__" => "Implement iter(self).",
13133 "builtins.set.__ixor__" => "Return self^=value.",
13134 "builtins.set.__le__" => "Return self<=value.",
13135 "builtins.set.__len__" => "Return len(self).",
13136 "builtins.set.__lt__" => "Return self<value.",
13137 "builtins.set.__ne__" => "Return self!=value.",
13138 "builtins.set.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13139 "builtins.set.__or__" => "Return self|value.",
13140 "builtins.set.__rand__" => "Return value&self.",
13141 "builtins.set.__reduce__" => "Return state information for pickling.",
13142 "builtins.set.__reduce_ex__" => "Helper for pickle.",
13143 "builtins.set.__repr__" => "Return repr(self).",
13144 "builtins.set.__ror__" => "Return value|self.",
13145 "builtins.set.__rsub__" => "Return value-self.",
13146 "builtins.set.__rxor__" => "Return value^self.",
13147 "builtins.set.__setattr__" => "Implement setattr(self, name, value).",
13148 "builtins.set.__sizeof__" => "S.__sizeof__() -> size of S in memory, in bytes.",
13149 "builtins.set.__str__" => "Return str(self).",
13150 "builtins.set.__sub__" => "Return self-value.",
13151 "builtins.set.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13152 "builtins.set.__xor__" => "Return self^value.",
13153 "builtins.set.add" => "Add an element to a set.\n\nThis has no effect if the element is already present.",
13154 "builtins.set.clear" => "Remove all elements from this set.",
13155 "builtins.set.copy" => "Return a shallow copy of a set.",
13156 "builtins.set.difference" => "Return a new set with elements in the set that are not in the others.",
13157 "builtins.set.difference_update" => "Update the set, removing elements found in others.",
13158 "builtins.set.discard" => "Remove an element from a set if it is a member.\n\nUnlike set.remove(), the discard() method does not raise\nan exception when an element is missing from the set.",
13159 "builtins.set.intersection" => "Return a new set with elements common to the set and all others.",
13160 "builtins.set.intersection_update" => "Update the set, keeping only elements found in it and all others.",
13161 "builtins.set.isdisjoint" => "Return True if two sets have a null intersection.",
13162 "builtins.set.issubset" => "Report whether another set contains this set.",
13163 "builtins.set.issuperset" => "Report whether this set contains another set.",
13164 "builtins.set.pop" => "Remove and return an arbitrary set element.\n\nRaises KeyError if the set is empty.",
13165 "builtins.set.remove" => "Remove an element from a set; it must be a member.\n\nIf the element is not a member, raise a KeyError.",
13166 "builtins.set.symmetric_difference" => "Return a new set with elements in either the set or other but not both.",
13167 "builtins.set.symmetric_difference_update" => "Update the set, keeping only elements found in either set, but not in both.",
13168 "builtins.set.union" => "Return a new set with elements from the set and all others.",
13169 "builtins.set.update" => "Update the set, adding elements from all others.",
13170 "builtins.set_iterator.__delattr__" => "Implement delattr(self, name).",
13171 "builtins.set_iterator.__eq__" => "Return self==value.",
13172 "builtins.set_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13173 "builtins.set_iterator.__ge__" => "Return self>=value.",
13174 "builtins.set_iterator.__getattribute__" => "Return getattr(self, name).",
13175 "builtins.set_iterator.__getstate__" => "Helper for pickle.",
13176 "builtins.set_iterator.__gt__" => "Return self>value.",
13177 "builtins.set_iterator.__hash__" => "Return hash(self).",
13178 "builtins.set_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13179 "builtins.set_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13180 "builtins.set_iterator.__iter__" => "Implement iter(self).",
13181 "builtins.set_iterator.__le__" => "Return self<=value.",
13182 "builtins.set_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
13183 "builtins.set_iterator.__lt__" => "Return self<value.",
13184 "builtins.set_iterator.__ne__" => "Return self!=value.",
13185 "builtins.set_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13186 "builtins.set_iterator.__next__" => "Implement next(self).",
13187 "builtins.set_iterator.__reduce__" => "Return state information for pickling.",
13188 "builtins.set_iterator.__reduce_ex__" => "Helper for pickle.",
13189 "builtins.set_iterator.__repr__" => "Return repr(self).",
13190 "builtins.set_iterator.__setattr__" => "Implement setattr(self, name, value).",
13191 "builtins.set_iterator.__sizeof__" => "Size of object in memory, in bytes.",
13192 "builtins.set_iterator.__str__" => "Return str(self).",
13193 "builtins.set_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13194 "builtins.setattr" => "Sets the named attribute on the given object to the specified value.\n\nsetattr(x, 'y', v) is equivalent to ``x.y = v``",
13195 "builtins.slice" => "slice(stop)\nslice(start, stop[, step])\n\nCreate a slice object. This is used for extended slicing (e.g. a[0:10:2]).",
13196 "builtins.slice.__delattr__" => "Implement delattr(self, name).",
13197 "builtins.slice.__eq__" => "Return self==value.",
13198 "builtins.slice.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13199 "builtins.slice.__ge__" => "Return self>=value.",
13200 "builtins.slice.__getattribute__" => "Return getattr(self, name).",
13201 "builtins.slice.__getstate__" => "Helper for pickle.",
13202 "builtins.slice.__gt__" => "Return self>value.",
13203 "builtins.slice.__hash__" => "Return hash(self).",
13204 "builtins.slice.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13205 "builtins.slice.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13206 "builtins.slice.__le__" => "Return self<=value.",
13207 "builtins.slice.__lt__" => "Return self<value.",
13208 "builtins.slice.__ne__" => "Return self!=value.",
13209 "builtins.slice.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13210 "builtins.slice.__reduce__" => "Return state information for pickling.",
13211 "builtins.slice.__reduce_ex__" => "Helper for pickle.",
13212 "builtins.slice.__repr__" => "Return repr(self).",
13213 "builtins.slice.__setattr__" => "Implement setattr(self, name, value).",
13214 "builtins.slice.__sizeof__" => "Size of object in memory, in bytes.",
13215 "builtins.slice.__str__" => "Return str(self).",
13216 "builtins.slice.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13217 "builtins.slice.indices" => "S.indices(len) -> (start, stop, stride)\n\nAssuming a sequence of length len, calculate the start and stop\nindices, and the stride length of the extended slice described by\nS. Out of bounds indices are clipped in a manner consistent with the\nhandling of normal slices.",
13218 "builtins.sorted" => "Return a new list containing all items from the iterable in ascending order.\n\nA custom key function can be supplied to customize the sort order, and the\nreverse flag can be set to request the result in descending order.",
13219 "builtins.staticmethod" => "Convert a function to be a static method.\n\nA static method does not receive an implicit first argument.\nTo declare a static method, use this idiom:\n\n class C:\n @staticmethod\n def f(arg1, arg2, argN):\n ...\n\nIt can be called either on the class (e.g. C.f()) or on an instance\n(e.g. C().f()). Both the class and the instance are ignored, and\nneither is passed implicitly as the first argument to the method.\n\nStatic methods in Python are similar to those found in Java or C++.\nFor a more advanced concept, see the classmethod builtin.",
13220 "builtins.staticmethod.__call__" => "Call self as a function.",
13221 "builtins.staticmethod.__delattr__" => "Implement delattr(self, name).",
13222 "builtins.staticmethod.__eq__" => "Return self==value.",
13223 "builtins.staticmethod.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13224 "builtins.staticmethod.__ge__" => "Return self>=value.",
13225 "builtins.staticmethod.__get__" => "Return an attribute of instance, which is of type owner.",
13226 "builtins.staticmethod.__getattribute__" => "Return getattr(self, name).",
13227 "builtins.staticmethod.__getstate__" => "Helper for pickle.",
13228 "builtins.staticmethod.__gt__" => "Return self>value.",
13229 "builtins.staticmethod.__hash__" => "Return hash(self).",
13230 "builtins.staticmethod.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13231 "builtins.staticmethod.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13232 "builtins.staticmethod.__le__" => "Return self<=value.",
13233 "builtins.staticmethod.__lt__" => "Return self<value.",
13234 "builtins.staticmethod.__ne__" => "Return self!=value.",
13235 "builtins.staticmethod.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13236 "builtins.staticmethod.__reduce__" => "Helper for pickle.",
13237 "builtins.staticmethod.__reduce_ex__" => "Helper for pickle.",
13238 "builtins.staticmethod.__repr__" => "Return repr(self).",
13239 "builtins.staticmethod.__setattr__" => "Implement setattr(self, name, value).",
13240 "builtins.staticmethod.__sizeof__" => "Size of object in memory, in bytes.",
13241 "builtins.staticmethod.__str__" => "Return str(self).",
13242 "builtins.staticmethod.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13243 "builtins.str" => "str(object='') -> str\nstr(bytes_or_buffer[, encoding[, errors]]) -> str\n\nCreate a new string object from the given object. If encoding or\nerrors is specified, then the object must expose a data buffer\nthat will be decoded using the given encoding and error handler.\nOtherwise, returns the result of object.__str__() (if defined)\nor repr(object).\nencoding defaults to 'utf-8'.\nerrors defaults to 'strict'.",
13244 "builtins.str.__add__" => "Return self+value.",
13245 "builtins.str.__contains__" => "Return bool(key in self).",
13246 "builtins.str.__delattr__" => "Implement delattr(self, name).",
13247 "builtins.str.__eq__" => "Return self==value.",
13248 "builtins.str.__format__" => "Return a formatted version of the string as described by format_spec.",
13249 "builtins.str.__ge__" => "Return self>=value.",
13250 "builtins.str.__getattribute__" => "Return getattr(self, name).",
13251 "builtins.str.__getitem__" => "Return self[key].",
13252 "builtins.str.__getstate__" => "Helper for pickle.",
13253 "builtins.str.__gt__" => "Return self>value.",
13254 "builtins.str.__hash__" => "Return hash(self).",
13255 "builtins.str.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13256 "builtins.str.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13257 "builtins.str.__iter__" => "Implement iter(self).",
13258 "builtins.str.__le__" => "Return self<=value.",
13259 "builtins.str.__len__" => "Return len(self).",
13260 "builtins.str.__lt__" => "Return self<value.",
13261 "builtins.str.__mod__" => "Return self%value.",
13262 "builtins.str.__mul__" => "Return self*value.",
13263 "builtins.str.__ne__" => "Return self!=value.",
13264 "builtins.str.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13265 "builtins.str.__reduce__" => "Helper for pickle.",
13266 "builtins.str.__reduce_ex__" => "Helper for pickle.",
13267 "builtins.str.__repr__" => "Return repr(self).",
13268 "builtins.str.__rmod__" => "Return value%self.",
13269 "builtins.str.__rmul__" => "Return value*self.",
13270 "builtins.str.__setattr__" => "Implement setattr(self, name, value).",
13271 "builtins.str.__sizeof__" => "Return the size of the string in memory, in bytes.",
13272 "builtins.str.__str__" => "Return str(self).",
13273 "builtins.str.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13274 "builtins.str.capitalize" => "Return a capitalized version of the string.\n\nMore specifically, make the first character have upper case and the rest lower\ncase.",
13275 "builtins.str.casefold" => "Return a version of the string suitable for caseless comparisons.",
13276 "builtins.str.center" => "Return a centered string of length width.\n\nPadding is done using the specified fill character (default is a space).",
13277 "builtins.str.count" => "Return the number of non-overlapping occurrences of substring sub in string S[start:end].\n\nOptional arguments start and end are interpreted as in slice notation.",
13278 "builtins.str.encode" => "Encode the string using the codec registered for encoding.\n\n encoding\n The encoding in which to encode the string.\n errors\n The error handling scheme to use for encoding errors.\n The default is 'strict' meaning that encoding errors raise a\n UnicodeEncodeError. Other possible values are 'ignore', 'replace' and\n 'xmlcharrefreplace' as well as any other name registered with\n codecs.register_error that can handle UnicodeEncodeErrors.",
13279 "builtins.str.endswith" => "Return True if the string ends with the specified suffix, False otherwise.\n\n suffix\n A string or a tuple of strings to try.\n start\n Optional start position. Default: start of the string.\n end\n Optional stop position. Default: end of the string.",
13280 "builtins.str.expandtabs" => "Return a copy where all tab characters are expanded using spaces.\n\nIf tabsize is not given, a tab size of 8 characters is assumed.",
13281 "builtins.str.find" => "Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end].\n\nOptional arguments start and end are interpreted as in slice notation.\nReturn -1 on failure.",
13282 "builtins.str.format" => "Return a formatted version of the string, using substitutions from args and kwargs.\nThe substitutions are identified by braces ('{' and '}').",
13283 "builtins.str.format_map" => "Return a formatted version of the string, using substitutions from mapping.\nThe substitutions are identified by braces ('{' and '}').",
13284 "builtins.str.index" => "Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end].\n\nOptional arguments start and end are interpreted as in slice notation.\nRaises ValueError when the substring is not found.",
13285 "builtins.str.isalnum" => "Return True if the string is an alpha-numeric string, False otherwise.\n\nA string is alpha-numeric if all characters in the string are alpha-numeric and\nthere is at least one character in the string.",
13286 "builtins.str.isalpha" => "Return True if the string is an alphabetic string, False otherwise.\n\nA string is alphabetic if all characters in the string are alphabetic and there\nis at least one character in the string.",
13287 "builtins.str.isascii" => "Return True if all characters in the string are ASCII, False otherwise.\n\nASCII characters have code points in the range U+0000-U+007F.\nEmpty string is ASCII too.",
13288 "builtins.str.isdecimal" => "Return True if the string is a decimal string, False otherwise.\n\nA string is a decimal string if all characters in the string are decimal and\nthere is at least one character in the string.",
13289 "builtins.str.isdigit" => "Return True if the string is a digit string, False otherwise.\n\nA string is a digit string if all characters in the string are digits and there\nis at least one character in the string.",
13290 "builtins.str.isidentifier" => "Return True if the string is a valid Python identifier, False otherwise.\n\nCall keyword.iskeyword(s) to test whether string s is a reserved identifier,\nsuch as \"def\" or \"class\".",
13291 "builtins.str.islower" => "Return True if the string is a lowercase string, False otherwise.\n\nA string is lowercase if all cased characters in the string are lowercase and\nthere is at least one cased character in the string.",
13292 "builtins.str.isnumeric" => "Return True if the string is a numeric string, False otherwise.\n\nA string is numeric if all characters in the string are numeric and there is at\nleast one character in the string.",
13293 "builtins.str.isprintable" => "Return True if all characters in the string are printable, False otherwise.\n\nA character is printable if repr() may use it in its output.",
13294 "builtins.str.isspace" => "Return True if the string is a whitespace string, False otherwise.\n\nA string is whitespace if all characters in the string are whitespace and there\nis at least one character in the string.",
13295 "builtins.str.istitle" => "Return True if the string is a title-cased string, False otherwise.\n\nIn a title-cased string, upper- and title-case characters may only\nfollow uncased characters and lowercase characters only cased ones.",
13296 "builtins.str.isupper" => "Return True if the string is an uppercase string, False otherwise.\n\nA string is uppercase if all cased characters in the string are uppercase and\nthere is at least one cased character in the string.",
13297 "builtins.str.join" => "Concatenate any number of strings.\n\nThe string whose method is called is inserted in between each given string.\nThe result is returned as a new string.\n\nExample: '.'.join(['ab', 'pq', 'rs']) -> 'ab.pq.rs'",
13298 "builtins.str.ljust" => "Return a left-justified string of length width.\n\nPadding is done using the specified fill character (default is a space).",
13299 "builtins.str.lower" => "Return a copy of the string converted to lowercase.",
13300 "builtins.str.lstrip" => "Return a copy of the string with leading whitespace removed.\n\nIf chars is given and not None, remove characters in chars instead.",
13301 "builtins.str.maketrans" => "Return a translation table usable for str.translate().\n\nIf there is only one argument, it must be a dictionary mapping Unicode\nordinals (integers) or characters to Unicode ordinals, strings or None.\nCharacter keys will be then converted to ordinals.\nIf there are two arguments, they must be strings of equal length, and\nin the resulting dictionary, each character in x will be mapped to the\ncharacter at the same position in y. If there is a third argument, it\nmust be a string, whose characters will be mapped to None in the result.",
13302 "builtins.str.partition" => "Partition the string into three parts using the given separator.\n\nThis will search for the separator in the string. If the separator is found,\nreturns a 3-tuple containing the part before the separator, the separator\nitself, and the part after it.\n\nIf the separator is not found, returns a 3-tuple containing the original string\nand two empty strings.",
13303 "builtins.str.removeprefix" => "Return a str with the given prefix string removed if present.\n\nIf the string starts with the prefix string, return string[len(prefix):].\nOtherwise, return a copy of the original string.",
13304 "builtins.str.removesuffix" => "Return a str with the given suffix string removed if present.\n\nIf the string ends with the suffix string and that suffix is not empty,\nreturn string[:-len(suffix)]. Otherwise, return a copy of the original\nstring.",
13305 "builtins.str.replace" => "Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\nIf the optional argument count is given, only the first count occurrences are\nreplaced.",
13306 "builtins.str.rfind" => "Return the highest index in S where substring sub is found, such that sub is contained within S[start:end].\n\nOptional arguments start and end are interpreted as in slice notation.\nReturn -1 on failure.",
13307 "builtins.str.rindex" => "Return the highest index in S where substring sub is found, such that sub is contained within S[start:end].\n\nOptional arguments start and end are interpreted as in slice notation.\nRaises ValueError when the substring is not found.",
13308 "builtins.str.rjust" => "Return a right-justified string of length width.\n\nPadding is done using the specified fill character (default is a space).",
13309 "builtins.str.rpartition" => "Partition the string into three parts using the given separator.\n\nThis will search for the separator in the string, starting at the end. If\nthe separator is found, returns a 3-tuple containing the part before the\nseparator, the separator itself, and the part after it.\n\nIf the separator is not found, returns a 3-tuple containing two empty strings\nand the original string.",
13310 "builtins.str.rsplit" => "Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \\n \\r \\t \\f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\nSplitting starts at the end of the string and works to the front.",
13311 "builtins.str.rstrip" => "Return a copy of the string with trailing whitespace removed.\n\nIf chars is given and not None, remove characters in chars instead.",
13312 "builtins.str.split" => "Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \\n \\r \\t \\f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\nSplitting starts at the front of the string and works to the end.\n\nNote, str.split() is mainly useful for data that has been intentionally\ndelimited. With natural text that includes punctuation, consider using\nthe regular expression module.",
13313 "builtins.str.splitlines" => "Return a list of the lines in the string, breaking at line boundaries.\n\nLine breaks are not included in the resulting list unless keepends is given and\ntrue.",
13314 "builtins.str.startswith" => "Return True if the string starts with the specified prefix, False otherwise.\n\n prefix\n A string or a tuple of strings to try.\n start\n Optional start position. Default: start of the string.\n end\n Optional stop position. Default: end of the string.",
13315 "builtins.str.strip" => "Return a copy of the string with leading and trailing whitespace removed.\n\nIf chars is given and not None, remove characters in chars instead.",
13316 "builtins.str.swapcase" => "Convert uppercase characters to lowercase and lowercase characters to uppercase.",
13317 "builtins.str.title" => "Return a version of the string where each word is titlecased.\n\nMore specifically, words start with uppercased characters and all remaining\ncased characters have lower case.",
13318 "builtins.str.translate" => "Replace each character in the string using the given translation table.\n\n table\n Translation table, which must be a mapping of Unicode ordinals to\n Unicode ordinals, strings, or None.\n\nThe table must implement lookup/indexing via __getitem__, for instance a\ndictionary or list. If this operation raises LookupError, the character is\nleft untouched. Characters mapped to None are deleted.",
13319 "builtins.str.upper" => "Return a copy of the string converted to uppercase.",
13320 "builtins.str.zfill" => "Pad a numeric string with zeros on the left, to fill a field of the given width.\n\nThe string is never truncated.",
13321 "builtins.str_ascii_iterator.__delattr__" => "Implement delattr(self, name).",
13322 "builtins.str_ascii_iterator.__eq__" => "Return self==value.",
13323 "builtins.str_ascii_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13324 "builtins.str_ascii_iterator.__ge__" => "Return self>=value.",
13325 "builtins.str_ascii_iterator.__getattribute__" => "Return getattr(self, name).",
13326 "builtins.str_ascii_iterator.__getstate__" => "Helper for pickle.",
13327 "builtins.str_ascii_iterator.__gt__" => "Return self>value.",
13328 "builtins.str_ascii_iterator.__hash__" => "Return hash(self).",
13329 "builtins.str_ascii_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13330 "builtins.str_ascii_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13331 "builtins.str_ascii_iterator.__iter__" => "Implement iter(self).",
13332 "builtins.str_ascii_iterator.__le__" => "Return self<=value.",
13333 "builtins.str_ascii_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
13334 "builtins.str_ascii_iterator.__lt__" => "Return self<value.",
13335 "builtins.str_ascii_iterator.__ne__" => "Return self!=value.",
13336 "builtins.str_ascii_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13337 "builtins.str_ascii_iterator.__next__" => "Implement next(self).",
13338 "builtins.str_ascii_iterator.__reduce__" => "Return state information for pickling.",
13339 "builtins.str_ascii_iterator.__reduce_ex__" => "Helper for pickle.",
13340 "builtins.str_ascii_iterator.__repr__" => "Return repr(self).",
13341 "builtins.str_ascii_iterator.__setattr__" => "Implement setattr(self, name, value).",
13342 "builtins.str_ascii_iterator.__setstate__" => "Set state information for unpickling.",
13343 "builtins.str_ascii_iterator.__sizeof__" => "Size of object in memory, in bytes.",
13344 "builtins.str_ascii_iterator.__str__" => "Return str(self).",
13345 "builtins.str_ascii_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13346 "builtins.sum" => "Return the sum of a 'start' value (default: 0) plus an iterable of numbers\n\nWhen the iterable is empty, return the start value.\nThis function is intended specifically for use with numeric values and may\nreject non-numeric types.",
13347 "builtins.super" => "super() -> same as super(__class__, <first argument>)\nsuper(type) -> unbound super object\nsuper(type, obj) -> bound super object; requires isinstance(obj, type)\nsuper(type, type2) -> bound super object; requires issubclass(type2, type)\nTypical use to call a cooperative superclass method:\nclass C(B):\n def meth(self, arg):\n super().meth(arg)\nThis works for class methods too:\nclass C(B):\n @classmethod\n def cmeth(cls, arg):\n super().cmeth(arg)",
13348 "builtins.super.__delattr__" => "Implement delattr(self, name).",
13349 "builtins.super.__eq__" => "Return self==value.",
13350 "builtins.super.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13351 "builtins.super.__ge__" => "Return self>=value.",
13352 "builtins.super.__get__" => "Return an attribute of instance, which is of type owner.",
13353 "builtins.super.__getattribute__" => "Return getattr(self, name).",
13354 "builtins.super.__getstate__" => "Helper for pickle.",
13355 "builtins.super.__gt__" => "Return self>value.",
13356 "builtins.super.__hash__" => "Return hash(self).",
13357 "builtins.super.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13358 "builtins.super.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13359 "builtins.super.__le__" => "Return self<=value.",
13360 "builtins.super.__lt__" => "Return self<value.",
13361 "builtins.super.__ne__" => "Return self!=value.",
13362 "builtins.super.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13363 "builtins.super.__reduce__" => "Helper for pickle.",
13364 "builtins.super.__reduce_ex__" => "Helper for pickle.",
13365 "builtins.super.__repr__" => "Return repr(self).",
13366 "builtins.super.__self__" => "the instance invoking super(); may be None",
13367 "builtins.super.__self_class__" => "the type of the instance invoking super(); may be None",
13368 "builtins.super.__setattr__" => "Implement setattr(self, name, value).",
13369 "builtins.super.__sizeof__" => "Size of object in memory, in bytes.",
13370 "builtins.super.__str__" => "Return str(self).",
13371 "builtins.super.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13372 "builtins.super.__thisclass__" => "the class invoking super()",
13373 "builtins.traceback" => "Create a new traceback object.",
13374 "builtins.traceback.__delattr__" => "Implement delattr(self, name).",
13375 "builtins.traceback.__eq__" => "Return self==value.",
13376 "builtins.traceback.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13377 "builtins.traceback.__ge__" => "Return self>=value.",
13378 "builtins.traceback.__getattribute__" => "Return getattr(self, name).",
13379 "builtins.traceback.__getstate__" => "Helper for pickle.",
13380 "builtins.traceback.__gt__" => "Return self>value.",
13381 "builtins.traceback.__hash__" => "Return hash(self).",
13382 "builtins.traceback.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13383 "builtins.traceback.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13384 "builtins.traceback.__le__" => "Return self<=value.",
13385 "builtins.traceback.__lt__" => "Return self<value.",
13386 "builtins.traceback.__ne__" => "Return self!=value.",
13387 "builtins.traceback.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13388 "builtins.traceback.__reduce__" => "Helper for pickle.",
13389 "builtins.traceback.__reduce_ex__" => "Helper for pickle.",
13390 "builtins.traceback.__repr__" => "Return repr(self).",
13391 "builtins.traceback.__setattr__" => "Implement setattr(self, name, value).",
13392 "builtins.traceback.__sizeof__" => "Size of object in memory, in bytes.",
13393 "builtins.traceback.__str__" => "Return str(self).",
13394 "builtins.traceback.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13395 "builtins.tuple" => "Built-in immutable sequence.\n\nIf no argument is given, the constructor returns an empty tuple.\nIf iterable is specified the tuple is initialized from iterable's items.\n\nIf the argument is a tuple, the return value is the same object.",
13396 "builtins.tuple.__add__" => "Return self+value.",
13397 "builtins.tuple.__class_getitem__" => "See PEP 585",
13398 "builtins.tuple.__contains__" => "Return bool(key in self).",
13399 "builtins.tuple.__delattr__" => "Implement delattr(self, name).",
13400 "builtins.tuple.__eq__" => "Return self==value.",
13401 "builtins.tuple.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13402 "builtins.tuple.__ge__" => "Return self>=value.",
13403 "builtins.tuple.__getattribute__" => "Return getattr(self, name).",
13404 "builtins.tuple.__getitem__" => "Return self[key].",
13405 "builtins.tuple.__getstate__" => "Helper for pickle.",
13406 "builtins.tuple.__gt__" => "Return self>value.",
13407 "builtins.tuple.__hash__" => "Return hash(self).",
13408 "builtins.tuple.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13409 "builtins.tuple.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13410 "builtins.tuple.__iter__" => "Implement iter(self).",
13411 "builtins.tuple.__le__" => "Return self<=value.",
13412 "builtins.tuple.__len__" => "Return len(self).",
13413 "builtins.tuple.__lt__" => "Return self<value.",
13414 "builtins.tuple.__mul__" => "Return self*value.",
13415 "builtins.tuple.__ne__" => "Return self!=value.",
13416 "builtins.tuple.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13417 "builtins.tuple.__reduce__" => "Helper for pickle.",
13418 "builtins.tuple.__reduce_ex__" => "Helper for pickle.",
13419 "builtins.tuple.__repr__" => "Return repr(self).",
13420 "builtins.tuple.__rmul__" => "Return value*self.",
13421 "builtins.tuple.__setattr__" => "Implement setattr(self, name, value).",
13422 "builtins.tuple.__sizeof__" => "Size of object in memory, in bytes.",
13423 "builtins.tuple.__str__" => "Return str(self).",
13424 "builtins.tuple.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13425 "builtins.tuple.count" => "Return number of occurrences of value.",
13426 "builtins.tuple.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
13427 "builtins.tuple_iterator.__delattr__" => "Implement delattr(self, name).",
13428 "builtins.tuple_iterator.__eq__" => "Return self==value.",
13429 "builtins.tuple_iterator.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13430 "builtins.tuple_iterator.__ge__" => "Return self>=value.",
13431 "builtins.tuple_iterator.__getattribute__" => "Return getattr(self, name).",
13432 "builtins.tuple_iterator.__getstate__" => "Helper for pickle.",
13433 "builtins.tuple_iterator.__gt__" => "Return self>value.",
13434 "builtins.tuple_iterator.__hash__" => "Return hash(self).",
13435 "builtins.tuple_iterator.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13436 "builtins.tuple_iterator.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13437 "builtins.tuple_iterator.__iter__" => "Implement iter(self).",
13438 "builtins.tuple_iterator.__le__" => "Return self<=value.",
13439 "builtins.tuple_iterator.__length_hint__" => "Private method returning an estimate of len(list(it)).",
13440 "builtins.tuple_iterator.__lt__" => "Return self<value.",
13441 "builtins.tuple_iterator.__ne__" => "Return self!=value.",
13442 "builtins.tuple_iterator.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13443 "builtins.tuple_iterator.__next__" => "Implement next(self).",
13444 "builtins.tuple_iterator.__reduce__" => "Return state information for pickling.",
13445 "builtins.tuple_iterator.__reduce_ex__" => "Helper for pickle.",
13446 "builtins.tuple_iterator.__repr__" => "Return repr(self).",
13447 "builtins.tuple_iterator.__setattr__" => "Implement setattr(self, name, value).",
13448 "builtins.tuple_iterator.__setstate__" => "Set state information for unpickling.",
13449 "builtins.tuple_iterator.__sizeof__" => "Size of object in memory, in bytes.",
13450 "builtins.tuple_iterator.__str__" => "Return str(self).",
13451 "builtins.tuple_iterator.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13452 "builtins.type" => "type(object) -> the object's type\ntype(name, bases, dict, **kwds) -> a new type",
13453 "builtins.type.__base__" => "The base class of the class hierarchy.\n\nWhen called, it accepts no arguments and returns a new featureless\ninstance that has no instance attributes and cannot be given any.",
13454 "builtins.type.__base__.__delattr__" => "Implement delattr(self, name).",
13455 "builtins.type.__base__.__eq__" => "Return self==value.",
13456 "builtins.type.__base__.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13457 "builtins.type.__base__.__ge__" => "Return self>=value.",
13458 "builtins.type.__base__.__getattribute__" => "Return getattr(self, name).",
13459 "builtins.type.__base__.__getstate__" => "Helper for pickle.",
13460 "builtins.type.__base__.__gt__" => "Return self>value.",
13461 "builtins.type.__base__.__hash__" => "Return hash(self).",
13462 "builtins.type.__base__.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13463 "builtins.type.__base__.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13464 "builtins.type.__base__.__le__" => "Return self<=value.",
13465 "builtins.type.__base__.__lt__" => "Return self<value.",
13466 "builtins.type.__base__.__ne__" => "Return self!=value.",
13467 "builtins.type.__base__.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13468 "builtins.type.__base__.__reduce__" => "Helper for pickle.",
13469 "builtins.type.__base__.__reduce_ex__" => "Helper for pickle.",
13470 "builtins.type.__base__.__repr__" => "Return repr(self).",
13471 "builtins.type.__base__.__setattr__" => "Implement setattr(self, name, value).",
13472 "builtins.type.__base__.__sizeof__" => "Size of object in memory, in bytes.",
13473 "builtins.type.__base__.__str__" => "Return str(self).",
13474 "builtins.type.__base__.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13475 "builtins.type.__call__" => "Call self as a function.",
13476 "builtins.type.__delattr__" => "Implement delattr(self, name).",
13477 "builtins.type.__eq__" => "Return self==value.",
13478 "builtins.type.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13479 "builtins.type.__ge__" => "Return self>=value.",
13480 "builtins.type.__getattribute__" => "Return getattr(self, name).",
13481 "builtins.type.__getstate__" => "Helper for pickle.",
13482 "builtins.type.__gt__" => "Return self>value.",
13483 "builtins.type.__hash__" => "Return hash(self).",
13484 "builtins.type.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13485 "builtins.type.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13486 "builtins.type.__instancecheck__" => "Check if an object is an instance.",
13487 "builtins.type.__le__" => "Return self<=value.",
13488 "builtins.type.__lt__" => "Return self<value.",
13489 "builtins.type.__ne__" => "Return self!=value.",
13490 "builtins.type.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13491 "builtins.type.__or__" => "Return self|value.",
13492 "builtins.type.__prepare__" => "Create the namespace for the class statement",
13493 "builtins.type.__reduce__" => "Helper for pickle.",
13494 "builtins.type.__reduce_ex__" => "Helper for pickle.",
13495 "builtins.type.__repr__" => "Return repr(self).",
13496 "builtins.type.__ror__" => "Return value|self.",
13497 "builtins.type.__setattr__" => "Implement setattr(self, name, value).",
13498 "builtins.type.__sizeof__" => "Return memory consumption of the type object.",
13499 "builtins.type.__str__" => "Return str(self).",
13500 "builtins.type.__subclasscheck__" => "Check if a class is a subclass.",
13501 "builtins.type.__subclasses__" => "Return a list of immediate subclasses.",
13502 "builtins.type.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13503 "builtins.type.mro" => "Return a type's method resolution order.",
13504 "builtins.vars" => "vars([object]) -> dictionary\n\nWithout arguments, equivalent to locals().\nWith an argument, equivalent to object.__dict__.",
13505 "builtins.wrapper_descriptor.__call__" => "Call self as a function.",
13506 "builtins.wrapper_descriptor.__delattr__" => "Implement delattr(self, name).",
13507 "builtins.wrapper_descriptor.__eq__" => "Return self==value.",
13508 "builtins.wrapper_descriptor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13509 "builtins.wrapper_descriptor.__ge__" => "Return self>=value.",
13510 "builtins.wrapper_descriptor.__get__" => "Return an attribute of instance, which is of type owner.",
13511 "builtins.wrapper_descriptor.__getattribute__" => "Return getattr(self, name).",
13512 "builtins.wrapper_descriptor.__getstate__" => "Helper for pickle.",
13513 "builtins.wrapper_descriptor.__gt__" => "Return self>value.",
13514 "builtins.wrapper_descriptor.__hash__" => "Return hash(self).",
13515 "builtins.wrapper_descriptor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13516 "builtins.wrapper_descriptor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13517 "builtins.wrapper_descriptor.__le__" => "Return self<=value.",
13518 "builtins.wrapper_descriptor.__lt__" => "Return self<value.",
13519 "builtins.wrapper_descriptor.__ne__" => "Return self!=value.",
13520 "builtins.wrapper_descriptor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13521 "builtins.wrapper_descriptor.__reduce_ex__" => "Helper for pickle.",
13522 "builtins.wrapper_descriptor.__repr__" => "Return repr(self).",
13523 "builtins.wrapper_descriptor.__setattr__" => "Implement setattr(self, name, value).",
13524 "builtins.wrapper_descriptor.__sizeof__" => "Size of object in memory, in bytes.",
13525 "builtins.wrapper_descriptor.__str__" => "Return str(self).",
13526 "builtins.wrapper_descriptor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13527 "builtins.zip" => "The zip object yields n-length tuples, where n is the number of iterables\npassed as positional arguments to zip(). The i-th element in every tuple\ncomes from the i-th iterable argument to zip(). This continues until the\nshortest argument is exhausted.\n\nIf strict is true and one of the arguments is exhausted before the others,\nraise a ValueError.\n\n >>> list(zip('abcdefg', range(3), range(4)))\n [('a', 0, 0), ('b', 1, 1), ('c', 2, 2)]",
13528 "builtins.zip.__delattr__" => "Implement delattr(self, name).",
13529 "builtins.zip.__eq__" => "Return self==value.",
13530 "builtins.zip.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13531 "builtins.zip.__ge__" => "Return self>=value.",
13532 "builtins.zip.__getattribute__" => "Return getattr(self, name).",
13533 "builtins.zip.__getstate__" => "Helper for pickle.",
13534 "builtins.zip.__gt__" => "Return self>value.",
13535 "builtins.zip.__hash__" => "Return hash(self).",
13536 "builtins.zip.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13537 "builtins.zip.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13538 "builtins.zip.__iter__" => "Implement iter(self).",
13539 "builtins.zip.__le__" => "Return self<=value.",
13540 "builtins.zip.__lt__" => "Return self<value.",
13541 "builtins.zip.__ne__" => "Return self!=value.",
13542 "builtins.zip.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13543 "builtins.zip.__next__" => "Implement next(self).",
13544 "builtins.zip.__reduce__" => "Return state information for pickling.",
13545 "builtins.zip.__reduce_ex__" => "Helper for pickle.",
13546 "builtins.zip.__repr__" => "Return repr(self).",
13547 "builtins.zip.__setattr__" => "Implement setattr(self, name, value).",
13548 "builtins.zip.__setstate__" => "Set state information for unpickling.",
13549 "builtins.zip.__sizeof__" => "Size of object in memory, in bytes.",
13550 "builtins.zip.__str__" => "Return str(self).",
13551 "builtins.zip.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13552 "cmath" => "This module provides access to mathematical functions for complex\nnumbers.",
13553 "cmath.acos" => "Return the arc cosine of z.",
13554 "cmath.acosh" => "Return the inverse hyperbolic cosine of z.",
13555 "cmath.asin" => "Return the arc sine of z.",
13556 "cmath.asinh" => "Return the inverse hyperbolic sine of z.",
13557 "cmath.atan" => "Return the arc tangent of z.",
13558 "cmath.atanh" => "Return the inverse hyperbolic tangent of z.",
13559 "cmath.cos" => "Return the cosine of z.",
13560 "cmath.cosh" => "Return the hyperbolic cosine of z.",
13561 "cmath.exp" => "Return the exponential value e**z.",
13562 "cmath.isclose" => "Determine whether two complex numbers are close in value.\n\n rel_tol\n maximum difference for being considered \"close\", relative to the\n magnitude of the input values\n abs_tol\n maximum difference for being considered \"close\", regardless of the\n magnitude of the input values\n\nReturn True if a is close in value to b, and False otherwise.\n\nFor the values to be considered close, the difference between them must be\nsmaller than at least one of the tolerances.\n\n-inf, inf and NaN behave similarly to the IEEE 754 Standard. That is, NaN is\nnot close to anything, even itself. inf and -inf are only close to themselves.",
13563 "cmath.isfinite" => "Return True if both the real and imaginary parts of z are finite, else False.",
13564 "cmath.isinf" => "Checks if the real or imaginary part of z is infinite.",
13565 "cmath.isnan" => "Checks if the real or imaginary part of z not a number (NaN).",
13566 "cmath.log" => "log(z[, base]) -> the logarithm of z to the given base.\n\nIf the base is not specified, returns the natural logarithm (base e) of z.",
13567 "cmath.log10" => "Return the base-10 logarithm of z.",
13568 "cmath.phase" => "Return argument, also known as the phase angle, of a complex.",
13569 "cmath.polar" => "Convert a complex from rectangular coordinates to polar coordinates.\n\nr is the distance from 0 and phi the phase angle.",
13570 "cmath.rect" => "Convert from polar coordinates to rectangular coordinates.",
13571 "cmath.sin" => "Return the sine of z.",
13572 "cmath.sinh" => "Return the hyperbolic sine of z.",
13573 "cmath.sqrt" => "Return the square root of z.",
13574 "cmath.tan" => "Return the tangent of z.",
13575 "cmath.tanh" => "Return the hyperbolic tangent of z.",
13576 "errno" => "This module makes available standard errno system symbols.\n\nThe value of each symbol is the corresponding integer value,\ne.g., on most systems, errno.ENOENT equals the integer 2.\n\nThe dictionary errno.errorcode maps numeric codes to symbol names,\ne.g., errno.errorcode[2] could be the string 'ENOENT'.\n\nSymbols that are not relevant to the underlying system are not defined.\n\nTo map error codes to error messages, use the function os.strerror(),\ne.g. os.strerror(2) could return 'No such file or directory'.",
13577 "faulthandler" => "faulthandler module.",
13578 "faulthandler._fatal_error_c_thread" => "Call Py_FatalError() in a new C thread.",
13579 "faulthandler._raise_exception" => "Call RaiseException(code, flags).",
13580 "faulthandler._read_null" => "Read from NULL, raise a SIGSEGV or SIGBUS signal depending on the platform.",
13581 "faulthandler._sigabrt" => "Raise a SIGABRT signal.",
13582 "faulthandler._sigfpe" => "Raise a SIGFPE signal.",
13583 "faulthandler._sigsegv" => "Raise a SIGSEGV signal.",
13584 "faulthandler._stack_overflow" => "Recursive call to raise a stack overflow.",
13585 "faulthandler.cancel_dump_traceback_later" => "Cancel the previous call to dump_traceback_later().",
13586 "faulthandler.disable" => "Disable the fault handler.",
13587 "faulthandler.dump_c_stack" => "Dump the C stack of the current thread.",
13588 "faulthandler.dump_traceback" => "Dump the traceback of the current thread, or of all threads if all_threads is True, into file.",
13589 "faulthandler.dump_traceback_later" => "Dump the traceback of all threads in timeout seconds,\nor each timeout seconds if repeat is True. If exit is True, call _exit(1) which is not safe.",
13590 "faulthandler.enable" => "Enable the fault handler.",
13591 "faulthandler.is_enabled" => "Check if the handler is enabled.",
13592 "faulthandler.register" => "Register a handler for the signal 'signum': dump the traceback of the current thread, or of all threads if all_threads is True, into file.",
13593 "faulthandler.unregister" => "Unregister the handler of the signal 'signum' registered by register().",
13594 "fcntl" => "This module performs file control and I/O control on file\ndescriptors. It is an interface to the fcntl() and ioctl() Unix\nroutines. File descriptors can be obtained with the fileno() method of\na file or socket object.",
13595 "fcntl.fcntl" => "Perform the operation cmd on file descriptor fd.\n\nThe values used for cmd are operating system dependent, and are\navailable as constants in the fcntl module, using the same names as used\nin the relevant C header files. The argument arg is optional, and\ndefaults to 0; it may be an integer, a bytes-like object or a string.\nIf arg is given as a string, it will be encoded to binary using the\nUTF-8 encoding.\n\nIf the arg given is an integer or if none is specified, the result value\nis an integer corresponding to the return value of the fcntl() call in\nthe C code.\n\nIf arg is given as a bytes-like object, the return value of fcntl() is a\nbytes object of that length, containing the resulting value put in the\narg buffer by the operating system. The length of the arg buffer is not\nallowed to exceed 1024 bytes.",
13596 "fcntl.flock" => "Perform the lock operation on file descriptor fd.\n\nSee the Unix manual page for flock(2) for details (On some systems, this\nfunction is emulated using fcntl()).",
13597 "fcntl.ioctl" => "Perform the operation request on file descriptor fd.\n\nThe values used for request are operating system dependent, and are\navailable as constants in the fcntl or termios library modules, using\nthe same names as used in the relevant C header files.\n\nThe argument arg is optional, and defaults to 0; it may be an integer, a\nbytes-like object or a string. If arg is given as a string, it will be\nencoded to binary using the UTF-8 encoding.\n\nIf the arg given is an integer or if none is specified, the result value\nis an integer corresponding to the return value of the ioctl() call in\nthe C code.\n\nIf the argument is a mutable buffer (such as a bytearray) and the\nmutate_flag argument is true (default) then the buffer is (in effect)\npassed to the operating system and changes made by the OS will be\nreflected in the contents of the buffer after the call has returned.\nThe return value is the integer returned by the ioctl() system call.\n\nIf the argument is a mutable buffer and the mutable_flag argument is\nfalse, the behavior is as if an immutable buffer had been passed.\n\nIf the argument is an immutable buffer then a copy of the buffer is\npassed to the operating system and the return value is a bytes object of\nthe same length containing whatever the operating system put in the\nbuffer. The length of the arg buffer in this case is not allowed to\nexceed 1024 bytes.",
13598 "fcntl.lockf" => "A wrapper around the fcntl() locking calls.\n\nfd is the file descriptor of the file to lock or unlock, and operation\nis one of the following values:\n\n LOCK_UN - unlock\n LOCK_SH - acquire a shared lock\n LOCK_EX - acquire an exclusive lock\n\nWhen operation is LOCK_SH or LOCK_EX, it can also be bitwise ORed with\nLOCK_NB to avoid blocking on lock acquisition. If LOCK_NB is used and\nthe lock cannot be acquired, an OSError will be raised and the exception\nwill have an errno attribute set to EACCES or EAGAIN (depending on the\noperating system -- for portability, check for either value).\n\nlen is the number of bytes to lock, with the default meaning to lock to\nEOF. start is the byte offset, relative to whence, to that the lock\nstarts. whence is as with fileobj.seek(), specifically:\n\n 0 - relative to the start of the file (SEEK_SET)\n 1 - relative to the current buffer position (SEEK_CUR)\n 2 - relative to the end of the file (SEEK_END)",
13599 "gc" => "This module provides access to the garbage collector for reference cycles.\n\nenable() -- Enable automatic garbage collection.\ndisable() -- Disable automatic garbage collection.\nisenabled() -- Returns true if automatic collection is enabled.\ncollect() -- Do a full collection right now.\nget_count() -- Return the current collection counts.\nget_stats() -- Return list of dictionaries containing per-generation stats.\nset_debug() -- Set debugging flags.\nget_debug() -- Get debugging flags.\nset_threshold() -- Set the collection thresholds.\nget_threshold() -- Return the current collection thresholds.\nget_objects() -- Return a list of all objects tracked by the collector.\nis_tracked() -- Returns true if a given object is tracked.\nis_finalized() -- Returns true if a given object has been already finalized.\nget_referrers() -- Return the list of objects that refer to an object.\nget_referents() -- Return the list of objects that an object refers to.\nfreeze() -- Freeze all tracked objects and ignore them for future collections.\nunfreeze() -- Unfreeze all objects in the permanent generation.\nget_freeze_count() -- Return the number of objects in the permanent generation.",
13600 "gc.collect" => "Run the garbage collector.\n\nWith no arguments, run a full collection. The optional argument\nmay be an integer specifying which generation to collect. A ValueError\nis raised if the generation number is invalid.\n\nThe number of unreachable objects is returned.",
13601 "gc.disable" => "Disable automatic garbage collection.",
13602 "gc.enable" => "Enable automatic garbage collection.",
13603 "gc.freeze" => "Freeze all current tracked objects and ignore them for future collections.\n\nThis can be used before a POSIX fork() call to make the gc copy-on-write friendly.\nNote: collection before a POSIX fork() call may free pages for future allocation\nwhich can cause copy-on-write.",
13604 "gc.get_count" => "Return a three-tuple of the current collection counts.",
13605 "gc.get_debug" => "Get the garbage collection debugging flags.",
13606 "gc.get_freeze_count" => "Return the number of objects in the permanent generation.",
13607 "gc.get_objects" => "Return a list of objects tracked by the collector (excluding the list returned).\n\n generation\n Generation to extract the objects from.\n\nIf generation is not None, return only the objects tracked by the collector\nthat are in that generation.",
13608 "gc.get_referents" => "Return the list of objects that are directly referred to by 'objs'.",
13609 "gc.get_referrers" => "Return the list of objects that directly refer to any of 'objs'.",
13610 "gc.get_stats" => "Return a list of dictionaries containing per-generation statistics.",
13611 "gc.get_threshold" => "Return the current collection thresholds.",
13612 "gc.is_finalized" => "Returns true if the object has been already finalized by the GC.",
13613 "gc.is_tracked" => "Returns true if the object is tracked by the garbage collector.\n\nSimple atomic objects will return false.",
13614 "gc.isenabled" => "Returns true if automatic garbage collection is enabled.",
13615 "gc.set_debug" => "Set the garbage collection debugging flags.\n\n flags\n An integer that can have the following bits turned on:\n DEBUG_STATS - Print statistics during collection.\n DEBUG_COLLECTABLE - Print collectable objects found.\n DEBUG_UNCOLLECTABLE - Print unreachable but uncollectable objects\n found.\n DEBUG_SAVEALL - Save objects to gc.garbage rather than freeing them.\n DEBUG_LEAK - Debug leaking programs (everything but STATS).\n\nDebugging information is written to sys.stderr.",
13616 "gc.set_threshold" => "set_threshold(threshold0, [threshold1, [threshold2]])\nSet the collection thresholds (the collection frequency).\n\nSetting 'threshold0' to zero disables collection.",
13617 "gc.unfreeze" => "Unfreeze all objects in the permanent generation.\n\nPut all objects in the permanent generation back into oldest generation.",
13618 "grp" => "Access to the Unix group database.\n\nGroup entries are reported as 4-tuples containing the following fields\nfrom the group database, in order:\n\n gr_name - name of the group\n gr_passwd - group password (encrypted); often empty\n gr_gid - numeric ID of the group\n gr_mem - list of members\n\nThe gid is an integer, name and password are strings. (Note that most\nusers are not explicitly listed as members of the groups they are in\naccording to the password database. Check both databases to get\ncomplete membership information.)",
13619 "grp.getgrall" => "Return a list of all available group entries, in arbitrary order.\n\nAn entry whose name starts with '+' or '-' represents an instruction\nto use YP/NIS and may not be accessible via getgrnam or getgrgid.",
13620 "grp.getgrgid" => "Return the group database entry for the given numeric group ID.\n\nIf id is not valid, raise KeyError.",
13621 "grp.getgrnam" => "Return the group database entry for the given group name.\n\nIf name is not valid, raise KeyError.",
13622 "grp.struct_group" => "grp.struct_group: Results from getgr*() routines.\n\nThis object may be accessed either as a tuple of\n (gr_name,gr_passwd,gr_gid,gr_mem)\nor via the object attributes as named in the above tuple.",
13623 "grp.struct_group.__add__" => "Return self+value.",
13624 "grp.struct_group.__class_getitem__" => "See PEP 585",
13625 "grp.struct_group.__contains__" => "Return bool(key in self).",
13626 "grp.struct_group.__delattr__" => "Implement delattr(self, name).",
13627 "grp.struct_group.__eq__" => "Return self==value.",
13628 "grp.struct_group.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13629 "grp.struct_group.__ge__" => "Return self>=value.",
13630 "grp.struct_group.__getattribute__" => "Return getattr(self, name).",
13631 "grp.struct_group.__getitem__" => "Return self[key].",
13632 "grp.struct_group.__getstate__" => "Helper for pickle.",
13633 "grp.struct_group.__gt__" => "Return self>value.",
13634 "grp.struct_group.__hash__" => "Return hash(self).",
13635 "grp.struct_group.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13636 "grp.struct_group.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13637 "grp.struct_group.__iter__" => "Implement iter(self).",
13638 "grp.struct_group.__le__" => "Return self<=value.",
13639 "grp.struct_group.__len__" => "Return len(self).",
13640 "grp.struct_group.__lt__" => "Return self<value.",
13641 "grp.struct_group.__mul__" => "Return self*value.",
13642 "grp.struct_group.__ne__" => "Return self!=value.",
13643 "grp.struct_group.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13644 "grp.struct_group.__reduce_ex__" => "Helper for pickle.",
13645 "grp.struct_group.__replace__" => "Return a copy of the structure with new values for the specified fields.",
13646 "grp.struct_group.__repr__" => "Return repr(self).",
13647 "grp.struct_group.__rmul__" => "Return value*self.",
13648 "grp.struct_group.__setattr__" => "Implement setattr(self, name, value).",
13649 "grp.struct_group.__sizeof__" => "Size of object in memory, in bytes.",
13650 "grp.struct_group.__str__" => "Return str(self).",
13651 "grp.struct_group.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13652 "grp.struct_group.count" => "Return number of occurrences of value.",
13653 "grp.struct_group.gr_gid" => "group id",
13654 "grp.struct_group.gr_mem" => "group members",
13655 "grp.struct_group.gr_name" => "group name",
13656 "grp.struct_group.gr_passwd" => "password",
13657 "grp.struct_group.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
13658 "itertools" => "Functional tools for creating and using iterators.\n\nInfinite iterators:\ncount(start=0, step=1) --> start, start+step, start+2*step, ...\ncycle(p) --> p0, p1, ... plast, p0, p1, ...\nrepeat(elem [,n]) --> elem, elem, elem, ... endlessly or up to n times\n\nIterators terminating on the shortest input sequence:\naccumulate(p[, func]) --> p0, p0+p1, p0+p1+p2\nbatched(p, n) --> [p0, p1, ..., p_n-1], [p_n, p_n+1, ..., p_2n-1], ...\nchain(p, q, ...) --> p0, p1, ... plast, q0, q1, ...\nchain.from_iterable([p, q, ...]) --> p0, p1, ... plast, q0, q1, ...\ncompress(data, selectors) --> (d[0] if s[0]), (d[1] if s[1]), ...\ndropwhile(predicate, seq) --> seq[n], seq[n+1], starting when predicate fails\ngroupby(iterable[, keyfunc]) --> sub-iterators grouped by value of keyfunc(v)\nfilterfalse(predicate, seq) --> elements of seq where predicate(elem) is False\nislice(seq, [start,] stop [, step]) --> elements from\n seq[start:stop:step]\npairwise(s) --> (s[0],s[1]), (s[1],s[2]), (s[2], s[3]), ...\nstarmap(fun, seq) --> fun(*seq[0]), fun(*seq[1]), ...\ntee(it, n=2) --> (it1, it2 , ... itn) splits one iterator into n\ntakewhile(predicate, seq) --> seq[0], seq[1], until predicate fails\nzip_longest(p, q, ...) --> (p[0], q[0]), (p[1], q[1]), ...\n\nCombinatoric generators:\nproduct(p, q, ... [repeat=1]) --> cartesian product\npermutations(p[, r])\ncombinations(p, r)\ncombinations_with_replacement(p, r)",
13659 "itertools._grouper.__delattr__" => "Implement delattr(self, name).",
13660 "itertools._grouper.__eq__" => "Return self==value.",
13661 "itertools._grouper.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13662 "itertools._grouper.__ge__" => "Return self>=value.",
13663 "itertools._grouper.__getattribute__" => "Return getattr(self, name).",
13664 "itertools._grouper.__getstate__" => "Helper for pickle.",
13665 "itertools._grouper.__gt__" => "Return self>value.",
13666 "itertools._grouper.__hash__" => "Return hash(self).",
13667 "itertools._grouper.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13668 "itertools._grouper.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13669 "itertools._grouper.__iter__" => "Implement iter(self).",
13670 "itertools._grouper.__le__" => "Return self<=value.",
13671 "itertools._grouper.__lt__" => "Return self<value.",
13672 "itertools._grouper.__ne__" => "Return self!=value.",
13673 "itertools._grouper.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13674 "itertools._grouper.__next__" => "Implement next(self).",
13675 "itertools._grouper.__reduce__" => "Helper for pickle.",
13676 "itertools._grouper.__reduce_ex__" => "Helper for pickle.",
13677 "itertools._grouper.__repr__" => "Return repr(self).",
13678 "itertools._grouper.__setattr__" => "Implement setattr(self, name, value).",
13679 "itertools._grouper.__sizeof__" => "Size of object in memory, in bytes.",
13680 "itertools._grouper.__str__" => "Return str(self).",
13681 "itertools._grouper.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13682 "itertools._tee" => "Iterator wrapped to make it copyable.",
13683 "itertools._tee.__copy__" => "Returns an independent iterator.",
13684 "itertools._tee.__delattr__" => "Implement delattr(self, name).",
13685 "itertools._tee.__eq__" => "Return self==value.",
13686 "itertools._tee.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13687 "itertools._tee.__ge__" => "Return self>=value.",
13688 "itertools._tee.__getattribute__" => "Return getattr(self, name).",
13689 "itertools._tee.__getstate__" => "Helper for pickle.",
13690 "itertools._tee.__gt__" => "Return self>value.",
13691 "itertools._tee.__hash__" => "Return hash(self).",
13692 "itertools._tee.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13693 "itertools._tee.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13694 "itertools._tee.__iter__" => "Implement iter(self).",
13695 "itertools._tee.__le__" => "Return self<=value.",
13696 "itertools._tee.__lt__" => "Return self<value.",
13697 "itertools._tee.__ne__" => "Return self!=value.",
13698 "itertools._tee.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13699 "itertools._tee.__next__" => "Implement next(self).",
13700 "itertools._tee.__reduce__" => "Helper for pickle.",
13701 "itertools._tee.__reduce_ex__" => "Helper for pickle.",
13702 "itertools._tee.__repr__" => "Return repr(self).",
13703 "itertools._tee.__setattr__" => "Implement setattr(self, name, value).",
13704 "itertools._tee.__sizeof__" => "Size of object in memory, in bytes.",
13705 "itertools._tee.__str__" => "Return str(self).",
13706 "itertools._tee.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13707 "itertools._tee_dataobject" => "teedataobject(iterable, values, next, /)\n--\n\nData container common to multiple tee objects.",
13708 "itertools._tee_dataobject.__delattr__" => "Implement delattr(self, name).",
13709 "itertools._tee_dataobject.__eq__" => "Return self==value.",
13710 "itertools._tee_dataobject.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13711 "itertools._tee_dataobject.__ge__" => "Return self>=value.",
13712 "itertools._tee_dataobject.__getattribute__" => "Return getattr(self, name).",
13713 "itertools._tee_dataobject.__getstate__" => "Helper for pickle.",
13714 "itertools._tee_dataobject.__gt__" => "Return self>value.",
13715 "itertools._tee_dataobject.__hash__" => "Return hash(self).",
13716 "itertools._tee_dataobject.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13717 "itertools._tee_dataobject.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13718 "itertools._tee_dataobject.__le__" => "Return self<=value.",
13719 "itertools._tee_dataobject.__lt__" => "Return self<value.",
13720 "itertools._tee_dataobject.__ne__" => "Return self!=value.",
13721 "itertools._tee_dataobject.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13722 "itertools._tee_dataobject.__reduce__" => "Helper for pickle.",
13723 "itertools._tee_dataobject.__reduce_ex__" => "Helper for pickle.",
13724 "itertools._tee_dataobject.__repr__" => "Return repr(self).",
13725 "itertools._tee_dataobject.__setattr__" => "Implement setattr(self, name, value).",
13726 "itertools._tee_dataobject.__sizeof__" => "Size of object in memory, in bytes.",
13727 "itertools._tee_dataobject.__str__" => "Return str(self).",
13728 "itertools._tee_dataobject.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13729 "itertools.accumulate" => "Return series of accumulated sums (or other binary function results).",
13730 "itertools.accumulate.__delattr__" => "Implement delattr(self, name).",
13731 "itertools.accumulate.__eq__" => "Return self==value.",
13732 "itertools.accumulate.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13733 "itertools.accumulate.__ge__" => "Return self>=value.",
13734 "itertools.accumulate.__getattribute__" => "Return getattr(self, name).",
13735 "itertools.accumulate.__getstate__" => "Helper for pickle.",
13736 "itertools.accumulate.__gt__" => "Return self>value.",
13737 "itertools.accumulate.__hash__" => "Return hash(self).",
13738 "itertools.accumulate.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13739 "itertools.accumulate.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13740 "itertools.accumulate.__iter__" => "Implement iter(self).",
13741 "itertools.accumulate.__le__" => "Return self<=value.",
13742 "itertools.accumulate.__lt__" => "Return self<value.",
13743 "itertools.accumulate.__ne__" => "Return self!=value.",
13744 "itertools.accumulate.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13745 "itertools.accumulate.__next__" => "Implement next(self).",
13746 "itertools.accumulate.__reduce__" => "Helper for pickle.",
13747 "itertools.accumulate.__reduce_ex__" => "Helper for pickle.",
13748 "itertools.accumulate.__repr__" => "Return repr(self).",
13749 "itertools.accumulate.__setattr__" => "Implement setattr(self, name, value).",
13750 "itertools.accumulate.__sizeof__" => "Size of object in memory, in bytes.",
13751 "itertools.accumulate.__str__" => "Return str(self).",
13752 "itertools.accumulate.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13753 "itertools.batched" => "Batch data into tuples of length n. The last batch may be shorter than n.\n\nLoops over the input iterable and accumulates data into tuples\nup to size n. The input is consumed lazily, just enough to\nfill a batch. The result is yielded as soon as a batch is full\nor when the input iterable is exhausted.\n\n >>> for batch in batched('ABCDEFG', 3):\n ... print(batch)\n ...\n ('A', 'B', 'C')\n ('D', 'E', 'F')\n ('G',)\n\nIf \"strict\" is True, raises a ValueError if the final batch is shorter\nthan n.",
13754 "itertools.batched.__delattr__" => "Implement delattr(self, name).",
13755 "itertools.batched.__eq__" => "Return self==value.",
13756 "itertools.batched.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13757 "itertools.batched.__ge__" => "Return self>=value.",
13758 "itertools.batched.__getattribute__" => "Return getattr(self, name).",
13759 "itertools.batched.__getstate__" => "Helper for pickle.",
13760 "itertools.batched.__gt__" => "Return self>value.",
13761 "itertools.batched.__hash__" => "Return hash(self).",
13762 "itertools.batched.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13763 "itertools.batched.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13764 "itertools.batched.__iter__" => "Implement iter(self).",
13765 "itertools.batched.__le__" => "Return self<=value.",
13766 "itertools.batched.__lt__" => "Return self<value.",
13767 "itertools.batched.__ne__" => "Return self!=value.",
13768 "itertools.batched.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13769 "itertools.batched.__next__" => "Implement next(self).",
13770 "itertools.batched.__reduce__" => "Helper for pickle.",
13771 "itertools.batched.__reduce_ex__" => "Helper for pickle.",
13772 "itertools.batched.__repr__" => "Return repr(self).",
13773 "itertools.batched.__setattr__" => "Implement setattr(self, name, value).",
13774 "itertools.batched.__sizeof__" => "Size of object in memory, in bytes.",
13775 "itertools.batched.__str__" => "Return str(self).",
13776 "itertools.batched.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13777 "itertools.chain" => "Return a chain object whose .__next__() method returns elements from the\nfirst iterable until it is exhausted, then elements from the next\niterable, until all of the iterables are exhausted.",
13778 "itertools.chain.__class_getitem__" => "See PEP 585",
13779 "itertools.chain.__delattr__" => "Implement delattr(self, name).",
13780 "itertools.chain.__eq__" => "Return self==value.",
13781 "itertools.chain.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13782 "itertools.chain.__ge__" => "Return self>=value.",
13783 "itertools.chain.__getattribute__" => "Return getattr(self, name).",
13784 "itertools.chain.__getstate__" => "Helper for pickle.",
13785 "itertools.chain.__gt__" => "Return self>value.",
13786 "itertools.chain.__hash__" => "Return hash(self).",
13787 "itertools.chain.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13788 "itertools.chain.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13789 "itertools.chain.__iter__" => "Implement iter(self).",
13790 "itertools.chain.__le__" => "Return self<=value.",
13791 "itertools.chain.__lt__" => "Return self<value.",
13792 "itertools.chain.__ne__" => "Return self!=value.",
13793 "itertools.chain.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13794 "itertools.chain.__next__" => "Implement next(self).",
13795 "itertools.chain.__reduce__" => "Helper for pickle.",
13796 "itertools.chain.__reduce_ex__" => "Helper for pickle.",
13797 "itertools.chain.__repr__" => "Return repr(self).",
13798 "itertools.chain.__setattr__" => "Implement setattr(self, name, value).",
13799 "itertools.chain.__sizeof__" => "Size of object in memory, in bytes.",
13800 "itertools.chain.__str__" => "Return str(self).",
13801 "itertools.chain.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13802 "itertools.chain.from_iterable" => "Alternative chain() constructor taking a single iterable argument that evaluates lazily.",
13803 "itertools.combinations" => "Return successive r-length combinations of elements in the iterable.\n\ncombinations(range(4), 3) --> (0,1,2), (0,1,3), (0,2,3), (1,2,3)",
13804 "itertools.combinations.__delattr__" => "Implement delattr(self, name).",
13805 "itertools.combinations.__eq__" => "Return self==value.",
13806 "itertools.combinations.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13807 "itertools.combinations.__ge__" => "Return self>=value.",
13808 "itertools.combinations.__getattribute__" => "Return getattr(self, name).",
13809 "itertools.combinations.__getstate__" => "Helper for pickle.",
13810 "itertools.combinations.__gt__" => "Return self>value.",
13811 "itertools.combinations.__hash__" => "Return hash(self).",
13812 "itertools.combinations.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13813 "itertools.combinations.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13814 "itertools.combinations.__iter__" => "Implement iter(self).",
13815 "itertools.combinations.__le__" => "Return self<=value.",
13816 "itertools.combinations.__lt__" => "Return self<value.",
13817 "itertools.combinations.__ne__" => "Return self!=value.",
13818 "itertools.combinations.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13819 "itertools.combinations.__next__" => "Implement next(self).",
13820 "itertools.combinations.__reduce__" => "Helper for pickle.",
13821 "itertools.combinations.__reduce_ex__" => "Helper for pickle.",
13822 "itertools.combinations.__repr__" => "Return repr(self).",
13823 "itertools.combinations.__setattr__" => "Implement setattr(self, name, value).",
13824 "itertools.combinations.__sizeof__" => "Returns size in memory, in bytes.",
13825 "itertools.combinations.__str__" => "Return str(self).",
13826 "itertools.combinations.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13827 "itertools.combinations_with_replacement" => "Return successive r-length combinations of elements in the iterable allowing individual elements to have successive repeats.\n\ncombinations_with_replacement('ABC', 2) --> ('A','A'), ('A','B'), ('A','C'), ('B','B'), ('B','C'), ('C','C')",
13828 "itertools.combinations_with_replacement.__delattr__" => "Implement delattr(self, name).",
13829 "itertools.combinations_with_replacement.__eq__" => "Return self==value.",
13830 "itertools.combinations_with_replacement.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13831 "itertools.combinations_with_replacement.__ge__" => "Return self>=value.",
13832 "itertools.combinations_with_replacement.__getattribute__" => "Return getattr(self, name).",
13833 "itertools.combinations_with_replacement.__getstate__" => "Helper for pickle.",
13834 "itertools.combinations_with_replacement.__gt__" => "Return self>value.",
13835 "itertools.combinations_with_replacement.__hash__" => "Return hash(self).",
13836 "itertools.combinations_with_replacement.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13837 "itertools.combinations_with_replacement.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13838 "itertools.combinations_with_replacement.__iter__" => "Implement iter(self).",
13839 "itertools.combinations_with_replacement.__le__" => "Return self<=value.",
13840 "itertools.combinations_with_replacement.__lt__" => "Return self<value.",
13841 "itertools.combinations_with_replacement.__ne__" => "Return self!=value.",
13842 "itertools.combinations_with_replacement.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13843 "itertools.combinations_with_replacement.__next__" => "Implement next(self).",
13844 "itertools.combinations_with_replacement.__reduce__" => "Helper for pickle.",
13845 "itertools.combinations_with_replacement.__reduce_ex__" => "Helper for pickle.",
13846 "itertools.combinations_with_replacement.__repr__" => "Return repr(self).",
13847 "itertools.combinations_with_replacement.__setattr__" => "Implement setattr(self, name, value).",
13848 "itertools.combinations_with_replacement.__sizeof__" => "Returns size in memory, in bytes.",
13849 "itertools.combinations_with_replacement.__str__" => "Return str(self).",
13850 "itertools.combinations_with_replacement.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13851 "itertools.compress" => "Return data elements corresponding to true selector elements.\n\nForms a shorter iterator from selected data elements using the selectors to\nchoose the data elements.",
13852 "itertools.compress.__delattr__" => "Implement delattr(self, name).",
13853 "itertools.compress.__eq__" => "Return self==value.",
13854 "itertools.compress.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13855 "itertools.compress.__ge__" => "Return self>=value.",
13856 "itertools.compress.__getattribute__" => "Return getattr(self, name).",
13857 "itertools.compress.__getstate__" => "Helper for pickle.",
13858 "itertools.compress.__gt__" => "Return self>value.",
13859 "itertools.compress.__hash__" => "Return hash(self).",
13860 "itertools.compress.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13861 "itertools.compress.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13862 "itertools.compress.__iter__" => "Implement iter(self).",
13863 "itertools.compress.__le__" => "Return self<=value.",
13864 "itertools.compress.__lt__" => "Return self<value.",
13865 "itertools.compress.__ne__" => "Return self!=value.",
13866 "itertools.compress.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13867 "itertools.compress.__next__" => "Implement next(self).",
13868 "itertools.compress.__reduce__" => "Helper for pickle.",
13869 "itertools.compress.__reduce_ex__" => "Helper for pickle.",
13870 "itertools.compress.__repr__" => "Return repr(self).",
13871 "itertools.compress.__setattr__" => "Implement setattr(self, name, value).",
13872 "itertools.compress.__sizeof__" => "Size of object in memory, in bytes.",
13873 "itertools.compress.__str__" => "Return str(self).",
13874 "itertools.compress.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13875 "itertools.count" => "Return a count object whose .__next__() method returns consecutive values.\n\nEquivalent to:\n def count(firstval=0, step=1):\n x = firstval\n while 1:\n yield x\n x += step",
13876 "itertools.count.__delattr__" => "Implement delattr(self, name).",
13877 "itertools.count.__eq__" => "Return self==value.",
13878 "itertools.count.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13879 "itertools.count.__ge__" => "Return self>=value.",
13880 "itertools.count.__getattribute__" => "Return getattr(self, name).",
13881 "itertools.count.__getstate__" => "Helper for pickle.",
13882 "itertools.count.__gt__" => "Return self>value.",
13883 "itertools.count.__hash__" => "Return hash(self).",
13884 "itertools.count.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13885 "itertools.count.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13886 "itertools.count.__iter__" => "Implement iter(self).",
13887 "itertools.count.__le__" => "Return self<=value.",
13888 "itertools.count.__lt__" => "Return self<value.",
13889 "itertools.count.__ne__" => "Return self!=value.",
13890 "itertools.count.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13891 "itertools.count.__next__" => "Implement next(self).",
13892 "itertools.count.__reduce__" => "Helper for pickle.",
13893 "itertools.count.__reduce_ex__" => "Helper for pickle.",
13894 "itertools.count.__repr__" => "Return repr(self).",
13895 "itertools.count.__setattr__" => "Implement setattr(self, name, value).",
13896 "itertools.count.__sizeof__" => "Size of object in memory, in bytes.",
13897 "itertools.count.__str__" => "Return str(self).",
13898 "itertools.count.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13899 "itertools.cycle" => "Return elements from the iterable until it is exhausted. Then repeat the sequence indefinitely.",
13900 "itertools.cycle.__delattr__" => "Implement delattr(self, name).",
13901 "itertools.cycle.__eq__" => "Return self==value.",
13902 "itertools.cycle.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13903 "itertools.cycle.__ge__" => "Return self>=value.",
13904 "itertools.cycle.__getattribute__" => "Return getattr(self, name).",
13905 "itertools.cycle.__getstate__" => "Helper for pickle.",
13906 "itertools.cycle.__gt__" => "Return self>value.",
13907 "itertools.cycle.__hash__" => "Return hash(self).",
13908 "itertools.cycle.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13909 "itertools.cycle.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13910 "itertools.cycle.__iter__" => "Implement iter(self).",
13911 "itertools.cycle.__le__" => "Return self<=value.",
13912 "itertools.cycle.__lt__" => "Return self<value.",
13913 "itertools.cycle.__ne__" => "Return self!=value.",
13914 "itertools.cycle.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13915 "itertools.cycle.__next__" => "Implement next(self).",
13916 "itertools.cycle.__reduce__" => "Helper for pickle.",
13917 "itertools.cycle.__reduce_ex__" => "Helper for pickle.",
13918 "itertools.cycle.__repr__" => "Return repr(self).",
13919 "itertools.cycle.__setattr__" => "Implement setattr(self, name, value).",
13920 "itertools.cycle.__sizeof__" => "Size of object in memory, in bytes.",
13921 "itertools.cycle.__str__" => "Return str(self).",
13922 "itertools.cycle.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13923 "itertools.dropwhile" => "Drop items from the iterable while predicate(item) is true.\n\nAfterwards, return every element until the iterable is exhausted.",
13924 "itertools.dropwhile.__delattr__" => "Implement delattr(self, name).",
13925 "itertools.dropwhile.__eq__" => "Return self==value.",
13926 "itertools.dropwhile.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13927 "itertools.dropwhile.__ge__" => "Return self>=value.",
13928 "itertools.dropwhile.__getattribute__" => "Return getattr(self, name).",
13929 "itertools.dropwhile.__getstate__" => "Helper for pickle.",
13930 "itertools.dropwhile.__gt__" => "Return self>value.",
13931 "itertools.dropwhile.__hash__" => "Return hash(self).",
13932 "itertools.dropwhile.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13933 "itertools.dropwhile.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13934 "itertools.dropwhile.__iter__" => "Implement iter(self).",
13935 "itertools.dropwhile.__le__" => "Return self<=value.",
13936 "itertools.dropwhile.__lt__" => "Return self<value.",
13937 "itertools.dropwhile.__ne__" => "Return self!=value.",
13938 "itertools.dropwhile.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13939 "itertools.dropwhile.__next__" => "Implement next(self).",
13940 "itertools.dropwhile.__reduce__" => "Helper for pickle.",
13941 "itertools.dropwhile.__reduce_ex__" => "Helper for pickle.",
13942 "itertools.dropwhile.__repr__" => "Return repr(self).",
13943 "itertools.dropwhile.__setattr__" => "Implement setattr(self, name, value).",
13944 "itertools.dropwhile.__sizeof__" => "Size of object in memory, in bytes.",
13945 "itertools.dropwhile.__str__" => "Return str(self).",
13946 "itertools.dropwhile.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13947 "itertools.filterfalse" => "Return those items of iterable for which function(item) is false.\n\nIf function is None, return the items that are false.",
13948 "itertools.filterfalse.__delattr__" => "Implement delattr(self, name).",
13949 "itertools.filterfalse.__eq__" => "Return self==value.",
13950 "itertools.filterfalse.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13951 "itertools.filterfalse.__ge__" => "Return self>=value.",
13952 "itertools.filterfalse.__getattribute__" => "Return getattr(self, name).",
13953 "itertools.filterfalse.__getstate__" => "Helper for pickle.",
13954 "itertools.filterfalse.__gt__" => "Return self>value.",
13955 "itertools.filterfalse.__hash__" => "Return hash(self).",
13956 "itertools.filterfalse.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13957 "itertools.filterfalse.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13958 "itertools.filterfalse.__iter__" => "Implement iter(self).",
13959 "itertools.filterfalse.__le__" => "Return self<=value.",
13960 "itertools.filterfalse.__lt__" => "Return self<value.",
13961 "itertools.filterfalse.__ne__" => "Return self!=value.",
13962 "itertools.filterfalse.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13963 "itertools.filterfalse.__next__" => "Implement next(self).",
13964 "itertools.filterfalse.__reduce__" => "Helper for pickle.",
13965 "itertools.filterfalse.__reduce_ex__" => "Helper for pickle.",
13966 "itertools.filterfalse.__repr__" => "Return repr(self).",
13967 "itertools.filterfalse.__setattr__" => "Implement setattr(self, name, value).",
13968 "itertools.filterfalse.__sizeof__" => "Size of object in memory, in bytes.",
13969 "itertools.filterfalse.__str__" => "Return str(self).",
13970 "itertools.filterfalse.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13971 "itertools.groupby" => "make an iterator that returns consecutive keys and groups from the iterable\n\n iterable\n Elements to divide into groups according to the key function.\n key\n A function for computing the group category for each element.\n If the key function is not specified or is None, the element itself\n is used for grouping.",
13972 "itertools.groupby.__delattr__" => "Implement delattr(self, name).",
13973 "itertools.groupby.__eq__" => "Return self==value.",
13974 "itertools.groupby.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13975 "itertools.groupby.__ge__" => "Return self>=value.",
13976 "itertools.groupby.__getattribute__" => "Return getattr(self, name).",
13977 "itertools.groupby.__getstate__" => "Helper for pickle.",
13978 "itertools.groupby.__gt__" => "Return self>value.",
13979 "itertools.groupby.__hash__" => "Return hash(self).",
13980 "itertools.groupby.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
13981 "itertools.groupby.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
13982 "itertools.groupby.__iter__" => "Implement iter(self).",
13983 "itertools.groupby.__le__" => "Return self<=value.",
13984 "itertools.groupby.__lt__" => "Return self<value.",
13985 "itertools.groupby.__ne__" => "Return self!=value.",
13986 "itertools.groupby.__new__" => "Create and return a new object. See help(type) for accurate signature.",
13987 "itertools.groupby.__next__" => "Implement next(self).",
13988 "itertools.groupby.__reduce__" => "Helper for pickle.",
13989 "itertools.groupby.__reduce_ex__" => "Helper for pickle.",
13990 "itertools.groupby.__repr__" => "Return repr(self).",
13991 "itertools.groupby.__setattr__" => "Implement setattr(self, name, value).",
13992 "itertools.groupby.__sizeof__" => "Size of object in memory, in bytes.",
13993 "itertools.groupby.__str__" => "Return str(self).",
13994 "itertools.groupby.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
13995 "itertools.islice" => "islice(iterable, stop) --> islice object\nislice(iterable, start, stop[, step]) --> islice object\n\nReturn an iterator whose next() method returns selected values from an\niterable. If start is specified, will skip all preceding elements;\notherwise, start defaults to zero. Step defaults to one. If\nspecified as another value, step determines how many values are\nskipped between successive calls. Works like a slice() on a list\nbut returns an iterator.",
13996 "itertools.islice.__delattr__" => "Implement delattr(self, name).",
13997 "itertools.islice.__eq__" => "Return self==value.",
13998 "itertools.islice.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
13999 "itertools.islice.__ge__" => "Return self>=value.",
14000 "itertools.islice.__getattribute__" => "Return getattr(self, name).",
14001 "itertools.islice.__getstate__" => "Helper for pickle.",
14002 "itertools.islice.__gt__" => "Return self>value.",
14003 "itertools.islice.__hash__" => "Return hash(self).",
14004 "itertools.islice.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14005 "itertools.islice.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14006 "itertools.islice.__iter__" => "Implement iter(self).",
14007 "itertools.islice.__le__" => "Return self<=value.",
14008 "itertools.islice.__lt__" => "Return self<value.",
14009 "itertools.islice.__ne__" => "Return self!=value.",
14010 "itertools.islice.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14011 "itertools.islice.__next__" => "Implement next(self).",
14012 "itertools.islice.__reduce__" => "Helper for pickle.",
14013 "itertools.islice.__reduce_ex__" => "Helper for pickle.",
14014 "itertools.islice.__repr__" => "Return repr(self).",
14015 "itertools.islice.__setattr__" => "Implement setattr(self, name, value).",
14016 "itertools.islice.__sizeof__" => "Size of object in memory, in bytes.",
14017 "itertools.islice.__str__" => "Return str(self).",
14018 "itertools.islice.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14019 "itertools.pairwise" => "Return an iterator of overlapping pairs taken from the input iterator.\n\n s -> (s0,s1), (s1,s2), (s2, s3), ...",
14020 "itertools.pairwise.__delattr__" => "Implement delattr(self, name).",
14021 "itertools.pairwise.__eq__" => "Return self==value.",
14022 "itertools.pairwise.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14023 "itertools.pairwise.__ge__" => "Return self>=value.",
14024 "itertools.pairwise.__getattribute__" => "Return getattr(self, name).",
14025 "itertools.pairwise.__getstate__" => "Helper for pickle.",
14026 "itertools.pairwise.__gt__" => "Return self>value.",
14027 "itertools.pairwise.__hash__" => "Return hash(self).",
14028 "itertools.pairwise.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14029 "itertools.pairwise.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14030 "itertools.pairwise.__iter__" => "Implement iter(self).",
14031 "itertools.pairwise.__le__" => "Return self<=value.",
14032 "itertools.pairwise.__lt__" => "Return self<value.",
14033 "itertools.pairwise.__ne__" => "Return self!=value.",
14034 "itertools.pairwise.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14035 "itertools.pairwise.__next__" => "Implement next(self).",
14036 "itertools.pairwise.__reduce__" => "Helper for pickle.",
14037 "itertools.pairwise.__reduce_ex__" => "Helper for pickle.",
14038 "itertools.pairwise.__repr__" => "Return repr(self).",
14039 "itertools.pairwise.__setattr__" => "Implement setattr(self, name, value).",
14040 "itertools.pairwise.__sizeof__" => "Size of object in memory, in bytes.",
14041 "itertools.pairwise.__str__" => "Return str(self).",
14042 "itertools.pairwise.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14043 "itertools.permutations" => "Return successive r-length permutations of elements in the iterable.\n\npermutations(range(3), 2) --> (0,1), (0,2), (1,0), (1,2), (2,0), (2,1)",
14044 "itertools.permutations.__delattr__" => "Implement delattr(self, name).",
14045 "itertools.permutations.__eq__" => "Return self==value.",
14046 "itertools.permutations.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14047 "itertools.permutations.__ge__" => "Return self>=value.",
14048 "itertools.permutations.__getattribute__" => "Return getattr(self, name).",
14049 "itertools.permutations.__getstate__" => "Helper for pickle.",
14050 "itertools.permutations.__gt__" => "Return self>value.",
14051 "itertools.permutations.__hash__" => "Return hash(self).",
14052 "itertools.permutations.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14053 "itertools.permutations.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14054 "itertools.permutations.__iter__" => "Implement iter(self).",
14055 "itertools.permutations.__le__" => "Return self<=value.",
14056 "itertools.permutations.__lt__" => "Return self<value.",
14057 "itertools.permutations.__ne__" => "Return self!=value.",
14058 "itertools.permutations.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14059 "itertools.permutations.__next__" => "Implement next(self).",
14060 "itertools.permutations.__reduce__" => "Helper for pickle.",
14061 "itertools.permutations.__reduce_ex__" => "Helper for pickle.",
14062 "itertools.permutations.__repr__" => "Return repr(self).",
14063 "itertools.permutations.__setattr__" => "Implement setattr(self, name, value).",
14064 "itertools.permutations.__sizeof__" => "Returns size in memory, in bytes.",
14065 "itertools.permutations.__str__" => "Return str(self).",
14066 "itertools.permutations.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14067 "itertools.product" => "Cartesian product of input iterables. Equivalent to nested for-loops.\n\nFor example, product(A, B) returns the same as: ((x,y) for x in A for y in B).\nThe leftmost iterators are in the outermost for-loop, so the output tuples\ncycle in a manner similar to an odometer (with the rightmost element changing\non every iteration).\n\nTo compute the product of an iterable with itself, specify the number\nof repetitions with the optional repeat keyword argument. For example,\nproduct(A, repeat=4) means the same as product(A, A, A, A).\n\nproduct('ab', range(3)) --> ('a',0) ('a',1) ('a',2) ('b',0) ('b',1) ('b',2)\nproduct((0,1), (0,1), (0,1)) --> (0,0,0) (0,0,1) (0,1,0) (0,1,1) (1,0,0) ...",
14068 "itertools.product.__delattr__" => "Implement delattr(self, name).",
14069 "itertools.product.__eq__" => "Return self==value.",
14070 "itertools.product.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14071 "itertools.product.__ge__" => "Return self>=value.",
14072 "itertools.product.__getattribute__" => "Return getattr(self, name).",
14073 "itertools.product.__getstate__" => "Helper for pickle.",
14074 "itertools.product.__gt__" => "Return self>value.",
14075 "itertools.product.__hash__" => "Return hash(self).",
14076 "itertools.product.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14077 "itertools.product.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14078 "itertools.product.__iter__" => "Implement iter(self).",
14079 "itertools.product.__le__" => "Return self<=value.",
14080 "itertools.product.__lt__" => "Return self<value.",
14081 "itertools.product.__ne__" => "Return self!=value.",
14082 "itertools.product.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14083 "itertools.product.__next__" => "Implement next(self).",
14084 "itertools.product.__reduce__" => "Helper for pickle.",
14085 "itertools.product.__reduce_ex__" => "Helper for pickle.",
14086 "itertools.product.__repr__" => "Return repr(self).",
14087 "itertools.product.__setattr__" => "Implement setattr(self, name, value).",
14088 "itertools.product.__sizeof__" => "Returns size in memory, in bytes.",
14089 "itertools.product.__str__" => "Return str(self).",
14090 "itertools.product.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14091 "itertools.repeat" => "repeat(object [,times]) -> create an iterator which returns the object\nfor the specified number of times. If not specified, returns the object\nendlessly.",
14092 "itertools.repeat.__delattr__" => "Implement delattr(self, name).",
14093 "itertools.repeat.__eq__" => "Return self==value.",
14094 "itertools.repeat.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14095 "itertools.repeat.__ge__" => "Return self>=value.",
14096 "itertools.repeat.__getattribute__" => "Return getattr(self, name).",
14097 "itertools.repeat.__getstate__" => "Helper for pickle.",
14098 "itertools.repeat.__gt__" => "Return self>value.",
14099 "itertools.repeat.__hash__" => "Return hash(self).",
14100 "itertools.repeat.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14101 "itertools.repeat.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14102 "itertools.repeat.__iter__" => "Implement iter(self).",
14103 "itertools.repeat.__le__" => "Return self<=value.",
14104 "itertools.repeat.__length_hint__" => "Private method returning an estimate of len(list(it)).",
14105 "itertools.repeat.__lt__" => "Return self<value.",
14106 "itertools.repeat.__ne__" => "Return self!=value.",
14107 "itertools.repeat.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14108 "itertools.repeat.__next__" => "Implement next(self).",
14109 "itertools.repeat.__reduce__" => "Helper for pickle.",
14110 "itertools.repeat.__reduce_ex__" => "Helper for pickle.",
14111 "itertools.repeat.__repr__" => "Return repr(self).",
14112 "itertools.repeat.__setattr__" => "Implement setattr(self, name, value).",
14113 "itertools.repeat.__sizeof__" => "Size of object in memory, in bytes.",
14114 "itertools.repeat.__str__" => "Return str(self).",
14115 "itertools.repeat.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14116 "itertools.starmap" => "Return an iterator whose values are returned from the function evaluated with an argument tuple taken from the given sequence.",
14117 "itertools.starmap.__delattr__" => "Implement delattr(self, name).",
14118 "itertools.starmap.__eq__" => "Return self==value.",
14119 "itertools.starmap.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14120 "itertools.starmap.__ge__" => "Return self>=value.",
14121 "itertools.starmap.__getattribute__" => "Return getattr(self, name).",
14122 "itertools.starmap.__getstate__" => "Helper for pickle.",
14123 "itertools.starmap.__gt__" => "Return self>value.",
14124 "itertools.starmap.__hash__" => "Return hash(self).",
14125 "itertools.starmap.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14126 "itertools.starmap.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14127 "itertools.starmap.__iter__" => "Implement iter(self).",
14128 "itertools.starmap.__le__" => "Return self<=value.",
14129 "itertools.starmap.__lt__" => "Return self<value.",
14130 "itertools.starmap.__ne__" => "Return self!=value.",
14131 "itertools.starmap.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14132 "itertools.starmap.__next__" => "Implement next(self).",
14133 "itertools.starmap.__reduce__" => "Helper for pickle.",
14134 "itertools.starmap.__reduce_ex__" => "Helper for pickle.",
14135 "itertools.starmap.__repr__" => "Return repr(self).",
14136 "itertools.starmap.__setattr__" => "Implement setattr(self, name, value).",
14137 "itertools.starmap.__sizeof__" => "Size of object in memory, in bytes.",
14138 "itertools.starmap.__str__" => "Return str(self).",
14139 "itertools.starmap.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14140 "itertools.takewhile" => "Return successive entries from an iterable as long as the predicate evaluates to true for each entry.",
14141 "itertools.takewhile.__delattr__" => "Implement delattr(self, name).",
14142 "itertools.takewhile.__eq__" => "Return self==value.",
14143 "itertools.takewhile.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14144 "itertools.takewhile.__ge__" => "Return self>=value.",
14145 "itertools.takewhile.__getattribute__" => "Return getattr(self, name).",
14146 "itertools.takewhile.__getstate__" => "Helper for pickle.",
14147 "itertools.takewhile.__gt__" => "Return self>value.",
14148 "itertools.takewhile.__hash__" => "Return hash(self).",
14149 "itertools.takewhile.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14150 "itertools.takewhile.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14151 "itertools.takewhile.__iter__" => "Implement iter(self).",
14152 "itertools.takewhile.__le__" => "Return self<=value.",
14153 "itertools.takewhile.__lt__" => "Return self<value.",
14154 "itertools.takewhile.__ne__" => "Return self!=value.",
14155 "itertools.takewhile.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14156 "itertools.takewhile.__next__" => "Implement next(self).",
14157 "itertools.takewhile.__reduce__" => "Helper for pickle.",
14158 "itertools.takewhile.__reduce_ex__" => "Helper for pickle.",
14159 "itertools.takewhile.__repr__" => "Return repr(self).",
14160 "itertools.takewhile.__setattr__" => "Implement setattr(self, name, value).",
14161 "itertools.takewhile.__sizeof__" => "Size of object in memory, in bytes.",
14162 "itertools.takewhile.__str__" => "Return str(self).",
14163 "itertools.takewhile.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14164 "itertools.tee" => "Returns a tuple of n independent iterators.",
14165 "itertools.zip_longest" => "Return a zip_longest object whose .__next__() method returns a tuple where\nthe i-th element comes from the i-th iterable argument. The .__next__()\nmethod continues until the longest iterable in the argument sequence\nis exhausted and then it raises StopIteration. When the shorter iterables\nare exhausted, the fillvalue is substituted in their place. The fillvalue\ndefaults to None or can be specified by a keyword argument.",
14166 "itertools.zip_longest.__delattr__" => "Implement delattr(self, name).",
14167 "itertools.zip_longest.__eq__" => "Return self==value.",
14168 "itertools.zip_longest.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14169 "itertools.zip_longest.__ge__" => "Return self>=value.",
14170 "itertools.zip_longest.__getattribute__" => "Return getattr(self, name).",
14171 "itertools.zip_longest.__getstate__" => "Helper for pickle.",
14172 "itertools.zip_longest.__gt__" => "Return self>value.",
14173 "itertools.zip_longest.__hash__" => "Return hash(self).",
14174 "itertools.zip_longest.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14175 "itertools.zip_longest.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14176 "itertools.zip_longest.__iter__" => "Implement iter(self).",
14177 "itertools.zip_longest.__le__" => "Return self<=value.",
14178 "itertools.zip_longest.__lt__" => "Return self<value.",
14179 "itertools.zip_longest.__ne__" => "Return self!=value.",
14180 "itertools.zip_longest.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14181 "itertools.zip_longest.__next__" => "Implement next(self).",
14182 "itertools.zip_longest.__reduce__" => "Helper for pickle.",
14183 "itertools.zip_longest.__reduce_ex__" => "Helper for pickle.",
14184 "itertools.zip_longest.__repr__" => "Return repr(self).",
14185 "itertools.zip_longest.__setattr__" => "Implement setattr(self, name, value).",
14186 "itertools.zip_longest.__sizeof__" => "Size of object in memory, in bytes.",
14187 "itertools.zip_longest.__str__" => "Return str(self).",
14188 "itertools.zip_longest.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14189 "marshal" => "This module contains functions that can read and write Python values in\na binary format. The format is specific to Python, but independent of\nmachine architecture issues.\n\nNot all Python object types are supported; in general, only objects\nwhose value is independent from a particular invocation of Python can be\nwritten and read by this module. The following types are supported:\nNone, integers, floating-point numbers, strings, bytes, bytearrays,\ntuples, lists, sets, dictionaries, and code objects, where it\nshould be understood that tuples, lists and dictionaries are only\nsupported as long as the values contained therein are themselves\nsupported; and recursive lists and dictionaries should not be written\n(they will cause infinite loops).\n\nVariables:\n\nversion -- indicates the format that the module uses. Version 0 is the\n historical format, version 1 shares interned strings and version 2\n uses a binary format for floating-point numbers.\n Version 3 shares common object references (New in version 3.4).\n\nFunctions:\n\ndump() -- write value to a file\nload() -- read value from a file\ndumps() -- marshal value as a bytes object\nloads() -- read value from a bytes-like object",
14190 "marshal.dump" => "Write the value on the open file.\n\n value\n Must be a supported type.\n file\n Must be a writeable binary file.\n version\n Indicates the data format that dump should use.\n allow_code\n Allow to write code objects.\n\nIf the value has (or contains an object that has) an unsupported type, a\nValueError exception is raised - but garbage data will also be written\nto the file. The object will not be properly read back by load().",
14191 "marshal.dumps" => "Return the bytes object that would be written to a file by dump(value, file).\n\n value\n Must be a supported type.\n version\n Indicates the data format that dumps should use.\n allow_code\n Allow to write code objects.\n\nRaise a ValueError exception if value has (or contains an object that has) an\nunsupported type.",
14192 "marshal.load" => "Read one value from the open file and return it.\n\n file\n Must be readable binary file.\n allow_code\n Allow to load code objects.\n\nIf no valid value is read (e.g. because the data has a different Python\nversion's incompatible marshal format), raise EOFError, ValueError or\nTypeError.\n\nNote: If an object containing an unsupported type was marshalled with\ndump(), load() will substitute None for the unmarshallable type.",
14193 "marshal.loads" => "Convert the bytes-like object to a value.\n\n allow_code\n Allow to load code objects.\n\nIf no valid value is found, raise EOFError, ValueError or TypeError. Extra\nbytes in the input are ignored.",
14194 "math" => "This module provides access to the mathematical functions\ndefined by the C standard.",
14195 "math.acos" => "Return the arc cosine (measured in radians) of x.\n\nThe result is between 0 and pi.",
14196 "math.acosh" => "Return the inverse hyperbolic cosine of x.",
14197 "math.asin" => "Return the arc sine (measured in radians) of x.\n\nThe result is between -pi/2 and pi/2.",
14198 "math.asinh" => "Return the inverse hyperbolic sine of x.",
14199 "math.atan" => "Return the arc tangent (measured in radians) of x.\n\nThe result is between -pi/2 and pi/2.",
14200 "math.atan2" => "Return the arc tangent (measured in radians) of y/x.\n\nUnlike atan(y/x), the signs of both x and y are considered.",
14201 "math.atanh" => "Return the inverse hyperbolic tangent of x.",
14202 "math.cbrt" => "Return the cube root of x.",
14203 "math.ceil" => "Return the ceiling of x as an Integral.\n\nThis is the smallest integer >= x.",
14204 "math.comb" => "Number of ways to choose k items from n items without repetition and without order.\n\nEvaluates to n! / (k! * (n - k)!) when k <= n and evaluates\nto zero when k > n.\n\nAlso called the binomial coefficient because it is equivalent\nto the coefficient of k-th term in polynomial expansion of the\nexpression (1 + x)**n.\n\nRaises TypeError if either of the arguments are not integers.\nRaises ValueError if either of the arguments are negative.",
14205 "math.copysign" => "Return a float with the magnitude (absolute value) of x but the sign of y.\n\nOn platforms that support signed zeros, copysign(1.0, -0.0)\nreturns -1.0.",
14206 "math.cos" => "Return the cosine of x (measured in radians).",
14207 "math.cosh" => "Return the hyperbolic cosine of x.",
14208 "math.degrees" => "Convert angle x from radians to degrees.",
14209 "math.dist" => "Return the Euclidean distance between two points p and q.\n\nThe points should be specified as sequences (or iterables) of\ncoordinates. Both inputs must have the same dimension.\n\nRoughly equivalent to:\n sqrt(sum((px - qx) ** 2.0 for px, qx in zip(p, q)))",
14210 "math.erf" => "Error function at x.",
14211 "math.erfc" => "Complementary error function at x.",
14212 "math.exp" => "Return e raised to the power of x.",
14213 "math.exp2" => "Return 2 raised to the power of x.",
14214 "math.expm1" => "Return exp(x)-1.\n\nThis function avoids the loss of precision involved in the direct evaluation of exp(x)-1 for small x.",
14215 "math.fabs" => "Return the absolute value of the float x.",
14216 "math.factorial" => "Find n!.",
14217 "math.floor" => "Return the floor of x as an Integral.\n\nThis is the largest integer <= x.",
14218 "math.fma" => "Fused multiply-add operation.\n\nCompute (x * y) + z with a single round.",
14219 "math.fmod" => "Return fmod(x, y), according to platform C.\n\nx % y may differ.",
14220 "math.frexp" => "Return the mantissa and exponent of x, as pair (m, e).\n\nm is a float and e is an int, such that x = m * 2.**e.\nIf x is 0, m and e are both 0. Else 0.5 <= abs(m) < 1.0.",
14221 "math.fsum" => "Return an accurate floating-point sum of values in the iterable seq.\n\nAssumes IEEE-754 floating-point arithmetic.",
14222 "math.gamma" => "Gamma function at x.",
14223 "math.gcd" => "Greatest Common Divisor.",
14224 "math.hypot" => "Multidimensional Euclidean distance from the origin to a point.\n\nRoughly equivalent to:\n sqrt(sum(x**2 for x in coordinates))\n\nFor a two dimensional point (x, y), gives the hypotenuse\nusing the Pythagorean theorem: sqrt(x*x + y*y).\n\nFor example, the hypotenuse of a 3/4/5 right triangle is:\n\n >>> hypot(3.0, 4.0)\n 5.0",
14225 "math.isclose" => "Determine whether two floating-point numbers are close in value.\n\n rel_tol\n maximum difference for being considered \"close\", relative to the\n magnitude of the input values\n abs_tol\n maximum difference for being considered \"close\", regardless of the\n magnitude of the input values\n\nReturn True if a is close in value to b, and False otherwise.\n\nFor the values to be considered close, the difference between them\nmust be smaller than at least one of the tolerances.\n\n-inf, inf and NaN behave similarly to the IEEE 754 Standard. That\nis, NaN is not close to anything, even itself. inf and -inf are\nonly close to themselves.",
14226 "math.isfinite" => "Return True if x is neither an infinity nor a NaN, and False otherwise.",
14227 "math.isinf" => "Return True if x is a positive or negative infinity, and False otherwise.",
14228 "math.isnan" => "Return True if x is a NaN (not a number), and False otherwise.",
14229 "math.isqrt" => "Return the integer part of the square root of the input.",
14230 "math.lcm" => "Least Common Multiple.",
14231 "math.ldexp" => "Return x * (2**i).\n\nThis is essentially the inverse of frexp().",
14232 "math.lgamma" => "Natural logarithm of absolute value of Gamma function at x.",
14233 "math.log" => "log(x, [base=math.e])\nReturn the logarithm of x to the given base.\n\nIf the base is not specified, returns the natural logarithm (base e) of x.",
14234 "math.log10" => "Return the base 10 logarithm of x.",
14235 "math.log1p" => "Return the natural logarithm of 1+x (base e).\n\nThe result is computed in a way which is accurate for x near zero.",
14236 "math.log2" => "Return the base 2 logarithm of x.",
14237 "math.modf" => "Return the fractional and integer parts of x.\n\nBoth results carry the sign of x and are floats.",
14238 "math.nextafter" => "Return the floating-point value the given number of steps after x towards y.\n\nIf steps is not specified or is None, it defaults to 1.\n\nRaises a TypeError, if x or y is not a double, or if steps is not an integer.\nRaises ValueError if steps is negative.",
14239 "math.perm" => "Number of ways to choose k items from n items without repetition and with order.\n\nEvaluates to n! / (n - k)! when k <= n and evaluates\nto zero when k > n.\n\nIf k is not specified or is None, then k defaults to n\nand the function returns n!.\n\nRaises TypeError if either of the arguments are not integers.\nRaises ValueError if either of the arguments are negative.",
14240 "math.pow" => "Return x**y (x to the power of y).",
14241 "math.prod" => "Calculate the product of all the elements in the input iterable.\n\nThe default start value for the product is 1.\n\nWhen the iterable is empty, return the start value. This function is\nintended specifically for use with numeric values and may reject\nnon-numeric types.",
14242 "math.radians" => "Convert angle x from degrees to radians.",
14243 "math.remainder" => "Difference between x and the closest integer multiple of y.\n\nReturn x - n*y where n*y is the closest integer multiple of y.\nIn the case where x is exactly halfway between two multiples of\ny, the nearest even value of n is used. The result is always exact.",
14244 "math.sin" => "Return the sine of x (measured in radians).",
14245 "math.sinh" => "Return the hyperbolic sine of x.",
14246 "math.sqrt" => "Return the square root of x.",
14247 "math.sumprod" => "Return the sum of products of values from two iterables p and q.\n\nRoughly equivalent to:\n\n sum(map(operator.mul, p, q, strict=True))\n\nFor float and mixed int/float inputs, the intermediate products\nand sums are computed with extended precision.",
14248 "math.tan" => "Return the tangent of x (measured in radians).",
14249 "math.tanh" => "Return the hyperbolic tangent of x.",
14250 "math.trunc" => "Truncates the Real x to the nearest Integral toward 0.\n\nUses the __trunc__ magic method.",
14251 "math.ulp" => "Return the value of the least significant bit of the float x.",
14252 "mmap.mmap" => "Windows: mmap(fileno, length[, tagname[, access[, offset]]])\n\nMaps length bytes from the file specified by the file handle fileno,\nand returns a mmap object. If length is larger than the current size\nof the file, the file is extended to contain length bytes. If length\nis 0, the maximum length of the map is the current size of the file,\nexcept that if the file is empty Windows raises an exception (you cannot\ncreate an empty mapping on Windows).\n\nUnix: mmap(fileno, length[, flags[, prot[, access[, offset[, trackfd]]]]])\n\nMaps length bytes from the file specified by the file descriptor fileno,\nand returns a mmap object. If length is 0, the maximum length of the map\nwill be the current size of the file when mmap is called.\nflags specifies the nature of the mapping. MAP_PRIVATE creates a\nprivate copy-on-write mapping, so changes to the contents of the mmap\nobject will be private to this process, and MAP_SHARED creates a mapping\nthat's shared with all other processes mapping the same areas of the file.\nThe default value is MAP_SHARED.\n\nTo map anonymous memory, pass -1 as the fileno (both versions).",
14253 "mmap.mmap.__buffer__" => "Return a buffer object that exposes the underlying memory of the object.",
14254 "mmap.mmap.__delattr__" => "Implement delattr(self, name).",
14255 "mmap.mmap.__delitem__" => "Delete self[key].",
14256 "mmap.mmap.__eq__" => "Return self==value.",
14257 "mmap.mmap.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14258 "mmap.mmap.__ge__" => "Return self>=value.",
14259 "mmap.mmap.__getattribute__" => "Return getattr(self, name).",
14260 "mmap.mmap.__getitem__" => "Return self[key].",
14261 "mmap.mmap.__getstate__" => "Helper for pickle.",
14262 "mmap.mmap.__gt__" => "Return self>value.",
14263 "mmap.mmap.__hash__" => "Return hash(self).",
14264 "mmap.mmap.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14265 "mmap.mmap.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14266 "mmap.mmap.__le__" => "Return self<=value.",
14267 "mmap.mmap.__len__" => "Return len(self).",
14268 "mmap.mmap.__lt__" => "Return self<value.",
14269 "mmap.mmap.__ne__" => "Return self!=value.",
14270 "mmap.mmap.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14271 "mmap.mmap.__reduce__" => "Helper for pickle.",
14272 "mmap.mmap.__reduce_ex__" => "Helper for pickle.",
14273 "mmap.mmap.__release_buffer__" => "Release the buffer object that exposes the underlying memory of the object.",
14274 "mmap.mmap.__repr__" => "Return repr(self).",
14275 "mmap.mmap.__setattr__" => "Implement setattr(self, name, value).",
14276 "mmap.mmap.__setitem__" => "Set self[key] to value.",
14277 "mmap.mmap.__sizeof__" => "Size of object in memory, in bytes.",
14278 "mmap.mmap.__str__" => "Return str(self).",
14279 "mmap.mmap.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14280 "msvcrt.GetErrorMode" => "Wrapper around GetErrorMode.",
14281 "msvcrt.SetErrorMode" => "Wrapper around SetErrorMode.",
14282 "msvcrt.get_osfhandle" => "Return the file handle for the file descriptor fd.\n\nRaises OSError if fd is not recognized.",
14283 "msvcrt.getch" => "Read a keypress and return the resulting character as a byte string.\n\nNothing is echoed to the console. This call will block if a keypress is\nnot already available, but will not wait for Enter to be pressed. If the\npressed key was a special function key, this will return '\\000' or\n'\\xe0'; the next call will return the keycode. The Control-C keypress\ncannot be read with this function.",
14284 "msvcrt.getche" => "Similar to getch(), but the keypress will be echoed if possible.",
14285 "msvcrt.getwch" => "Wide char variant of getch(), returning a Unicode value.",
14286 "msvcrt.getwche" => "Wide char variant of getche(), returning a Unicode value.",
14287 "msvcrt.heapmin" => "Minimize the malloc() heap.\n\nForce the malloc() heap to clean itself up and return unused blocks\nto the operating system. On failure, this raises OSError.",
14288 "msvcrt.kbhit" => "Returns a nonzero value if a keypress is waiting to be read. Otherwise, return 0.",
14289 "msvcrt.locking" => "Lock part of a file based on file descriptor fd from the C runtime.\n\nRaises OSError on failure. The locked region of the file extends from\nthe current file position for nbytes bytes, and may continue beyond\nthe end of the file. mode must be one of the LK_* constants listed\nbelow. Multiple regions in a file may be locked at the same time, but\nmay not overlap. Adjacent regions are not merged; they must be unlocked\nindividually.",
14290 "msvcrt.open_osfhandle" => "Create a C runtime file descriptor from the file handle handle.\n\nThe flags parameter should be a bitwise OR of os.O_APPEND, os.O_RDONLY,\nand os.O_TEXT. The returned file descriptor may be used as a parameter\nto os.fdopen() to create a file object.",
14291 "msvcrt.putch" => "Print the byte string char to the console without buffering.",
14292 "msvcrt.putwch" => "Wide char variant of putch(), accepting a Unicode value.",
14293 "msvcrt.setmode" => "Set the line-end translation mode for the file descriptor fd.\n\nTo set it to text mode, flags should be os.O_TEXT; for binary, it\nshould be os.O_BINARY.\n\nReturn value is the previous mode.",
14294 "msvcrt.ungetch" => "Opposite of getch.\n\nCause the byte string char to be \"pushed back\" into the\nconsole buffer; it will be the next character read by\ngetch() or getche().",
14295 "msvcrt.ungetwch" => "Wide char variant of ungetch(), accepting a Unicode value.",
14296 "nt" => "This module provides access to operating system functionality that is\nstandardized by the C Standard and the POSIX standard (a thinly\ndisguised Unix interface). Refer to the library manual and\ncorresponding Unix manual entries for more information on calls.",
14297 "nt.DirEntry.__class_getitem__" => "See PEP 585",
14298 "nt.DirEntry.__delattr__" => "Implement delattr(self, name).",
14299 "nt.DirEntry.__eq__" => "Return self==value.",
14300 "nt.DirEntry.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14301 "nt.DirEntry.__fspath__" => "Returns the path for the entry.",
14302 "nt.DirEntry.__ge__" => "Return self>=value.",
14303 "nt.DirEntry.__getattribute__" => "Return getattr(self, name).",
14304 "nt.DirEntry.__getstate__" => "Helper for pickle.",
14305 "nt.DirEntry.__gt__" => "Return self>value.",
14306 "nt.DirEntry.__hash__" => "Return hash(self).",
14307 "nt.DirEntry.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14308 "nt.DirEntry.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14309 "nt.DirEntry.__le__" => "Return self<=value.",
14310 "nt.DirEntry.__lt__" => "Return self<value.",
14311 "nt.DirEntry.__ne__" => "Return self!=value.",
14312 "nt.DirEntry.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14313 "nt.DirEntry.__reduce__" => "Helper for pickle.",
14314 "nt.DirEntry.__reduce_ex__" => "Helper for pickle.",
14315 "nt.DirEntry.__repr__" => "Return repr(self).",
14316 "nt.DirEntry.__setattr__" => "Implement setattr(self, name, value).",
14317 "nt.DirEntry.__sizeof__" => "Size of object in memory, in bytes.",
14318 "nt.DirEntry.__str__" => "Return str(self).",
14319 "nt.DirEntry.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14320 "nt.DirEntry.inode" => "Return inode of the entry; cached per entry.",
14321 "nt.DirEntry.is_dir" => "Return True if the entry is a directory; cached per entry.",
14322 "nt.DirEntry.is_file" => "Return True if the entry is a file; cached per entry.",
14323 "nt.DirEntry.is_junction" => "Return True if the entry is a junction; cached per entry.",
14324 "nt.DirEntry.is_symlink" => "Return True if the entry is a symbolic link; cached per entry.",
14325 "nt.DirEntry.name" => "the entry's base filename, relative to scandir() \"path\" argument",
14326 "nt.DirEntry.path" => "the entry's full path name; equivalent to os.path.join(scandir_path, entry.name)",
14327 "nt.DirEntry.stat" => "Return stat_result object for the entry; cached per entry.",
14328 "nt._add_dll_directory" => "Add a path to the DLL search path.\n\nThis search path is used when resolving dependencies for imported\nextension modules (the module itself is resolved through sys.path),\nand also by ctypes.\n\nReturns an opaque value that may be passed to os.remove_dll_directory\nto remove this directory from the search path.",
14329 "nt._create_environ" => "Create the environment dictionary.",
14330 "nt._exit" => "Exit to the system with specified status, without normal exit processing.",
14331 "nt._findfirstfile" => "A function to get the real file name without accessing the file in Windows.",
14332 "nt._getdiskusage" => "Return disk usage statistics about the given path as a (total, free) tuple.",
14333 "nt._getfinalpathname" => "A helper function for samepath on windows.",
14334 "nt._getvolumepathname" => "A helper function for ismount on Win32.",
14335 "nt._inputhook" => "Calls PyOS_CallInputHook droppong the GIL first",
14336 "nt._is_inputhook_installed" => "Checks if PyOS_CallInputHook is set",
14337 "nt._path_exists" => "Test whether a path exists. Returns False for broken symbolic links.",
14338 "nt._path_isdevdrive" => "Determines whether the specified path is on a Windows Dev Drive.",
14339 "nt._path_isdir" => "Return true if the pathname refers to an existing directory.",
14340 "nt._path_isfile" => "Test whether a path is a regular file",
14341 "nt._path_isjunction" => "Test whether a path is a junction",
14342 "nt._path_islink" => "Test whether a path is a symbolic link",
14343 "nt._path_lexists" => "Test whether a path exists. Returns True for broken symbolic links.",
14344 "nt._path_normpath" => "Normalize path, eliminating double slashes, etc.",
14345 "nt._path_splitroot" => "Removes everything after the root on Win32.",
14346 "nt._path_splitroot_ex" => "Split a pathname into drive, root and tail.\n\nThe tail contains anything after the root.",
14347 "nt._remove_dll_directory" => "Removes a path from the DLL search path.\n\nThe parameter is an opaque value that was returned from\nos.add_dll_directory. You can only remove directories that you added\nyourself.",
14348 "nt._supports_virtual_terminal" => "Checks if virtual terminal is supported in windows",
14349 "nt.abort" => "Abort the interpreter immediately.\n\nThis function 'dumps core' or otherwise fails in the hardest way possible\non the hosting operating system. This function never returns.",
14350 "nt.access" => "Use the real uid/gid to test for access to a path.\n\n path\n Path to be tested; can be string, bytes, or a path-like object.\n mode\n Operating-system mode bitfield. Can be F_OK to test existence,\n or the inclusive-OR of R_OK, W_OK, and X_OK.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that\n directory.\n effective_ids\n If True, access will use the effective uid/gid instead of\n the real uid/gid.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n access will examine the symbolic link itself instead of the file\n the link points to.\n\ndir_fd, effective_ids, and follow_symlinks may not be implemented\n on your platform. If they are unavailable, using them will raise a\n NotImplementedError.\n\nNote that most operations will use the effective uid/gid, therefore this\n routine can be used in a suid/sgid environment to test if the invoking user\n has the specified access to the path.",
14351 "nt.chdir" => "Change the current working directory to the specified path.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\nIf this functionality is unavailable, using it raises an exception.",
14352 "nt.chmod" => "Change the access permissions of a file.\n\n path\n Path to be modified. May always be specified as a str, bytes, or a path-like object.\n On some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.\n mode\n Operating-system mode bitfield.\n Be careful when using number literals for *mode*. The conventional UNIX notation for\n numeric modes uses an octal base, which needs to be indicated with a ``0o`` prefix in\n Python.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that\n directory.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n chmod will modify the symbolic link itself instead of the file\n the link points to.\n\nIt is an error to use dir_fd or follow_symlinks when specifying path as\n an open file descriptor.\ndir_fd and follow_symlinks may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14353 "nt.close" => "Close a file descriptor.",
14354 "nt.closerange" => "Closes all file descriptors in [fd_low, fd_high), ignoring errors.",
14355 "nt.cpu_count" => "Return the number of logical CPUs in the system.\n\nReturn None if indeterminable.",
14356 "nt.device_encoding" => "Return a string describing the encoding of a terminal's file descriptor.\n\nThe file descriptor must be attached to a terminal.\nIf the device is not a terminal, return None.",
14357 "nt.dup" => "Return a duplicate of a file descriptor.",
14358 "nt.dup2" => "Duplicate file descriptor.",
14359 "nt.execv" => "Execute an executable path with arguments, replacing current process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.",
14360 "nt.execve" => "Execute an executable path with arguments, replacing current process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.\n env\n Dictionary of strings mapping to strings.",
14361 "nt.fchmod" => "Change the access permissions of the file given by file descriptor fd.\n\n fd\n The file descriptor of the file to be modified.\n mode\n Operating-system mode bitfield.\n Be careful when using number literals for *mode*. The conventional UNIX notation for\n numeric modes uses an octal base, which needs to be indicated with a ``0o`` prefix in\n Python.\n\nEquivalent to os.chmod(fd, mode).",
14362 "nt.fspath" => "Return the file system path representation of the object.\n\nIf the object is str or bytes, then allow it to pass through as-is. If the\nobject defines __fspath__(), then return the result of that method. All other\ntypes raise a TypeError.",
14363 "nt.fstat" => "Perform a stat system call on the given file descriptor.\n\nLike stat(), but for an open file descriptor.\nEquivalent to os.stat(fd).",
14364 "nt.fsync" => "Force write of fd to disk.",
14365 "nt.ftruncate" => "Truncate a file, specified by file descriptor, to a specific length.",
14366 "nt.get_blocking" => "Get the blocking mode of the file descriptor.\n\nReturn False if the O_NONBLOCK flag is set, True if the flag is cleared.",
14367 "nt.get_handle_inheritable" => "Get the close-on-exe flag of the specified file descriptor.",
14368 "nt.get_inheritable" => "Get the close-on-exe flag of the specified file descriptor.",
14369 "nt.get_terminal_size" => "Return the size of the terminal window as (columns, lines).\n\nThe optional argument fd (default standard output) specifies\nwhich file descriptor should be queried.\n\nIf the file descriptor is not connected to a terminal, an OSError\nis thrown.\n\nThis function will only be defined if an implementation is\navailable for this system.\n\nshutil.get_terminal_size is the high-level function which should\nnormally be used, os.get_terminal_size is the low-level implementation.",
14370 "nt.getcwd" => "Return a unicode string representing the current working directory.",
14371 "nt.getcwdb" => "Return a bytes string representing the current working directory.",
14372 "nt.getlogin" => "Return the actual login name.",
14373 "nt.getpid" => "Return the current process id.",
14374 "nt.getppid" => "Return the parent's process id.\n\nIf the parent process has already exited, Windows machines will still\nreturn its id; others systems will return the id of the 'init' process (1).",
14375 "nt.isatty" => "Return True if the fd is connected to a terminal.\n\nReturn True if the file descriptor is an open file descriptor\nconnected to the slave end of a terminal.",
14376 "nt.kill" => "Kill a process with a signal.",
14377 "nt.lchmod" => "Change the access permissions of a file, without following symbolic links.\n\nIf path is a symlink, this affects the link itself rather than the target.\nEquivalent to chmod(path, mode, follow_symlinks=False).\"",
14378 "nt.link" => "Create a hard link to a file.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nIf follow_symlinks is False, and the last element of src is a symbolic\n link, link will create a link to the symbolic link itself instead of the\n file the link points to.\nsrc_dir_fd, dst_dir_fd, and follow_symlinks may not be implemented on your\n platform. If they are unavailable, using them will raise a\n NotImplementedError.",
14379 "nt.listdir" => "Return a list containing the names of the files in the directory.\n\npath can be specified as either str, bytes, or a path-like object. If path is bytes,\n the filenames returned will also be bytes; in all other circumstances\n the filenames returned will be str.\nIf path is None, uses the path='.'.\nOn some platforms, path may also be specified as an open file descriptor;\\\n the file descriptor must refer to a directory.\n If this functionality is unavailable, using it raises NotImplementedError.\n\nThe list is in arbitrary order. It does not include the special\nentries '.' and '..' even if they are present in the directory.",
14380 "nt.listdrives" => "Return a list containing the names of drives in the system.\n\nA drive name typically looks like 'C:\\\\'.",
14381 "nt.listmounts" => "Return a list containing mount points for a particular volume.\n\n'volume' should be a GUID path as returned from os.listvolumes.",
14382 "nt.listvolumes" => "Return a list containing the volumes in the system.\n\nVolumes are typically represented as a GUID path.",
14383 "nt.lseek" => "Set the position of a file descriptor. Return the new position.\n\n fd\n An open file descriptor, as returned by os.open().\n position\n Position, interpreted relative to 'whence'.\n whence\n The relative position to seek from. Valid values are:\n - SEEK_SET: seek from the start of the file.\n - SEEK_CUR: seek from the current file position.\n - SEEK_END: seek from the end of the file.\n\nThe return value is the number of bytes relative to the beginning of the file.",
14384 "nt.lstat" => "Perform a stat system call on the given path, without following symbolic links.\n\nLike stat(), but do not follow symbolic links.\nEquivalent to stat(path, follow_symlinks=False).",
14385 "nt.mkdir" => "Create a directory.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.\n\nThe mode argument is ignored on Windows. Where it is used, the current umask\nvalue is first masked out.",
14386 "nt.open" => "Open a file for low level IO. Returns a file descriptor (integer).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14387 "nt.pipe" => "Create a pipe.\n\nReturns a tuple of two file descriptors:\n (read_fd, write_fd)",
14388 "nt.putenv" => "Change or add an environment variable.",
14389 "nt.read" => "Read from a file descriptor. Returns a bytes object.",
14390 "nt.readinto" => "Read into a buffer object from a file descriptor.\n\nThe buffer should be mutable and bytes-like. On success, returns the number of\nbytes read. Less bytes may be read than the size of the buffer. The underlying\nsystem call will be retried when interrupted by a signal, unless the signal\nhandler raises an exception. Other errors will not be retried and an error will\nbe raised.\n\nReturns 0 if *fd* is at end of file or if the provided *buffer* has length 0\n(which can be used to check for errors without reading data). Never returns\nnegative.",
14391 "nt.readlink" => "Return a string representing the path to which the symbolic link points.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\nand path should be relative; path will then be relative to that directory.\n\ndir_fd may not be implemented on your platform. If it is unavailable,\nusing it will raise a NotImplementedError.",
14392 "nt.remove" => "Remove a file (same as unlink()).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14393 "nt.rename" => "Rename a file or directory.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nsrc_dir_fd and dst_dir_fd, may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14394 "nt.replace" => "Rename a file or directory, overwriting the destination.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nsrc_dir_fd and dst_dir_fd, may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14395 "nt.rmdir" => "Remove a directory.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14396 "nt.scandir" => "Return an iterator of DirEntry objects for given path.\n\npath can be specified as either str, bytes, or a path-like object. If path\nis bytes, the names of yielded DirEntry objects will also be bytes; in\nall other circumstances they will be str.\n\nIf path is None, uses the path='.'.",
14397 "nt.set_blocking" => "Set the blocking mode of the specified file descriptor.\n\nSet the O_NONBLOCK flag if blocking is False,\nclear the O_NONBLOCK flag otherwise.",
14398 "nt.set_handle_inheritable" => "Set the inheritable flag of the specified handle.",
14399 "nt.set_inheritable" => "Set the inheritable flag of the specified file descriptor.",
14400 "nt.spawnv" => "Execute the program specified by path in a new process.\n\n mode\n Mode of process creation.\n path\n Path of executable file.\n argv\n Tuple or list of strings.",
14401 "nt.spawnve" => "Execute the program specified by path in a new process.\n\n mode\n Mode of process creation.\n path\n Path of executable file.\n argv\n Tuple or list of strings.\n env\n Dictionary of strings mapping to strings.",
14402 "nt.startfile" => "Start a file with its associated application.\n\nWhen \"operation\" is not specified or \"open\", this acts like\ndouble-clicking the file in Explorer, or giving the file name as an\nargument to the DOS \"start\" command: the file is opened with whatever\napplication (if any) its extension is associated.\nWhen another \"operation\" is given, it specifies what should be done with\nthe file. A typical operation is \"print\".\n\n\"arguments\" is passed to the application, but should be omitted if the\nfile is a document.\n\n\"cwd\" is the working directory for the operation. If \"filepath\" is\nrelative, it will be resolved against this directory. This argument\nshould usually be an absolute path.\n\n\"show_cmd\" can be used to override the recommended visibility option.\nSee the Windows ShellExecute documentation for values.\n\nstartfile returns as soon as the associated application is launched.\nThere is no option to wait for the application to close, and no way\nto retrieve the application's exit status.\n\nThe filepath is relative to the current directory. If you want to use\nan absolute path, make sure the first character is not a slash (\"/\");\nthe underlying Win32 ShellExecute function doesn't work if it is.",
14403 "nt.stat" => "Perform a stat system call on the given path.\n\n path\n Path to be examined; can be string, bytes, a path-like object or\n open-file-descriptor int.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be a relative string; path will then be relative to\n that directory.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n stat will examine the symbolic link itself instead of the file\n the link points to.\n\ndir_fd and follow_symlinks may not be implemented\n on your platform. If they are unavailable, using them will raise a\n NotImplementedError.\n\nIt's an error to use dir_fd or follow_symlinks when specifying path as\n an open file descriptor.",
14404 "nt.stat_result" => "stat_result: Result from stat, fstat, or lstat.\n\nThis object may be accessed either as a tuple of\n (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\nor via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.\n\nPosix/windows: If your platform supports st_blksize, st_blocks, st_rdev,\nor st_flags, they are available as attributes only.\n\nSee os.stat for more information.",
14405 "nt.stat_result.__add__" => "Return self+value.",
14406 "nt.stat_result.__class_getitem__" => "See PEP 585",
14407 "nt.stat_result.__contains__" => "Return bool(key in self).",
14408 "nt.stat_result.__delattr__" => "Implement delattr(self, name).",
14409 "nt.stat_result.__eq__" => "Return self==value.",
14410 "nt.stat_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14411 "nt.stat_result.__ge__" => "Return self>=value.",
14412 "nt.stat_result.__getattribute__" => "Return getattr(self, name).",
14413 "nt.stat_result.__getitem__" => "Return self[key].",
14414 "nt.stat_result.__getstate__" => "Helper for pickle.",
14415 "nt.stat_result.__gt__" => "Return self>value.",
14416 "nt.stat_result.__hash__" => "Return hash(self).",
14417 "nt.stat_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14418 "nt.stat_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14419 "nt.stat_result.__iter__" => "Implement iter(self).",
14420 "nt.stat_result.__le__" => "Return self<=value.",
14421 "nt.stat_result.__len__" => "Return len(self).",
14422 "nt.stat_result.__lt__" => "Return self<value.",
14423 "nt.stat_result.__mul__" => "Return self*value.",
14424 "nt.stat_result.__ne__" => "Return self!=value.",
14425 "nt.stat_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14426 "nt.stat_result.__reduce_ex__" => "Helper for pickle.",
14427 "nt.stat_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14428 "nt.stat_result.__repr__" => "Return repr(self).",
14429 "nt.stat_result.__rmul__" => "Return value*self.",
14430 "nt.stat_result.__setattr__" => "Implement setattr(self, name, value).",
14431 "nt.stat_result.__sizeof__" => "Size of object in memory, in bytes.",
14432 "nt.stat_result.__str__" => "Return str(self).",
14433 "nt.stat_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14434 "nt.stat_result.count" => "Return number of occurrences of value.",
14435 "nt.stat_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14436 "nt.stat_result.st_atime" => "time of last access",
14437 "nt.stat_result.st_atime_ns" => "time of last access in nanoseconds",
14438 "nt.stat_result.st_birthtime" => "time of creation",
14439 "nt.stat_result.st_birthtime_ns" => "time of creation in nanoseconds",
14440 "nt.stat_result.st_ctime" => "time of last change",
14441 "nt.stat_result.st_ctime_ns" => "time of last change in nanoseconds",
14442 "nt.stat_result.st_dev" => "device",
14443 "nt.stat_result.st_file_attributes" => "Windows file attribute bits",
14444 "nt.stat_result.st_gid" => "group ID of owner",
14445 "nt.stat_result.st_ino" => "inode",
14446 "nt.stat_result.st_mode" => "protection bits",
14447 "nt.stat_result.st_mtime" => "time of last modification",
14448 "nt.stat_result.st_mtime_ns" => "time of last modification in nanoseconds",
14449 "nt.stat_result.st_nlink" => "number of hard links",
14450 "nt.stat_result.st_reparse_tag" => "Windows reparse tag",
14451 "nt.stat_result.st_size" => "total size, in bytes",
14452 "nt.stat_result.st_uid" => "user ID of owner",
14453 "nt.statvfs_result" => "statvfs_result: Result from statvfs or fstatvfs.\n\nThis object may be accessed either as a tuple of\n (bsize, frsize, blocks, bfree, bavail, files, ffree, favail, flag, namemax),\nor via the attributes f_bsize, f_frsize, f_blocks, f_bfree, and so on.\n\nSee os.statvfs for more information.",
14454 "nt.statvfs_result.__add__" => "Return self+value.",
14455 "nt.statvfs_result.__class_getitem__" => "See PEP 585",
14456 "nt.statvfs_result.__contains__" => "Return bool(key in self).",
14457 "nt.statvfs_result.__delattr__" => "Implement delattr(self, name).",
14458 "nt.statvfs_result.__eq__" => "Return self==value.",
14459 "nt.statvfs_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14460 "nt.statvfs_result.__ge__" => "Return self>=value.",
14461 "nt.statvfs_result.__getattribute__" => "Return getattr(self, name).",
14462 "nt.statvfs_result.__getitem__" => "Return self[key].",
14463 "nt.statvfs_result.__getstate__" => "Helper for pickle.",
14464 "nt.statvfs_result.__gt__" => "Return self>value.",
14465 "nt.statvfs_result.__hash__" => "Return hash(self).",
14466 "nt.statvfs_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14467 "nt.statvfs_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14468 "nt.statvfs_result.__iter__" => "Implement iter(self).",
14469 "nt.statvfs_result.__le__" => "Return self<=value.",
14470 "nt.statvfs_result.__len__" => "Return len(self).",
14471 "nt.statvfs_result.__lt__" => "Return self<value.",
14472 "nt.statvfs_result.__mul__" => "Return self*value.",
14473 "nt.statvfs_result.__ne__" => "Return self!=value.",
14474 "nt.statvfs_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14475 "nt.statvfs_result.__reduce_ex__" => "Helper for pickle.",
14476 "nt.statvfs_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14477 "nt.statvfs_result.__repr__" => "Return repr(self).",
14478 "nt.statvfs_result.__rmul__" => "Return value*self.",
14479 "nt.statvfs_result.__setattr__" => "Implement setattr(self, name, value).",
14480 "nt.statvfs_result.__sizeof__" => "Size of object in memory, in bytes.",
14481 "nt.statvfs_result.__str__" => "Return str(self).",
14482 "nt.statvfs_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14483 "nt.statvfs_result.count" => "Return number of occurrences of value.",
14484 "nt.statvfs_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14485 "nt.strerror" => "Translate an error code to a message string.",
14486 "nt.symlink" => "Create a symbolic link pointing to src named dst.\n\ntarget_is_directory is required on Windows if the target is to be\n interpreted as a directory. (On Windows, symlink requires\n Windows 6.0 or greater, and raises a NotImplementedError otherwise.)\n target_is_directory is ignored on non-Windows platforms.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14487 "nt.system" => "Execute the command in a subshell.",
14488 "nt.terminal_size" => "A tuple of (columns, lines) for holding terminal window size",
14489 "nt.terminal_size.__add__" => "Return self+value.",
14490 "nt.terminal_size.__class_getitem__" => "See PEP 585",
14491 "nt.terminal_size.__contains__" => "Return bool(key in self).",
14492 "nt.terminal_size.__delattr__" => "Implement delattr(self, name).",
14493 "nt.terminal_size.__eq__" => "Return self==value.",
14494 "nt.terminal_size.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14495 "nt.terminal_size.__ge__" => "Return self>=value.",
14496 "nt.terminal_size.__getattribute__" => "Return getattr(self, name).",
14497 "nt.terminal_size.__getitem__" => "Return self[key].",
14498 "nt.terminal_size.__getstate__" => "Helper for pickle.",
14499 "nt.terminal_size.__gt__" => "Return self>value.",
14500 "nt.terminal_size.__hash__" => "Return hash(self).",
14501 "nt.terminal_size.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14502 "nt.terminal_size.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14503 "nt.terminal_size.__iter__" => "Implement iter(self).",
14504 "nt.terminal_size.__le__" => "Return self<=value.",
14505 "nt.terminal_size.__len__" => "Return len(self).",
14506 "nt.terminal_size.__lt__" => "Return self<value.",
14507 "nt.terminal_size.__mul__" => "Return self*value.",
14508 "nt.terminal_size.__ne__" => "Return self!=value.",
14509 "nt.terminal_size.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14510 "nt.terminal_size.__reduce_ex__" => "Helper for pickle.",
14511 "nt.terminal_size.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14512 "nt.terminal_size.__repr__" => "Return repr(self).",
14513 "nt.terminal_size.__rmul__" => "Return value*self.",
14514 "nt.terminal_size.__setattr__" => "Implement setattr(self, name, value).",
14515 "nt.terminal_size.__sizeof__" => "Size of object in memory, in bytes.",
14516 "nt.terminal_size.__str__" => "Return str(self).",
14517 "nt.terminal_size.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14518 "nt.terminal_size.columns" => "width of the terminal window in characters",
14519 "nt.terminal_size.count" => "Return number of occurrences of value.",
14520 "nt.terminal_size.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14521 "nt.terminal_size.lines" => "height of the terminal window in characters",
14522 "nt.times" => "Return a collection containing process timing information.\n\nThe object returned behaves like a named tuple with these fields:\n (utime, stime, cutime, cstime, elapsed_time)\nAll fields are floating-point numbers.",
14523 "nt.times_result" => "times_result: Result from os.times().\n\nThis object may be accessed either as a tuple of\n (user, system, children_user, children_system, elapsed),\nor via the attributes user, system, children_user, children_system,\nand elapsed.\n\nSee os.times for more information.",
14524 "nt.times_result.__add__" => "Return self+value.",
14525 "nt.times_result.__class_getitem__" => "See PEP 585",
14526 "nt.times_result.__contains__" => "Return bool(key in self).",
14527 "nt.times_result.__delattr__" => "Implement delattr(self, name).",
14528 "nt.times_result.__eq__" => "Return self==value.",
14529 "nt.times_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14530 "nt.times_result.__ge__" => "Return self>=value.",
14531 "nt.times_result.__getattribute__" => "Return getattr(self, name).",
14532 "nt.times_result.__getitem__" => "Return self[key].",
14533 "nt.times_result.__getstate__" => "Helper for pickle.",
14534 "nt.times_result.__gt__" => "Return self>value.",
14535 "nt.times_result.__hash__" => "Return hash(self).",
14536 "nt.times_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14537 "nt.times_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14538 "nt.times_result.__iter__" => "Implement iter(self).",
14539 "nt.times_result.__le__" => "Return self<=value.",
14540 "nt.times_result.__len__" => "Return len(self).",
14541 "nt.times_result.__lt__" => "Return self<value.",
14542 "nt.times_result.__mul__" => "Return self*value.",
14543 "nt.times_result.__ne__" => "Return self!=value.",
14544 "nt.times_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14545 "nt.times_result.__reduce_ex__" => "Helper for pickle.",
14546 "nt.times_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14547 "nt.times_result.__repr__" => "Return repr(self).",
14548 "nt.times_result.__rmul__" => "Return value*self.",
14549 "nt.times_result.__setattr__" => "Implement setattr(self, name, value).",
14550 "nt.times_result.__sizeof__" => "Size of object in memory, in bytes.",
14551 "nt.times_result.__str__" => "Return str(self).",
14552 "nt.times_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14553 "nt.times_result.children_system" => "system time of children",
14554 "nt.times_result.children_user" => "user time of children",
14555 "nt.times_result.count" => "Return number of occurrences of value.",
14556 "nt.times_result.elapsed" => "elapsed time since an arbitrary point in the past",
14557 "nt.times_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14558 "nt.times_result.system" => "system time",
14559 "nt.times_result.user" => "user time",
14560 "nt.truncate" => "Truncate a file, specified by path, to a specific length.\n\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.",
14561 "nt.umask" => "Set the current numeric umask and return the previous umask.",
14562 "nt.uname_result" => "uname_result: Result from os.uname().\n\nThis object may be accessed either as a tuple of\n (sysname, nodename, release, version, machine),\nor via the attributes sysname, nodename, release, version, and machine.\n\nSee os.uname for more information.",
14563 "nt.uname_result.__add__" => "Return self+value.",
14564 "nt.uname_result.__class_getitem__" => "See PEP 585",
14565 "nt.uname_result.__contains__" => "Return bool(key in self).",
14566 "nt.uname_result.__delattr__" => "Implement delattr(self, name).",
14567 "nt.uname_result.__eq__" => "Return self==value.",
14568 "nt.uname_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14569 "nt.uname_result.__ge__" => "Return self>=value.",
14570 "nt.uname_result.__getattribute__" => "Return getattr(self, name).",
14571 "nt.uname_result.__getitem__" => "Return self[key].",
14572 "nt.uname_result.__getstate__" => "Helper for pickle.",
14573 "nt.uname_result.__gt__" => "Return self>value.",
14574 "nt.uname_result.__hash__" => "Return hash(self).",
14575 "nt.uname_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14576 "nt.uname_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14577 "nt.uname_result.__iter__" => "Implement iter(self).",
14578 "nt.uname_result.__le__" => "Return self<=value.",
14579 "nt.uname_result.__len__" => "Return len(self).",
14580 "nt.uname_result.__lt__" => "Return self<value.",
14581 "nt.uname_result.__mul__" => "Return self*value.",
14582 "nt.uname_result.__ne__" => "Return self!=value.",
14583 "nt.uname_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14584 "nt.uname_result.__reduce_ex__" => "Helper for pickle.",
14585 "nt.uname_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14586 "nt.uname_result.__repr__" => "Return repr(self).",
14587 "nt.uname_result.__rmul__" => "Return value*self.",
14588 "nt.uname_result.__setattr__" => "Implement setattr(self, name, value).",
14589 "nt.uname_result.__sizeof__" => "Size of object in memory, in bytes.",
14590 "nt.uname_result.__str__" => "Return str(self).",
14591 "nt.uname_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14592 "nt.uname_result.count" => "Return number of occurrences of value.",
14593 "nt.uname_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14594 "nt.uname_result.machine" => "hardware identifier",
14595 "nt.uname_result.nodename" => "name of machine on network (implementation-defined)",
14596 "nt.uname_result.release" => "operating system release",
14597 "nt.uname_result.sysname" => "operating system name",
14598 "nt.uname_result.version" => "operating system version",
14599 "nt.unlink" => "Remove a file (same as remove()).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14600 "nt.unsetenv" => "Delete an environment variable.",
14601 "nt.urandom" => "Return a bytes object containing random bytes suitable for cryptographic use.",
14602 "nt.utime" => "Set the access and modified time of path.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.\n\nIf times is not None, it must be a tuple (atime, mtime);\n atime and mtime should be expressed as float seconds since the epoch.\nIf ns is specified, it must be a tuple (atime_ns, mtime_ns);\n atime_ns and mtime_ns should be expressed as integer nanoseconds\n since the epoch.\nIf times is None and ns is unspecified, utime uses the current time.\nSpecifying tuples for both times and ns is an error.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, utime will modify the symbolic link itself instead of the file the\n link points to.\nIt is an error to use dir_fd or follow_symlinks when specifying path\n as an open file descriptor.\ndir_fd and follow_symlinks may not be available on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14603 "nt.waitpid" => "Wait for completion of a given process.\n\nReturns a tuple of information regarding the process:\n (pid, status << 8)\n\nThe options argument is ignored on Windows.",
14604 "nt.waitstatus_to_exitcode" => "Convert a wait status to an exit code.\n\nOn Unix:\n\n* If WIFEXITED(status) is true, return WEXITSTATUS(status).\n* If WIFSIGNALED(status) is true, return -WTERMSIG(status).\n* Otherwise, raise a ValueError.\n\nOn Windows, return status shifted right by 8 bits.\n\nOn Unix, if the process is being traced or if waitpid() was called with\nWUNTRACED option, the caller must first check if WIFSTOPPED(status) is true.\nThis function must not be called if WIFSTOPPED(status) is true.",
14605 "nt.write" => "Write a bytes object to a file descriptor.",
14606 "posix" => "This module provides access to operating system functionality that is\nstandardized by the C Standard and the POSIX standard (a thinly\ndisguised Unix interface). Refer to the library manual and\ncorresponding Unix manual entries for more information on calls.",
14607 "posix.DirEntry.__class_getitem__" => "See PEP 585",
14608 "posix.DirEntry.__delattr__" => "Implement delattr(self, name).",
14609 "posix.DirEntry.__eq__" => "Return self==value.",
14610 "posix.DirEntry.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14611 "posix.DirEntry.__fspath__" => "Returns the path for the entry.",
14612 "posix.DirEntry.__ge__" => "Return self>=value.",
14613 "posix.DirEntry.__getattribute__" => "Return getattr(self, name).",
14614 "posix.DirEntry.__getstate__" => "Helper for pickle.",
14615 "posix.DirEntry.__gt__" => "Return self>value.",
14616 "posix.DirEntry.__hash__" => "Return hash(self).",
14617 "posix.DirEntry.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14618 "posix.DirEntry.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14619 "posix.DirEntry.__le__" => "Return self<=value.",
14620 "posix.DirEntry.__lt__" => "Return self<value.",
14621 "posix.DirEntry.__ne__" => "Return self!=value.",
14622 "posix.DirEntry.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14623 "posix.DirEntry.__reduce__" => "Helper for pickle.",
14624 "posix.DirEntry.__reduce_ex__" => "Helper for pickle.",
14625 "posix.DirEntry.__repr__" => "Return repr(self).",
14626 "posix.DirEntry.__setattr__" => "Implement setattr(self, name, value).",
14627 "posix.DirEntry.__sizeof__" => "Size of object in memory, in bytes.",
14628 "posix.DirEntry.__str__" => "Return str(self).",
14629 "posix.DirEntry.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14630 "posix.DirEntry.inode" => "Return inode of the entry; cached per entry.",
14631 "posix.DirEntry.is_dir" => "Return True if the entry is a directory; cached per entry.",
14632 "posix.DirEntry.is_file" => "Return True if the entry is a file; cached per entry.",
14633 "posix.DirEntry.is_junction" => "Return True if the entry is a junction; cached per entry.",
14634 "posix.DirEntry.is_symlink" => "Return True if the entry is a symbolic link; cached per entry.",
14635 "posix.DirEntry.name" => "the entry's base filename, relative to scandir() \"path\" argument",
14636 "posix.DirEntry.path" => "the entry's full path name; equivalent to os.path.join(scandir_path, entry.name)",
14637 "posix.DirEntry.stat" => "Return stat_result object for the entry; cached per entry.",
14638 "posix.WCOREDUMP" => "Return True if the process returning status was dumped to a core file.",
14639 "posix.WEXITSTATUS" => "Return the process return code from status.",
14640 "posix.WIFCONTINUED" => "Return True if a particular process was continued from a job control stop.\n\nReturn True if the process returning status was continued from a\njob control stop.",
14641 "posix.WIFEXITED" => "Return True if the process returning status exited via the exit() system call.",
14642 "posix.WIFSIGNALED" => "Return True if the process returning status was terminated by a signal.",
14643 "posix.WIFSTOPPED" => "Return True if the process returning status was stopped.",
14644 "posix.WSTOPSIG" => "Return the signal that stopped the process that provided the status value.",
14645 "posix.WTERMSIG" => "Return the signal that terminated the process that provided the status value.",
14646 "posix._create_environ" => "Create the environment dictionary.",
14647 "posix._exit" => "Exit to the system with specified status, without normal exit processing.",
14648 "posix._fcopyfile" => "Efficiently copy content or metadata of 2 regular file descriptors (macOS).",
14649 "posix._inputhook" => "Calls PyOS_CallInputHook droppong the GIL first",
14650 "posix._is_inputhook_installed" => "Checks if PyOS_CallInputHook is set",
14651 "posix._path_normpath" => "Normalize path, eliminating double slashes, etc.",
14652 "posix._path_splitroot_ex" => "Split a pathname into drive, root and tail.\n\nThe tail contains anything after the root.",
14653 "posix.abort" => "Abort the interpreter immediately.\n\nThis function 'dumps core' or otherwise fails in the hardest way possible\non the hosting operating system. This function never returns.",
14654 "posix.access" => "Use the real uid/gid to test for access to a path.\n\n path\n Path to be tested; can be string, bytes, or a path-like object.\n mode\n Operating-system mode bitfield. Can be F_OK to test existence,\n or the inclusive-OR of R_OK, W_OK, and X_OK.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that\n directory.\n effective_ids\n If True, access will use the effective uid/gid instead of\n the real uid/gid.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n access will examine the symbolic link itself instead of the file\n the link points to.\n\ndir_fd, effective_ids, and follow_symlinks may not be implemented\n on your platform. If they are unavailable, using them will raise a\n NotImplementedError.\n\nNote that most operations will use the effective uid/gid, therefore this\n routine can be used in a suid/sgid environment to test if the invoking user\n has the specified access to the path.",
14655 "posix.chdir" => "Change the current working directory to the specified path.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\nIf this functionality is unavailable, using it raises an exception.",
14656 "posix.chflags" => "Set file flags.\n\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, chflags will change flags on the symbolic link itself instead of the\n file the link points to.\nfollow_symlinks may not be implemented on your platform. If it is\nunavailable, using it will raise a NotImplementedError.",
14657 "posix.chmod" => "Change the access permissions of a file.\n\n path\n Path to be modified. May always be specified as a str, bytes, or a path-like object.\n On some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.\n mode\n Operating-system mode bitfield.\n Be careful when using number literals for *mode*. The conventional UNIX notation for\n numeric modes uses an octal base, which needs to be indicated with a ``0o`` prefix in\n Python.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that\n directory.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n chmod will modify the symbolic link itself instead of the file\n the link points to.\n\nIt is an error to use dir_fd or follow_symlinks when specifying path as\n an open file descriptor.\ndir_fd and follow_symlinks may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14658 "posix.chown" => "Change the owner and group id of path to the numeric uid and gid.\\\n\n path\n Path to be examined; can be string, bytes, a path-like object, or open-file-descriptor int.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that\n directory.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n stat will examine the symbolic link itself instead of the file\n the link points to.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, chown will modify the symbolic link itself instead of the file the\n link points to.\nIt is an error to use dir_fd or follow_symlinks when specifying path as\n an open file descriptor.\ndir_fd and follow_symlinks may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14659 "posix.chroot" => "Change root directory to path.",
14660 "posix.close" => "Close a file descriptor.",
14661 "posix.closerange" => "Closes all file descriptors in [fd_low, fd_high), ignoring errors.",
14662 "posix.confstr" => "Return a string-valued system configuration variable.",
14663 "posix.copy_file_range" => "Copy count bytes from one file descriptor to another.\n\n src\n Source file descriptor.\n dst\n Destination file descriptor.\n count\n Number of bytes to copy.\n offset_src\n Starting offset in src.\n offset_dst\n Starting offset in dst.\n\nIf offset_src is None, then src is read from the current position;\nrespectively for offset_dst.",
14664 "posix.cpu_count" => "Return the number of logical CPUs in the system.\n\nReturn None if indeterminable.",
14665 "posix.ctermid" => "Return the name of the controlling terminal for this process.",
14666 "posix.device_encoding" => "Return a string describing the encoding of a terminal's file descriptor.\n\nThe file descriptor must be attached to a terminal.\nIf the device is not a terminal, return None.",
14667 "posix.dup" => "Return a duplicate of a file descriptor.",
14668 "posix.dup2" => "Duplicate file descriptor.",
14669 "posix.eventfd" => "Creates and returns an event notification file descriptor.",
14670 "posix.eventfd_read" => "Read eventfd value",
14671 "posix.eventfd_write" => "Write eventfd value.",
14672 "posix.execv" => "Execute an executable path with arguments, replacing current process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.",
14673 "posix.execve" => "Execute an executable path with arguments, replacing current process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.\n env\n Dictionary of strings mapping to strings.",
14674 "posix.fchdir" => "Change to the directory of the given file descriptor.\n\nfd must be opened on a directory, not a file.\nEquivalent to os.chdir(fd).",
14675 "posix.fchmod" => "Change the access permissions of the file given by file descriptor fd.\n\n fd\n The file descriptor of the file to be modified.\n mode\n Operating-system mode bitfield.\n Be careful when using number literals for *mode*. The conventional UNIX notation for\n numeric modes uses an octal base, which needs to be indicated with a ``0o`` prefix in\n Python.\n\nEquivalent to os.chmod(fd, mode).",
14676 "posix.fchown" => "Change the owner and group id of the file specified by file descriptor.\n\nEquivalent to os.chown(fd, uid, gid).",
14677 "posix.fdatasync" => "Force write of fd to disk without forcing update of metadata.",
14678 "posix.fork" => "Fork a child process.\n\nReturn 0 to child process and PID of child to parent process.",
14679 "posix.forkpty" => "Fork a new process with a new pseudo-terminal as controlling tty.\n\nReturns a tuple of (pid, master_fd).\nLike fork(), return pid of 0 to the child process,\nand pid of child to the parent process.\nTo both, return fd of newly opened pseudo-terminal.",
14680 "posix.fpathconf" => "Return the configuration limit name for the file descriptor fd.\n\nIf there is no limit, return -1.",
14681 "posix.fspath" => "Return the file system path representation of the object.\n\nIf the object is str or bytes, then allow it to pass through as-is. If the\nobject defines __fspath__(), then return the result of that method. All other\ntypes raise a TypeError.",
14682 "posix.fstat" => "Perform a stat system call on the given file descriptor.\n\nLike stat(), but for an open file descriptor.\nEquivalent to os.stat(fd).",
14683 "posix.fstatvfs" => "Perform an fstatvfs system call on the given fd.\n\nEquivalent to statvfs(fd).",
14684 "posix.fsync" => "Force write of fd to disk.",
14685 "posix.ftruncate" => "Truncate a file, specified by file descriptor, to a specific length.",
14686 "posix.get_blocking" => "Get the blocking mode of the file descriptor.\n\nReturn False if the O_NONBLOCK flag is set, True if the flag is cleared.",
14687 "posix.get_inheritable" => "Get the close-on-exe flag of the specified file descriptor.",
14688 "posix.get_terminal_size" => "Return the size of the terminal window as (columns, lines).\n\nThe optional argument fd (default standard output) specifies\nwhich file descriptor should be queried.\n\nIf the file descriptor is not connected to a terminal, an OSError\nis thrown.\n\nThis function will only be defined if an implementation is\navailable for this system.\n\nshutil.get_terminal_size is the high-level function which should\nnormally be used, os.get_terminal_size is the low-level implementation.",
14689 "posix.getcwd" => "Return a unicode string representing the current working directory.",
14690 "posix.getcwdb" => "Return a bytes string representing the current working directory.",
14691 "posix.getegid" => "Return the current process's effective group id.",
14692 "posix.geteuid" => "Return the current process's effective user id.",
14693 "posix.getgid" => "Return the current process's group id.",
14694 "posix.getgrouplist" => "Returns a list of groups to which a user belongs.\n\n user\n username to lookup\n group\n base group id of the user",
14695 "posix.getgroups" => "Return list of supplemental group IDs for the process.",
14696 "posix.getloadavg" => "Return average recent system load information.\n\nReturn the number of processes in the system run queue averaged over\nthe last 1, 5, and 15 minutes as a tuple of three floats.\nRaises OSError if the load average was unobtainable.",
14697 "posix.getlogin" => "Return the actual login name.",
14698 "posix.getpgid" => "Call the system call getpgid(), and return the result.",
14699 "posix.getpgrp" => "Return the current process group id.",
14700 "posix.getpid" => "Return the current process id.",
14701 "posix.getppid" => "Return the parent's process id.\n\nIf the parent process has already exited, Windows machines will still\nreturn its id; others systems will return the id of the 'init' process (1).",
14702 "posix.getpriority" => "Return program scheduling priority.",
14703 "posix.getrandom" => "Obtain a series of random bytes.",
14704 "posix.getresgid" => "Return a tuple of the current process's real, effective, and saved group ids.",
14705 "posix.getresuid" => "Return a tuple of the current process's real, effective, and saved user ids.",
14706 "posix.getsid" => "Call the system call getsid(pid) and return the result.",
14707 "posix.getuid" => "Return the current process's user id.",
14708 "posix.getxattr" => "Return the value of extended attribute attribute on path.\n\npath may be either a string, a path-like object, or an open file descriptor.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, getxattr will examine the symbolic link itself instead of the file\n the link points to.",
14709 "posix.grantpt" => "Grant access to the slave pseudo-terminal device.\n\n fd\n File descriptor of a master pseudo-terminal device.\n\nPerforms a grantpt() C function call.",
14710 "posix.initgroups" => "Initialize the group access list.\n\nCall the system initgroups() to initialize the group access list with all of\nthe groups of which the specified username is a member, plus the specified\ngroup id.",
14711 "posix.isatty" => "Return True if the fd is connected to a terminal.\n\nReturn True if the file descriptor is an open file descriptor\nconnected to the slave end of a terminal.",
14712 "posix.kill" => "Kill a process with a signal.",
14713 "posix.killpg" => "Kill a process group with a signal.",
14714 "posix.lchflags" => "Set file flags.\n\nThis function will not follow symbolic links.\nEquivalent to chflags(path, flags, follow_symlinks=False).",
14715 "posix.lchmod" => "Change the access permissions of a file, without following symbolic links.\n\nIf path is a symlink, this affects the link itself rather than the target.\nEquivalent to chmod(path, mode, follow_symlinks=False).\"",
14716 "posix.lchown" => "Change the owner and group id of path to the numeric uid and gid.\n\nThis function will not follow symbolic links.\nEquivalent to os.chown(path, uid, gid, follow_symlinks=False).",
14717 "posix.link" => "Create a hard link to a file.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nIf follow_symlinks is False, and the last element of src is a symbolic\n link, link will create a link to the symbolic link itself instead of the\n file the link points to.\nsrc_dir_fd, dst_dir_fd, and follow_symlinks may not be implemented on your\n platform. If they are unavailable, using them will raise a\n NotImplementedError.",
14718 "posix.listdir" => "Return a list containing the names of the files in the directory.\n\npath can be specified as either str, bytes, or a path-like object. If path is bytes,\n the filenames returned will also be bytes; in all other circumstances\n the filenames returned will be str.\nIf path is None, uses the path='.'.\nOn some platforms, path may also be specified as an open file descriptor;\\\n the file descriptor must refer to a directory.\n If this functionality is unavailable, using it raises NotImplementedError.\n\nThe list is in arbitrary order. It does not include the special\nentries '.' and '..' even if they are present in the directory.",
14719 "posix.listxattr" => "Return a list of extended attributes on path.\n\npath may be either None, a string, a path-like object, or an open file descriptor.\nif path is None, listxattr will examine the current directory.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, listxattr will examine the symbolic link itself instead of the file\n the link points to.",
14720 "posix.lockf" => "Apply, test or remove a POSIX lock on an open file descriptor.\n\n fd\n An open file descriptor.\n command\n One of F_LOCK, F_TLOCK, F_ULOCK or F_TEST.\n length\n The number of bytes to lock, starting at the current position.",
14721 "posix.login_tty" => "Prepare the tty of which fd is a file descriptor for a new login session.\n\nMake the calling process a session leader; make the tty the\ncontrolling tty, the stdin, the stdout, and the stderr of the\ncalling process; close fd.",
14722 "posix.lseek" => "Set the position of a file descriptor. Return the new position.\n\n fd\n An open file descriptor, as returned by os.open().\n position\n Position, interpreted relative to 'whence'.\n whence\n The relative position to seek from. Valid values are:\n - SEEK_SET: seek from the start of the file.\n - SEEK_CUR: seek from the current file position.\n - SEEK_END: seek from the end of the file.\n\nThe return value is the number of bytes relative to the beginning of the file.",
14723 "posix.lstat" => "Perform a stat system call on the given path, without following symbolic links.\n\nLike stat(), but do not follow symbolic links.\nEquivalent to stat(path, follow_symlinks=False).",
14724 "posix.major" => "Extracts a device major number from a raw device number.",
14725 "posix.makedev" => "Composes a raw device number from the major and minor device numbers.",
14726 "posix.minor" => "Extracts a device minor number from a raw device number.",
14727 "posix.mkdir" => "Create a directory.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.\n\nThe mode argument is ignored on Windows. Where it is used, the current umask\nvalue is first masked out.",
14728 "posix.mkfifo" => "Create a \"fifo\" (a POSIX named pipe).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14729 "posix.mknod" => "Create a node in the file system.\n\nCreate a node in the file system (file, device special file or named pipe)\nat path. mode specifies both the permissions to use and the\ntype of node to be created, being combined (bitwise OR) with one of\nS_IFREG, S_IFCHR, S_IFBLK, and S_IFIFO. If S_IFCHR or S_IFBLK is set on mode,\ndevice defines the newly created device special file (probably using\nos.makedev()). Otherwise device is ignored.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14730 "posix.nice" => "Add increment to the priority of process and return the new priority.",
14731 "posix.open" => "Open a file for low level IO. Returns a file descriptor (integer).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14732 "posix.openpty" => "Open a pseudo-terminal.\n\nReturn a tuple of (master_fd, slave_fd) containing open file descriptors\nfor both the master and slave ends.",
14733 "posix.pathconf" => "Return the configuration limit name for the file or directory path.\n\nIf there is no limit, return -1.\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.",
14734 "posix.pidfd_open" => "Return a file descriptor referring to the process *pid*.\n\nThe descriptor can be used to perform process management without races and\nsignals.",
14735 "posix.pipe" => "Create a pipe.\n\nReturns a tuple of two file descriptors:\n (read_fd, write_fd)",
14736 "posix.pipe2" => "Create a pipe with flags set atomically.\n\nReturns a tuple of two file descriptors:\n (read_fd, write_fd)\n\nflags can be constructed by ORing together one or more of these values:\nO_NONBLOCK, O_CLOEXEC.",
14737 "posix.posix_fadvise" => "Announce an intention to access data in a specific pattern.\n\nAnnounce an intention to access data in a specific pattern, thus allowing\nthe kernel to make optimizations.\nThe advice applies to the region of the file specified by fd starting at\noffset and continuing for length bytes.\nadvice is one of POSIX_FADV_NORMAL, POSIX_FADV_SEQUENTIAL,\nPOSIX_FADV_RANDOM, POSIX_FADV_NOREUSE, POSIX_FADV_WILLNEED, or\nPOSIX_FADV_DONTNEED.",
14738 "posix.posix_fallocate" => "Ensure a file has allocated at least a particular number of bytes on disk.\n\nEnsure that the file specified by fd encompasses a range of bytes\nstarting at offset bytes from the beginning and continuing for length bytes.",
14739 "posix.posix_openpt" => "Open and return a file descriptor for a master pseudo-terminal device.\n\nPerforms a posix_openpt() C function call. The oflag argument is used to\nset file status flags and file access modes as specified in the manual page\nof posix_openpt() of your system.",
14740 "posix.posix_spawn" => "Execute the program specified by path in a new process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.\n env\n Dictionary of strings mapping to strings.\n file_actions\n A sequence of file action tuples.\n setpgroup\n The pgroup to use with the POSIX_SPAWN_SETPGROUP flag.\n resetids\n If the value is `true` the POSIX_SPAWN_RESETIDS will be activated.\n setsid\n If the value is `true` the POSIX_SPAWN_SETSID or POSIX_SPAWN_SETSID_NP will be activated.\n setsigmask\n The sigmask to use with the POSIX_SPAWN_SETSIGMASK flag.\n setsigdef\n The sigmask to use with the POSIX_SPAWN_SETSIGDEF flag.\n scheduler\n A tuple with the scheduler policy (optional) and parameters.",
14741 "posix.posix_spawnp" => "Execute the program specified by path in a new process.\n\n path\n Path of executable file.\n argv\n Tuple or list of strings.\n env\n Dictionary of strings mapping to strings.\n file_actions\n A sequence of file action tuples.\n setpgroup\n The pgroup to use with the POSIX_SPAWN_SETPGROUP flag.\n resetids\n If the value is `True` the POSIX_SPAWN_RESETIDS will be activated.\n setsid\n If the value is `True` the POSIX_SPAWN_SETSID or POSIX_SPAWN_SETSID_NP will be activated.\n setsigmask\n The sigmask to use with the POSIX_SPAWN_SETSIGMASK flag.\n setsigdef\n The sigmask to use with the POSIX_SPAWN_SETSIGDEF flag.\n scheduler\n A tuple with the scheduler policy (optional) and parameters.",
14742 "posix.pread" => "Read a number of bytes from a file descriptor starting at a particular offset.\n\nRead length bytes from file descriptor fd, starting at offset bytes from\nthe beginning of the file. The file offset remains unchanged.",
14743 "posix.preadv" => "Reads from a file descriptor into a number of mutable bytes-like objects.\n\nCombines the functionality of readv() and pread(). As readv(), it will\ntransfer data into each buffer until it is full and then move on to the next\nbuffer in the sequence to hold the rest of the data. Its fourth argument,\nspecifies the file offset at which the input operation is to be performed. It\nwill return the total number of bytes read (which can be less than the total\ncapacity of all the objects).\n\nThe flags argument contains a bitwise OR of zero or more of the following flags:\n\n- RWF_HIPRI\n- RWF_NOWAIT\n\nUsing non-zero flags requires Linux 4.6 or newer.",
14744 "posix.ptsname" => "Return the name of the slave pseudo-terminal device.\n\n fd\n File descriptor of a master pseudo-terminal device.\n\nIf the ptsname_r() C function is available, it is called;\notherwise, performs a ptsname() C function call.",
14745 "posix.putenv" => "Change or add an environment variable.",
14746 "posix.pwrite" => "Write bytes to a file descriptor starting at a particular offset.\n\nWrite buffer to fd, starting at offset bytes from the beginning of\nthe file. Returns the number of bytes written. Does not change the\ncurrent file offset.",
14747 "posix.pwritev" => "Writes the contents of bytes-like objects to a file descriptor at a given offset.\n\nCombines the functionality of writev() and pwrite(). All buffers must be a sequence\nof bytes-like objects. Buffers are processed in array order. Entire contents of first\nbuffer is written before proceeding to second, and so on. The operating system may\nset a limit (sysconf() value SC_IOV_MAX) on the number of buffers that can be used.\nThis function writes the contents of each object to the file descriptor and returns\nthe total number of bytes written.\n\nThe flags argument contains a bitwise OR of zero or more of the following flags:\n\n- RWF_DSYNC\n- RWF_SYNC\n- RWF_APPEND\n\nUsing non-zero flags requires Linux 4.7 or newer.",
14748 "posix.read" => "Read from a file descriptor. Returns a bytes object.",
14749 "posix.readinto" => "Read into a buffer object from a file descriptor.\n\nThe buffer should be mutable and bytes-like. On success, returns the number of\nbytes read. Less bytes may be read than the size of the buffer. The underlying\nsystem call will be retried when interrupted by a signal, unless the signal\nhandler raises an exception. Other errors will not be retried and an error will\nbe raised.\n\nReturns 0 if *fd* is at end of file or if the provided *buffer* has length 0\n(which can be used to check for errors without reading data). Never returns\nnegative.",
14750 "posix.readlink" => "Return a string representing the path to which the symbolic link points.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\nand path should be relative; path will then be relative to that directory.\n\ndir_fd may not be implemented on your platform. If it is unavailable,\nusing it will raise a NotImplementedError.",
14751 "posix.readv" => "Read from a file descriptor fd into an iterable of buffers.\n\nThe buffers should be mutable buffers accepting bytes.\nreadv will transfer data into each buffer until it is full\nand then move on to the next buffer in the sequence to hold\nthe rest of the data.\n\nreadv returns the total number of bytes read,\nwhich may be less than the total capacity of all the buffers.",
14752 "posix.register_at_fork" => "Register callables to be called when forking a new process.\n\n before\n A callable to be called in the parent before the fork() syscall.\n after_in_child\n A callable to be called in the child after fork().\n after_in_parent\n A callable to be called in the parent after fork().\n\n'before' callbacks are called in reverse order.\n'after_in_child' and 'after_in_parent' callbacks are called in order.",
14753 "posix.remove" => "Remove a file (same as unlink()).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14754 "posix.removexattr" => "Remove extended attribute attribute on path.\n\npath may be either a string, a path-like object, or an open file descriptor.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, removexattr will modify the symbolic link itself instead of the file\n the link points to.",
14755 "posix.rename" => "Rename a file or directory.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nsrc_dir_fd and dst_dir_fd, may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14756 "posix.replace" => "Rename a file or directory, overwriting the destination.\n\nIf either src_dir_fd or dst_dir_fd is not None, it should be a file\n descriptor open to a directory, and the respective path string (src or dst)\n should be relative; the path will then be relative to that directory.\nsrc_dir_fd and dst_dir_fd, may not be implemented on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
14757 "posix.rmdir" => "Remove a directory.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14758 "posix.scandir" => "Return an iterator of DirEntry objects for given path.\n\npath can be specified as either str, bytes, or a path-like object. If path\nis bytes, the names of yielded DirEntry objects will also be bytes; in\nall other circumstances they will be str.\n\nIf path is None, uses the path='.'.",
14759 "posix.sched_get_priority_max" => "Get the maximum scheduling priority for policy.",
14760 "posix.sched_get_priority_min" => "Get the minimum scheduling priority for policy.",
14761 "posix.sched_getaffinity" => "Return the affinity of the process identified by pid (or the current process if zero).\n\nThe affinity is returned as a set of CPU identifiers.",
14762 "posix.sched_getparam" => "Returns scheduling parameters for the process identified by pid.\n\nIf pid is 0, returns parameters for the calling process.\nReturn value is an instance of sched_param.",
14763 "posix.sched_getscheduler" => "Get the scheduling policy for the process identified by pid.\n\nPassing 0 for pid returns the scheduling policy for the calling process.",
14764 "posix.sched_param" => "Currently has only one field: sched_priority\n\n sched_priority\n A scheduling parameter.",
14765 "posix.sched_param.__add__" => "Return self+value.",
14766 "posix.sched_param.__class_getitem__" => "See PEP 585",
14767 "posix.sched_param.__contains__" => "Return bool(key in self).",
14768 "posix.sched_param.__delattr__" => "Implement delattr(self, name).",
14769 "posix.sched_param.__eq__" => "Return self==value.",
14770 "posix.sched_param.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14771 "posix.sched_param.__ge__" => "Return self>=value.",
14772 "posix.sched_param.__getattribute__" => "Return getattr(self, name).",
14773 "posix.sched_param.__getitem__" => "Return self[key].",
14774 "posix.sched_param.__getstate__" => "Helper for pickle.",
14775 "posix.sched_param.__gt__" => "Return self>value.",
14776 "posix.sched_param.__hash__" => "Return hash(self).",
14777 "posix.sched_param.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14778 "posix.sched_param.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14779 "posix.sched_param.__iter__" => "Implement iter(self).",
14780 "posix.sched_param.__le__" => "Return self<=value.",
14781 "posix.sched_param.__len__" => "Return len(self).",
14782 "posix.sched_param.__lt__" => "Return self<value.",
14783 "posix.sched_param.__mul__" => "Return self*value.",
14784 "posix.sched_param.__ne__" => "Return self!=value.",
14785 "posix.sched_param.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14786 "posix.sched_param.__reduce_ex__" => "Helper for pickle.",
14787 "posix.sched_param.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14788 "posix.sched_param.__repr__" => "Return repr(self).",
14789 "posix.sched_param.__rmul__" => "Return value*self.",
14790 "posix.sched_param.__setattr__" => "Implement setattr(self, name, value).",
14791 "posix.sched_param.__sizeof__" => "Size of object in memory, in bytes.",
14792 "posix.sched_param.__str__" => "Return str(self).",
14793 "posix.sched_param.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14794 "posix.sched_param.count" => "Return number of occurrences of value.",
14795 "posix.sched_param.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14796 "posix.sched_param.sched_priority" => "the scheduling priority",
14797 "posix.sched_rr_get_interval" => "Return the round-robin quantum for the process identified by pid, in seconds.\n\nValue returned is a float.",
14798 "posix.sched_setaffinity" => "Set the CPU affinity of the process identified by pid to mask.\n\nmask should be an iterable of integers identifying CPUs.",
14799 "posix.sched_setparam" => "Set scheduling parameters for the process identified by pid.\n\nIf pid is 0, sets parameters for the calling process.\nparam should be an instance of sched_param.",
14800 "posix.sched_setscheduler" => "Set the scheduling policy for the process identified by pid.\n\nIf pid is 0, the calling process is changed.\nparam is an instance of sched_param.",
14801 "posix.sched_yield" => "Voluntarily relinquish the CPU.",
14802 "posix.sendfile" => "Copy count bytes from file descriptor in_fd to file descriptor out_fd.",
14803 "posix.set_blocking" => "Set the blocking mode of the specified file descriptor.\n\nSet the O_NONBLOCK flag if blocking is False,\nclear the O_NONBLOCK flag otherwise.",
14804 "posix.set_inheritable" => "Set the inheritable flag of the specified file descriptor.",
14805 "posix.setegid" => "Set the current process's effective group id.",
14806 "posix.seteuid" => "Set the current process's effective user id.",
14807 "posix.setgid" => "Set the current process's group id.",
14808 "posix.setgroups" => "Set the groups of the current process to list.",
14809 "posix.setns" => "Move the calling thread into different namespaces.\n\n fd\n A file descriptor to a namespace.\n nstype\n Type of namespace.",
14810 "posix.setpgid" => "Call the system call setpgid(pid, pgrp).",
14811 "posix.setpgrp" => "Make the current process the leader of its process group.",
14812 "posix.setpriority" => "Set program scheduling priority.",
14813 "posix.setregid" => "Set the current process's real and effective group ids.",
14814 "posix.setresgid" => "Set the current process's real, effective, and saved group ids.",
14815 "posix.setresuid" => "Set the current process's real, effective, and saved user ids.",
14816 "posix.setreuid" => "Set the current process's real and effective user ids.",
14817 "posix.setsid" => "Call the system call setsid().",
14818 "posix.setuid" => "Set the current process's user id.",
14819 "posix.setxattr" => "Set extended attribute attribute on path to value.\n\npath may be either a string, a path-like object, or an open file descriptor.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, setxattr will modify the symbolic link itself instead of the file\n the link points to.",
14820 "posix.splice" => "Transfer count bytes from one pipe to a descriptor or vice versa.\n\n src\n Source file descriptor.\n dst\n Destination file descriptor.\n count\n Number of bytes to copy.\n offset_src\n Starting offset in src.\n offset_dst\n Starting offset in dst.\n flags\n Flags to modify the semantics of the call.\n\nIf offset_src is None, then src is read from the current position;\nrespectively for offset_dst. The offset associated to the file\ndescriptor that refers to a pipe must be None.",
14821 "posix.stat" => "Perform a stat system call on the given path.\n\n path\n Path to be examined; can be string, bytes, a path-like object or\n open-file-descriptor int.\n dir_fd\n If not None, it should be a file descriptor open to a directory,\n and path should be a relative string; path will then be relative to\n that directory.\n follow_symlinks\n If False, and the last element of the path is a symbolic link,\n stat will examine the symbolic link itself instead of the file\n the link points to.\n\ndir_fd and follow_symlinks may not be implemented\n on your platform. If they are unavailable, using them will raise a\n NotImplementedError.\n\nIt's an error to use dir_fd or follow_symlinks when specifying path as\n an open file descriptor.",
14822 "posix.stat_result" => "stat_result: Result from stat, fstat, or lstat.\n\nThis object may be accessed either as a tuple of\n (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\nor via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.\n\nPosix/windows: If your platform supports st_blksize, st_blocks, st_rdev,\nor st_flags, they are available as attributes only.\n\nSee os.stat for more information.",
14823 "posix.stat_result.__add__" => "Return self+value.",
14824 "posix.stat_result.__class_getitem__" => "See PEP 585",
14825 "posix.stat_result.__contains__" => "Return bool(key in self).",
14826 "posix.stat_result.__delattr__" => "Implement delattr(self, name).",
14827 "posix.stat_result.__eq__" => "Return self==value.",
14828 "posix.stat_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14829 "posix.stat_result.__ge__" => "Return self>=value.",
14830 "posix.stat_result.__getattribute__" => "Return getattr(self, name).",
14831 "posix.stat_result.__getitem__" => "Return self[key].",
14832 "posix.stat_result.__getstate__" => "Helper for pickle.",
14833 "posix.stat_result.__gt__" => "Return self>value.",
14834 "posix.stat_result.__hash__" => "Return hash(self).",
14835 "posix.stat_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14836 "posix.stat_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14837 "posix.stat_result.__iter__" => "Implement iter(self).",
14838 "posix.stat_result.__le__" => "Return self<=value.",
14839 "posix.stat_result.__len__" => "Return len(self).",
14840 "posix.stat_result.__lt__" => "Return self<value.",
14841 "posix.stat_result.__mul__" => "Return self*value.",
14842 "posix.stat_result.__ne__" => "Return self!=value.",
14843 "posix.stat_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14844 "posix.stat_result.__reduce_ex__" => "Helper for pickle.",
14845 "posix.stat_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14846 "posix.stat_result.__repr__" => "Return repr(self).",
14847 "posix.stat_result.__rmul__" => "Return value*self.",
14848 "posix.stat_result.__setattr__" => "Implement setattr(self, name, value).",
14849 "posix.stat_result.__sizeof__" => "Size of object in memory, in bytes.",
14850 "posix.stat_result.__str__" => "Return str(self).",
14851 "posix.stat_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14852 "posix.stat_result.count" => "Return number of occurrences of value.",
14853 "posix.stat_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14854 "posix.stat_result.st_atime" => "time of last access",
14855 "posix.stat_result.st_atime_ns" => "time of last access in nanoseconds",
14856 "posix.stat_result.st_birthtime" => "time of creation",
14857 "posix.stat_result.st_blksize" => "blocksize for filesystem I/O",
14858 "posix.stat_result.st_blocks" => "number of blocks allocated",
14859 "posix.stat_result.st_ctime" => "time of last change",
14860 "posix.stat_result.st_ctime_ns" => "time of last change in nanoseconds",
14861 "posix.stat_result.st_dev" => "device",
14862 "posix.stat_result.st_flags" => "user defined flags for file",
14863 "posix.stat_result.st_gen" => "generation number",
14864 "posix.stat_result.st_gid" => "group ID of owner",
14865 "posix.stat_result.st_ino" => "inode",
14866 "posix.stat_result.st_mode" => "protection bits",
14867 "posix.stat_result.st_mtime" => "time of last modification",
14868 "posix.stat_result.st_mtime_ns" => "time of last modification in nanoseconds",
14869 "posix.stat_result.st_nlink" => "number of hard links",
14870 "posix.stat_result.st_rdev" => "device type (if inode device)",
14871 "posix.stat_result.st_size" => "total size, in bytes",
14872 "posix.stat_result.st_uid" => "user ID of owner",
14873 "posix.statvfs" => "Perform a statvfs system call on the given path.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.",
14874 "posix.statvfs_result" => "statvfs_result: Result from statvfs or fstatvfs.\n\nThis object may be accessed either as a tuple of\n (bsize, frsize, blocks, bfree, bavail, files, ffree, favail, flag, namemax),\nor via the attributes f_bsize, f_frsize, f_blocks, f_bfree, and so on.\n\nSee os.statvfs for more information.",
14875 "posix.statvfs_result.__add__" => "Return self+value.",
14876 "posix.statvfs_result.__class_getitem__" => "See PEP 585",
14877 "posix.statvfs_result.__contains__" => "Return bool(key in self).",
14878 "posix.statvfs_result.__delattr__" => "Implement delattr(self, name).",
14879 "posix.statvfs_result.__eq__" => "Return self==value.",
14880 "posix.statvfs_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14881 "posix.statvfs_result.__ge__" => "Return self>=value.",
14882 "posix.statvfs_result.__getattribute__" => "Return getattr(self, name).",
14883 "posix.statvfs_result.__getitem__" => "Return self[key].",
14884 "posix.statvfs_result.__getstate__" => "Helper for pickle.",
14885 "posix.statvfs_result.__gt__" => "Return self>value.",
14886 "posix.statvfs_result.__hash__" => "Return hash(self).",
14887 "posix.statvfs_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14888 "posix.statvfs_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14889 "posix.statvfs_result.__iter__" => "Implement iter(self).",
14890 "posix.statvfs_result.__le__" => "Return self<=value.",
14891 "posix.statvfs_result.__len__" => "Return len(self).",
14892 "posix.statvfs_result.__lt__" => "Return self<value.",
14893 "posix.statvfs_result.__mul__" => "Return self*value.",
14894 "posix.statvfs_result.__ne__" => "Return self!=value.",
14895 "posix.statvfs_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14896 "posix.statvfs_result.__reduce_ex__" => "Helper for pickle.",
14897 "posix.statvfs_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14898 "posix.statvfs_result.__repr__" => "Return repr(self).",
14899 "posix.statvfs_result.__rmul__" => "Return value*self.",
14900 "posix.statvfs_result.__setattr__" => "Implement setattr(self, name, value).",
14901 "posix.statvfs_result.__sizeof__" => "Size of object in memory, in bytes.",
14902 "posix.statvfs_result.__str__" => "Return str(self).",
14903 "posix.statvfs_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14904 "posix.statvfs_result.count" => "Return number of occurrences of value.",
14905 "posix.statvfs_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14906 "posix.strerror" => "Translate an error code to a message string.",
14907 "posix.symlink" => "Create a symbolic link pointing to src named dst.\n\ntarget_is_directory is required on Windows if the target is to be\n interpreted as a directory. (On Windows, symlink requires\n Windows 6.0 or greater, and raises a NotImplementedError otherwise.)\n target_is_directory is ignored on non-Windows platforms.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
14908 "posix.sync" => "Force write of everything to disk.",
14909 "posix.sysconf" => "Return an integer-valued system configuration variable.",
14910 "posix.system" => "Execute the command in a subshell.",
14911 "posix.tcgetpgrp" => "Return the process group associated with the terminal specified by fd.",
14912 "posix.tcsetpgrp" => "Set the process group associated with the terminal specified by fd.",
14913 "posix.terminal_size" => "A tuple of (columns, lines) for holding terminal window size",
14914 "posix.terminal_size.__add__" => "Return self+value.",
14915 "posix.terminal_size.__class_getitem__" => "See PEP 585",
14916 "posix.terminal_size.__contains__" => "Return bool(key in self).",
14917 "posix.terminal_size.__delattr__" => "Implement delattr(self, name).",
14918 "posix.terminal_size.__eq__" => "Return self==value.",
14919 "posix.terminal_size.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14920 "posix.terminal_size.__ge__" => "Return self>=value.",
14921 "posix.terminal_size.__getattribute__" => "Return getattr(self, name).",
14922 "posix.terminal_size.__getitem__" => "Return self[key].",
14923 "posix.terminal_size.__getstate__" => "Helper for pickle.",
14924 "posix.terminal_size.__gt__" => "Return self>value.",
14925 "posix.terminal_size.__hash__" => "Return hash(self).",
14926 "posix.terminal_size.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14927 "posix.terminal_size.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14928 "posix.terminal_size.__iter__" => "Implement iter(self).",
14929 "posix.terminal_size.__le__" => "Return self<=value.",
14930 "posix.terminal_size.__len__" => "Return len(self).",
14931 "posix.terminal_size.__lt__" => "Return self<value.",
14932 "posix.terminal_size.__mul__" => "Return self*value.",
14933 "posix.terminal_size.__ne__" => "Return self!=value.",
14934 "posix.terminal_size.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14935 "posix.terminal_size.__reduce_ex__" => "Helper for pickle.",
14936 "posix.terminal_size.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14937 "posix.terminal_size.__repr__" => "Return repr(self).",
14938 "posix.terminal_size.__rmul__" => "Return value*self.",
14939 "posix.terminal_size.__setattr__" => "Implement setattr(self, name, value).",
14940 "posix.terminal_size.__sizeof__" => "Size of object in memory, in bytes.",
14941 "posix.terminal_size.__str__" => "Return str(self).",
14942 "posix.terminal_size.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14943 "posix.terminal_size.columns" => "width of the terminal window in characters",
14944 "posix.terminal_size.count" => "Return number of occurrences of value.",
14945 "posix.terminal_size.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14946 "posix.terminal_size.lines" => "height of the terminal window in characters",
14947 "posix.timerfd_create" => "Create and return a timer file descriptor.\n\n clockid\n A valid clock ID constant as timer file descriptor.\n\n time.CLOCK_REALTIME\n time.CLOCK_MONOTONIC\n time.CLOCK_BOOTTIME\n flags\n 0 or a bit mask of os.TFD_NONBLOCK or os.TFD_CLOEXEC.\n\n os.TFD_NONBLOCK\n If *TFD_NONBLOCK* is set as a flag, read doesn't blocks.\n If *TFD_NONBLOCK* is not set as a flag, read block until the timer fires.\n\n os.TFD_CLOEXEC\n If *TFD_CLOEXEC* is set as a flag, enable the close-on-exec flag",
14948 "posix.timerfd_gettime" => "Return a tuple of a timer file descriptor's (interval, next expiration) in float seconds.\n\n fd\n A timer file descriptor.",
14949 "posix.timerfd_gettime_ns" => "Return a tuple of a timer file descriptor's (interval, next expiration) in nanoseconds.\n\n fd\n A timer file descriptor.",
14950 "posix.timerfd_settime" => "Alter a timer file descriptor's internal timer in seconds.\n\n fd\n A timer file descriptor.\n flags\n 0 or a bit mask of TFD_TIMER_ABSTIME or TFD_TIMER_CANCEL_ON_SET.\n initial\n The initial expiration time, in seconds.\n interval\n The timer's interval, in seconds.",
14951 "posix.timerfd_settime_ns" => "Alter a timer file descriptor's internal timer in nanoseconds.\n\n fd\n A timer file descriptor.\n flags\n 0 or a bit mask of TFD_TIMER_ABSTIME or TFD_TIMER_CANCEL_ON_SET.\n initial\n initial expiration timing in seconds.\n interval\n interval for the timer in seconds.",
14952 "posix.times" => "Return a collection containing process timing information.\n\nThe object returned behaves like a named tuple with these fields:\n (utime, stime, cutime, cstime, elapsed_time)\nAll fields are floating-point numbers.",
14953 "posix.times_result" => "times_result: Result from os.times().\n\nThis object may be accessed either as a tuple of\n (user, system, children_user, children_system, elapsed),\nor via the attributes user, system, children_user, children_system,\nand elapsed.\n\nSee os.times for more information.",
14954 "posix.times_result.__add__" => "Return self+value.",
14955 "posix.times_result.__class_getitem__" => "See PEP 585",
14956 "posix.times_result.__contains__" => "Return bool(key in self).",
14957 "posix.times_result.__delattr__" => "Implement delattr(self, name).",
14958 "posix.times_result.__eq__" => "Return self==value.",
14959 "posix.times_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
14960 "posix.times_result.__ge__" => "Return self>=value.",
14961 "posix.times_result.__getattribute__" => "Return getattr(self, name).",
14962 "posix.times_result.__getitem__" => "Return self[key].",
14963 "posix.times_result.__getstate__" => "Helper for pickle.",
14964 "posix.times_result.__gt__" => "Return self>value.",
14965 "posix.times_result.__hash__" => "Return hash(self).",
14966 "posix.times_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
14967 "posix.times_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
14968 "posix.times_result.__iter__" => "Implement iter(self).",
14969 "posix.times_result.__le__" => "Return self<=value.",
14970 "posix.times_result.__len__" => "Return len(self).",
14971 "posix.times_result.__lt__" => "Return self<value.",
14972 "posix.times_result.__mul__" => "Return self*value.",
14973 "posix.times_result.__ne__" => "Return self!=value.",
14974 "posix.times_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
14975 "posix.times_result.__reduce_ex__" => "Helper for pickle.",
14976 "posix.times_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
14977 "posix.times_result.__repr__" => "Return repr(self).",
14978 "posix.times_result.__rmul__" => "Return value*self.",
14979 "posix.times_result.__setattr__" => "Implement setattr(self, name, value).",
14980 "posix.times_result.__sizeof__" => "Size of object in memory, in bytes.",
14981 "posix.times_result.__str__" => "Return str(self).",
14982 "posix.times_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
14983 "posix.times_result.children_system" => "system time of children",
14984 "posix.times_result.children_user" => "user time of children",
14985 "posix.times_result.count" => "Return number of occurrences of value.",
14986 "posix.times_result.elapsed" => "elapsed time since an arbitrary point in the past",
14987 "posix.times_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
14988 "posix.times_result.system" => "system time",
14989 "posix.times_result.user" => "user time",
14990 "posix.truncate" => "Truncate a file, specified by path, to a specific length.\n\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.",
14991 "posix.ttyname" => "Return the name of the terminal device connected to 'fd'.\n\n fd\n Integer file descriptor handle.",
14992 "posix.umask" => "Set the current numeric umask and return the previous umask.",
14993 "posix.uname" => "Return an object identifying the current operating system.\n\nThe object behaves like a named tuple with the following fields:\n (sysname, nodename, release, version, machine)",
14994 "posix.uname_result" => "uname_result: Result from os.uname().\n\nThis object may be accessed either as a tuple of\n (sysname, nodename, release, version, machine),\nor via the attributes sysname, nodename, release, version, and machine.\n\nSee os.uname for more information.",
14995 "posix.uname_result.__add__" => "Return self+value.",
14996 "posix.uname_result.__class_getitem__" => "See PEP 585",
14997 "posix.uname_result.__contains__" => "Return bool(key in self).",
14998 "posix.uname_result.__delattr__" => "Implement delattr(self, name).",
14999 "posix.uname_result.__eq__" => "Return self==value.",
15000 "posix.uname_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15001 "posix.uname_result.__ge__" => "Return self>=value.",
15002 "posix.uname_result.__getattribute__" => "Return getattr(self, name).",
15003 "posix.uname_result.__getitem__" => "Return self[key].",
15004 "posix.uname_result.__getstate__" => "Helper for pickle.",
15005 "posix.uname_result.__gt__" => "Return self>value.",
15006 "posix.uname_result.__hash__" => "Return hash(self).",
15007 "posix.uname_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15008 "posix.uname_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15009 "posix.uname_result.__iter__" => "Implement iter(self).",
15010 "posix.uname_result.__le__" => "Return self<=value.",
15011 "posix.uname_result.__len__" => "Return len(self).",
15012 "posix.uname_result.__lt__" => "Return self<value.",
15013 "posix.uname_result.__mul__" => "Return self*value.",
15014 "posix.uname_result.__ne__" => "Return self!=value.",
15015 "posix.uname_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15016 "posix.uname_result.__reduce_ex__" => "Helper for pickle.",
15017 "posix.uname_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
15018 "posix.uname_result.__repr__" => "Return repr(self).",
15019 "posix.uname_result.__rmul__" => "Return value*self.",
15020 "posix.uname_result.__setattr__" => "Implement setattr(self, name, value).",
15021 "posix.uname_result.__sizeof__" => "Size of object in memory, in bytes.",
15022 "posix.uname_result.__str__" => "Return str(self).",
15023 "posix.uname_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15024 "posix.uname_result.count" => "Return number of occurrences of value.",
15025 "posix.uname_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
15026 "posix.uname_result.machine" => "hardware identifier",
15027 "posix.uname_result.nodename" => "name of machine on network (implementation-defined)",
15028 "posix.uname_result.release" => "operating system release",
15029 "posix.uname_result.sysname" => "operating system name",
15030 "posix.uname_result.version" => "operating system version",
15031 "posix.unlink" => "Remove a file (same as remove()).\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\ndir_fd may not be implemented on your platform.\n If it is unavailable, using it will raise a NotImplementedError.",
15032 "posix.unlockpt" => "Unlock a pseudo-terminal master/slave pair.\n\n fd\n File descriptor of a master pseudo-terminal device.\n\nPerforms an unlockpt() C function call.",
15033 "posix.unsetenv" => "Delete an environment variable.",
15034 "posix.unshare" => "Disassociate parts of a process (or thread) execution context.\n\n flags\n Namespaces to be unshared.",
15035 "posix.urandom" => "Return a bytes object containing random bytes suitable for cryptographic use.",
15036 "posix.utime" => "Set the access and modified time of path.\n\npath may always be specified as a string.\nOn some platforms, path may also be specified as an open file descriptor.\n If this functionality is unavailable, using it raises an exception.\n\nIf times is not None, it must be a tuple (atime, mtime);\n atime and mtime should be expressed as float seconds since the epoch.\nIf ns is specified, it must be a tuple (atime_ns, mtime_ns);\n atime_ns and mtime_ns should be expressed as integer nanoseconds\n since the epoch.\nIf times is None and ns is unspecified, utime uses the current time.\nSpecifying tuples for both times and ns is an error.\n\nIf dir_fd is not None, it should be a file descriptor open to a directory,\n and path should be relative; path will then be relative to that directory.\nIf follow_symlinks is False, and the last element of the path is a symbolic\n link, utime will modify the symbolic link itself instead of the file the\n link points to.\nIt is an error to use dir_fd or follow_symlinks when specifying path\n as an open file descriptor.\ndir_fd and follow_symlinks may not be available on your platform.\n If they are unavailable, using them will raise a NotImplementedError.",
15037 "posix.wait" => "Wait for completion of a child process.\n\nReturns a tuple of information about the child process:\n (pid, status)",
15038 "posix.wait3" => "Wait for completion of a child process.\n\nReturns a tuple of information about the child process:\n (pid, status, rusage)",
15039 "posix.wait4" => "Wait for completion of a specific child process.\n\nReturns a tuple of information about the child process:\n (pid, status, rusage)",
15040 "posix.waitid" => "Returns the result of waiting for a process or processes.\n\n idtype\n Must be one of be P_PID, P_PGID or P_ALL.\n id\n The id to wait on.\n options\n Constructed from the ORing of one or more of WEXITED, WSTOPPED\n or WCONTINUED and additionally may be ORed with WNOHANG or WNOWAIT.\n\nReturns either waitid_result or None if WNOHANG is specified and there are\nno children in a waitable state.",
15041 "posix.waitid_result" => "waitid_result: Result from waitid.\n\nThis object may be accessed either as a tuple of\n (si_pid, si_uid, si_signo, si_status, si_code),\nor via the attributes si_pid, si_uid, and so on.\n\nSee os.waitid for more information.",
15042 "posix.waitid_result.__add__" => "Return self+value.",
15043 "posix.waitid_result.__class_getitem__" => "See PEP 585",
15044 "posix.waitid_result.__contains__" => "Return bool(key in self).",
15045 "posix.waitid_result.__delattr__" => "Implement delattr(self, name).",
15046 "posix.waitid_result.__eq__" => "Return self==value.",
15047 "posix.waitid_result.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15048 "posix.waitid_result.__ge__" => "Return self>=value.",
15049 "posix.waitid_result.__getattribute__" => "Return getattr(self, name).",
15050 "posix.waitid_result.__getitem__" => "Return self[key].",
15051 "posix.waitid_result.__getstate__" => "Helper for pickle.",
15052 "posix.waitid_result.__gt__" => "Return self>value.",
15053 "posix.waitid_result.__hash__" => "Return hash(self).",
15054 "posix.waitid_result.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15055 "posix.waitid_result.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15056 "posix.waitid_result.__iter__" => "Implement iter(self).",
15057 "posix.waitid_result.__le__" => "Return self<=value.",
15058 "posix.waitid_result.__len__" => "Return len(self).",
15059 "posix.waitid_result.__lt__" => "Return self<value.",
15060 "posix.waitid_result.__mul__" => "Return self*value.",
15061 "posix.waitid_result.__ne__" => "Return self!=value.",
15062 "posix.waitid_result.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15063 "posix.waitid_result.__reduce_ex__" => "Helper for pickle.",
15064 "posix.waitid_result.__replace__" => "Return a copy of the structure with new values for the specified fields.",
15065 "posix.waitid_result.__repr__" => "Return repr(self).",
15066 "posix.waitid_result.__rmul__" => "Return value*self.",
15067 "posix.waitid_result.__setattr__" => "Implement setattr(self, name, value).",
15068 "posix.waitid_result.__sizeof__" => "Size of object in memory, in bytes.",
15069 "posix.waitid_result.__str__" => "Return str(self).",
15070 "posix.waitid_result.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15071 "posix.waitid_result.count" => "Return number of occurrences of value.",
15072 "posix.waitid_result.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
15073 "posix.waitpid" => "Wait for completion of a given child process.\n\nReturns a tuple of information regarding the child process:\n (pid, status)\n\nThe options argument is ignored on Windows.",
15074 "posix.waitstatus_to_exitcode" => "Convert a wait status to an exit code.\n\nOn Unix:\n\n* If WIFEXITED(status) is true, return WEXITSTATUS(status).\n* If WIFSIGNALED(status) is true, return -WTERMSIG(status).\n* Otherwise, raise a ValueError.\n\nOn Windows, return status shifted right by 8 bits.\n\nOn Unix, if the process is being traced or if waitpid() was called with\nWUNTRACED option, the caller must first check if WIFSTOPPED(status) is true.\nThis function must not be called if WIFSTOPPED(status) is true.",
15075 "posix.write" => "Write a bytes object to a file descriptor.",
15076 "posix.writev" => "Iterate over buffers, and write the contents of each to a file descriptor.\n\nReturns the total number of bytes written.\nbuffers must be a sequence of bytes-like objects.",
15077 "pwd" => "This module provides access to the Unix password database.\nIt is available on all Unix versions.\n\nPassword database entries are reported as 7-tuples containing the following\nitems from the password database (see `<pwd.h>'), in order:\npw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell.\nThe uid and gid items are integers, all others are strings. An\nexception is raised if the entry asked for cannot be found.",
15078 "pwd.getpwall" => "Return a list of all available password database entries, in arbitrary order.\n\nSee help(pwd) for more on password database entries.",
15079 "pwd.getpwnam" => "Return the password database entry for the given user name.\n\nSee `help(pwd)` for more on password database entries.",
15080 "pwd.getpwuid" => "Return the password database entry for the given numeric user ID.\n\nSee `help(pwd)` for more on password database entries.",
15081 "pwd.struct_passwd" => "pwd.struct_passwd: Results from getpw*() routines.\n\nThis object may be accessed either as a tuple of\n (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)\nor via the object attributes as named in the above tuple.",
15082 "pwd.struct_passwd.__add__" => "Return self+value.",
15083 "pwd.struct_passwd.__class_getitem__" => "See PEP 585",
15084 "pwd.struct_passwd.__contains__" => "Return bool(key in self).",
15085 "pwd.struct_passwd.__delattr__" => "Implement delattr(self, name).",
15086 "pwd.struct_passwd.__eq__" => "Return self==value.",
15087 "pwd.struct_passwd.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15088 "pwd.struct_passwd.__ge__" => "Return self>=value.",
15089 "pwd.struct_passwd.__getattribute__" => "Return getattr(self, name).",
15090 "pwd.struct_passwd.__getitem__" => "Return self[key].",
15091 "pwd.struct_passwd.__getstate__" => "Helper for pickle.",
15092 "pwd.struct_passwd.__gt__" => "Return self>value.",
15093 "pwd.struct_passwd.__hash__" => "Return hash(self).",
15094 "pwd.struct_passwd.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15095 "pwd.struct_passwd.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15096 "pwd.struct_passwd.__iter__" => "Implement iter(self).",
15097 "pwd.struct_passwd.__le__" => "Return self<=value.",
15098 "pwd.struct_passwd.__len__" => "Return len(self).",
15099 "pwd.struct_passwd.__lt__" => "Return self<value.",
15100 "pwd.struct_passwd.__mul__" => "Return self*value.",
15101 "pwd.struct_passwd.__ne__" => "Return self!=value.",
15102 "pwd.struct_passwd.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15103 "pwd.struct_passwd.__reduce_ex__" => "Helper for pickle.",
15104 "pwd.struct_passwd.__replace__" => "Return a copy of the structure with new values for the specified fields.",
15105 "pwd.struct_passwd.__repr__" => "Return repr(self).",
15106 "pwd.struct_passwd.__rmul__" => "Return value*self.",
15107 "pwd.struct_passwd.__setattr__" => "Implement setattr(self, name, value).",
15108 "pwd.struct_passwd.__sizeof__" => "Size of object in memory, in bytes.",
15109 "pwd.struct_passwd.__str__" => "Return str(self).",
15110 "pwd.struct_passwd.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15111 "pwd.struct_passwd.count" => "Return number of occurrences of value.",
15112 "pwd.struct_passwd.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
15113 "pwd.struct_passwd.pw_dir" => "home directory",
15114 "pwd.struct_passwd.pw_gecos" => "real name",
15115 "pwd.struct_passwd.pw_gid" => "group id",
15116 "pwd.struct_passwd.pw_name" => "user name",
15117 "pwd.struct_passwd.pw_passwd" => "password",
15118 "pwd.struct_passwd.pw_shell" => "shell program",
15119 "pwd.struct_passwd.pw_uid" => "user id",
15120 "pyexpat" => "Python wrapper for Expat parser.",
15121 "pyexpat.ErrorString" => "Returns string error for given number.",
15122 "pyexpat.ExpatError.__delattr__" => "Implement delattr(self, name).",
15123 "pyexpat.ExpatError.__eq__" => "Return self==value.",
15124 "pyexpat.ExpatError.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15125 "pyexpat.ExpatError.__ge__" => "Return self>=value.",
15126 "pyexpat.ExpatError.__getattribute__" => "Return getattr(self, name).",
15127 "pyexpat.ExpatError.__getstate__" => "Helper for pickle.",
15128 "pyexpat.ExpatError.__gt__" => "Return self>value.",
15129 "pyexpat.ExpatError.__hash__" => "Return hash(self).",
15130 "pyexpat.ExpatError.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15131 "pyexpat.ExpatError.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15132 "pyexpat.ExpatError.__le__" => "Return self<=value.",
15133 "pyexpat.ExpatError.__lt__" => "Return self<value.",
15134 "pyexpat.ExpatError.__ne__" => "Return self!=value.",
15135 "pyexpat.ExpatError.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15136 "pyexpat.ExpatError.__reduce_ex__" => "Helper for pickle.",
15137 "pyexpat.ExpatError.__repr__" => "Return repr(self).",
15138 "pyexpat.ExpatError.__setattr__" => "Implement setattr(self, name, value).",
15139 "pyexpat.ExpatError.__sizeof__" => "Size of object in memory, in bytes.",
15140 "pyexpat.ExpatError.__str__" => "Return str(self).",
15141 "pyexpat.ExpatError.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15142 "pyexpat.ExpatError.__weakref__" => "list of weak references to the object",
15143 "pyexpat.ExpatError.add_note" => "Add a note to the exception",
15144 "pyexpat.ExpatError.with_traceback" => "Set self.__traceback__ to tb and return self.",
15145 "pyexpat.ParserCreate" => "Return a new XML parser object.",
15146 "pyexpat.XMLParserType" => "XML parser",
15147 "pyexpat.XMLParserType.ExternalEntityParserCreate" => "Create a parser for parsing an external entity based on the information passed to the ExternalEntityRefHandler.",
15148 "pyexpat.XMLParserType.GetBase" => "Return base URL string for the parser.",
15149 "pyexpat.XMLParserType.GetInputContext" => "Return the untranslated text of the input that caused the current event.\n\nIf the event was generated by a large amount of text (such as a start tag\nfor an element with many attributes), not all of the text may be available.",
15150 "pyexpat.XMLParserType.GetReparseDeferralEnabled" => "Retrieve reparse deferral enabled status; always returns false with Expat <2.6.0.",
15151 "pyexpat.XMLParserType.Parse" => "Parse XML data.\n\n'isfinal' should be true at end of input.",
15152 "pyexpat.XMLParserType.ParseFile" => "Parse XML data from file-like object.",
15153 "pyexpat.XMLParserType.SetAllocTrackerActivationThreshold" => "Sets the number of allocated bytes of dynamic memory needed to activate protection against disproportionate use of RAM.\n\nBy default, parser objects have an allocation activation threshold of 64 MiB.",
15154 "pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification" => "Sets the maximum amplification factor between direct input and bytes of dynamic memory allocated.\n\nThe amplification factor is calculated as \"allocated / direct\" while parsing,\nwhere \"direct\" is the number of bytes read from the primary document in parsing\nand \"allocated\" is the number of bytes of dynamic memory allocated in the parser\nhierarchy.\n\nThe 'max_factor' value must be a non-NaN floating point value greater than\nor equal to 1.0. Amplification factors greater than 100.0 can be observed\nnear the start of parsing even with benign files in practice. In particular,\nthe activation threshold should be carefully chosen to avoid false positives.\n\nBy default, parser objects have a maximum amplification factor of 100.0.",
15155 "pyexpat.XMLParserType.SetBase" => "Set the base URL for the parser.",
15156 "pyexpat.XMLParserType.SetParamEntityParsing" => "Controls parsing of parameter entities (including the external DTD subset).\n\nPossible flag values are XML_PARAM_ENTITY_PARSING_NEVER,\nXML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE and\nXML_PARAM_ENTITY_PARSING_ALWAYS. Returns true if setting the flag\nwas successful.",
15157 "pyexpat.XMLParserType.SetReparseDeferralEnabled" => "Enable/Disable reparse deferral; enabled by default with Expat >=2.6.0.",
15158 "pyexpat.XMLParserType.UseForeignDTD" => "Allows the application to provide an artificial external subset if one is not specified as part of the document instance.\n\nThis readily allows the use of a 'default' document type controlled by the\napplication, while still getting the advantage of providing document type\ninformation to the parser. 'flag' defaults to True if not provided.",
15159 "pyexpat.XMLParserType.__delattr__" => "Implement delattr(self, name).",
15160 "pyexpat.XMLParserType.__eq__" => "Return self==value.",
15161 "pyexpat.XMLParserType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15162 "pyexpat.XMLParserType.__ge__" => "Return self>=value.",
15163 "pyexpat.XMLParserType.__getattribute__" => "Return getattr(self, name).",
15164 "pyexpat.XMLParserType.__getstate__" => "Helper for pickle.",
15165 "pyexpat.XMLParserType.__gt__" => "Return self>value.",
15166 "pyexpat.XMLParserType.__hash__" => "Return hash(self).",
15167 "pyexpat.XMLParserType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15168 "pyexpat.XMLParserType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15169 "pyexpat.XMLParserType.__le__" => "Return self<=value.",
15170 "pyexpat.XMLParserType.__lt__" => "Return self<value.",
15171 "pyexpat.XMLParserType.__ne__" => "Return self!=value.",
15172 "pyexpat.XMLParserType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15173 "pyexpat.XMLParserType.__reduce__" => "Helper for pickle.",
15174 "pyexpat.XMLParserType.__reduce_ex__" => "Helper for pickle.",
15175 "pyexpat.XMLParserType.__repr__" => "Return repr(self).",
15176 "pyexpat.XMLParserType.__setattr__" => "Implement setattr(self, name, value).",
15177 "pyexpat.XMLParserType.__sizeof__" => "Size of object in memory, in bytes.",
15178 "pyexpat.XMLParserType.__str__" => "Return str(self).",
15179 "pyexpat.XMLParserType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15180 "pyexpat.error.__delattr__" => "Implement delattr(self, name).",
15181 "pyexpat.error.__eq__" => "Return self==value.",
15182 "pyexpat.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15183 "pyexpat.error.__ge__" => "Return self>=value.",
15184 "pyexpat.error.__getattribute__" => "Return getattr(self, name).",
15185 "pyexpat.error.__getstate__" => "Helper for pickle.",
15186 "pyexpat.error.__gt__" => "Return self>value.",
15187 "pyexpat.error.__hash__" => "Return hash(self).",
15188 "pyexpat.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15189 "pyexpat.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15190 "pyexpat.error.__le__" => "Return self<=value.",
15191 "pyexpat.error.__lt__" => "Return self<value.",
15192 "pyexpat.error.__ne__" => "Return self!=value.",
15193 "pyexpat.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15194 "pyexpat.error.__reduce_ex__" => "Helper for pickle.",
15195 "pyexpat.error.__repr__" => "Return repr(self).",
15196 "pyexpat.error.__setattr__" => "Implement setattr(self, name, value).",
15197 "pyexpat.error.__sizeof__" => "Size of object in memory, in bytes.",
15198 "pyexpat.error.__str__" => "Return str(self).",
15199 "pyexpat.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15200 "pyexpat.error.__weakref__" => "list of weak references to the object",
15201 "pyexpat.error.add_note" => "Add a note to the exception",
15202 "pyexpat.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
15203 "readline" => "Importing this module enables command line editing using GNU readline.",
15204 "readline.add_history" => "Add an item to the history buffer.",
15205 "readline.append_history_file" => "Append the last nelements items of the history list to file.\n\nThe default filename is ~/.history.",
15206 "readline.clear_history" => "Clear the current readline history.",
15207 "readline.get_begidx" => "Get the beginning index of the completion scope.",
15208 "readline.get_completer" => "Get the current completer function.",
15209 "readline.get_completer_delims" => "Get the word delimiters for completion.",
15210 "readline.get_completion_type" => "Get the type of completion being attempted.",
15211 "readline.get_current_history_length" => "Return the current (not the maximum) length of history.",
15212 "readline.get_endidx" => "Get the ending index of the completion scope.",
15213 "readline.get_history_item" => "Return the current contents of history item at one-based index.",
15214 "readline.get_history_length" => "Return the maximum number of lines that will be written to the history file.",
15215 "readline.get_line_buffer" => "Return the current contents of the line buffer.",
15216 "readline.insert_text" => "Insert text into the line buffer at the cursor position.",
15217 "readline.parse_and_bind" => "Execute the init line provided in the string argument.",
15218 "readline.read_history_file" => "Load a readline history file.\n\nThe default filename is ~/.history.",
15219 "readline.read_init_file" => "Execute a readline initialization file.\n\nThe default filename is the last filename used.",
15220 "readline.redisplay" => "Change what's displayed on the screen to reflect contents of the line buffer.",
15221 "readline.remove_history_item" => "Remove history item given by its zero-based position.",
15222 "readline.replace_history_item" => "Replaces history item given by its position with contents of line.\n\npos is zero-based.",
15223 "readline.set_auto_history" => "Enables or disables automatic history.",
15224 "readline.set_completer" => "Set or remove the completer function.\n\nThe function is called as function(text, state),\nfor state in 0, 1, 2, ..., until it returns a non-string.\nIt should return the next possible completion starting with 'text'.",
15225 "readline.set_completer_delims" => "Set the word delimiters for completion.",
15226 "readline.set_completion_display_matches_hook" => "Set or remove the completion display function.\n\nThe function is called as\n function(substitution, [matches], longest_match_length)\nonce each time matches need to be displayed.",
15227 "readline.set_history_length" => "Set the maximal number of lines which will be written to the history file.\n\nA negative length is used to inhibit history truncation.",
15228 "readline.set_pre_input_hook" => "Set or remove the function invoked by the rl_pre_input_hook callback.\n\nThe function is called with no arguments after the first prompt\nhas been printed and just before readline starts reading input\ncharacters.",
15229 "readline.set_startup_hook" => "Set or remove the function invoked by the rl_startup_hook callback.\n\nThe function is called with no arguments just\nbefore readline prints the first prompt.",
15230 "readline.write_history_file" => "Save a readline history file.\n\nThe default filename is ~/.history.",
15231 "resource.struct_rusage" => "struct_rusage: Result from getrusage.\n\nThis object may be accessed either as a tuple of\n (utime,stime,maxrss,ixrss,idrss,isrss,minflt,majflt,\n nswap,inblock,oublock,msgsnd,msgrcv,nsignals,nvcsw,nivcsw)\nor via the attributes ru_utime, ru_stime, ru_maxrss, and so on.",
15232 "resource.struct_rusage.__add__" => "Return self+value.",
15233 "resource.struct_rusage.__class_getitem__" => "See PEP 585",
15234 "resource.struct_rusage.__contains__" => "Return bool(key in self).",
15235 "resource.struct_rusage.__delattr__" => "Implement delattr(self, name).",
15236 "resource.struct_rusage.__eq__" => "Return self==value.",
15237 "resource.struct_rusage.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15238 "resource.struct_rusage.__ge__" => "Return self>=value.",
15239 "resource.struct_rusage.__getattribute__" => "Return getattr(self, name).",
15240 "resource.struct_rusage.__getitem__" => "Return self[key].",
15241 "resource.struct_rusage.__getstate__" => "Helper for pickle.",
15242 "resource.struct_rusage.__gt__" => "Return self>value.",
15243 "resource.struct_rusage.__hash__" => "Return hash(self).",
15244 "resource.struct_rusage.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15245 "resource.struct_rusage.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15246 "resource.struct_rusage.__iter__" => "Implement iter(self).",
15247 "resource.struct_rusage.__le__" => "Return self<=value.",
15248 "resource.struct_rusage.__len__" => "Return len(self).",
15249 "resource.struct_rusage.__lt__" => "Return self<value.",
15250 "resource.struct_rusage.__mul__" => "Return self*value.",
15251 "resource.struct_rusage.__ne__" => "Return self!=value.",
15252 "resource.struct_rusage.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15253 "resource.struct_rusage.__reduce_ex__" => "Helper for pickle.",
15254 "resource.struct_rusage.__replace__" => "Return a copy of the structure with new values for the specified fields.",
15255 "resource.struct_rusage.__repr__" => "Return repr(self).",
15256 "resource.struct_rusage.__rmul__" => "Return value*self.",
15257 "resource.struct_rusage.__setattr__" => "Implement setattr(self, name, value).",
15258 "resource.struct_rusage.__sizeof__" => "Size of object in memory, in bytes.",
15259 "resource.struct_rusage.__str__" => "Return str(self).",
15260 "resource.struct_rusage.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15261 "resource.struct_rusage.count" => "Return number of occurrences of value.",
15262 "resource.struct_rusage.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
15263 "resource.struct_rusage.ru_idrss" => "unshared data size",
15264 "resource.struct_rusage.ru_inblock" => "block input operations",
15265 "resource.struct_rusage.ru_isrss" => "unshared stack size",
15266 "resource.struct_rusage.ru_ixrss" => "shared memory size",
15267 "resource.struct_rusage.ru_majflt" => "page faults requiring I/O",
15268 "resource.struct_rusage.ru_maxrss" => "max. resident set size",
15269 "resource.struct_rusage.ru_minflt" => "page faults not requiring I/O",
15270 "resource.struct_rusage.ru_msgrcv" => "IPC messages received",
15271 "resource.struct_rusage.ru_msgsnd" => "IPC messages sent",
15272 "resource.struct_rusage.ru_nivcsw" => "involuntary context switches",
15273 "resource.struct_rusage.ru_nsignals" => "signals received",
15274 "resource.struct_rusage.ru_nswap" => "number of swap outs",
15275 "resource.struct_rusage.ru_nvcsw" => "voluntary context switches",
15276 "resource.struct_rusage.ru_oublock" => "block output operations",
15277 "resource.struct_rusage.ru_stime" => "system time used",
15278 "resource.struct_rusage.ru_utime" => "user time used",
15279 "select" => "This module supports asynchronous I/O on multiple file descriptors.\n\n*** IMPORTANT NOTICE ***\nOn Windows, only sockets are supported; on Unix, all file descriptors.",
15280 "select.epoll" => "select.epoll(sizehint=-1, flags=0)\n\nReturns an epolling object\n\nsizehint must be a positive integer or -1 for the default size. The\nsizehint is used to optimize internal data structures. It doesn't limit\nthe maximum number of monitored events.",
15281 "select.epoll.__delattr__" => "Implement delattr(self, name).",
15282 "select.epoll.__eq__" => "Return self==value.",
15283 "select.epoll.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15284 "select.epoll.__ge__" => "Return self>=value.",
15285 "select.epoll.__getattribute__" => "Return getattr(self, name).",
15286 "select.epoll.__getstate__" => "Helper for pickle.",
15287 "select.epoll.__gt__" => "Return self>value.",
15288 "select.epoll.__hash__" => "Return hash(self).",
15289 "select.epoll.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15290 "select.epoll.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15291 "select.epoll.__le__" => "Return self<=value.",
15292 "select.epoll.__lt__" => "Return self<value.",
15293 "select.epoll.__ne__" => "Return self!=value.",
15294 "select.epoll.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15295 "select.epoll.__reduce__" => "Helper for pickle.",
15296 "select.epoll.__reduce_ex__" => "Helper for pickle.",
15297 "select.epoll.__repr__" => "Return repr(self).",
15298 "select.epoll.__setattr__" => "Implement setattr(self, name, value).",
15299 "select.epoll.__sizeof__" => "Size of object in memory, in bytes.",
15300 "select.epoll.__str__" => "Return str(self).",
15301 "select.epoll.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15302 "select.epoll.close" => "Close the epoll control file descriptor.\n\nFurther operations on the epoll object will raise an exception.",
15303 "select.epoll.closed" => "True if the epoll handler is closed",
15304 "select.epoll.fileno" => "Return the epoll control file descriptor.",
15305 "select.epoll.fromfd" => "Create an epoll object from a given control fd.",
15306 "select.epoll.modify" => "Modify event mask for a registered file descriptor.\n\n fd\n the target file descriptor of the operation\n eventmask\n a bit set composed of the various EPOLL constants",
15307 "select.epoll.poll" => "Wait for events on the epoll file descriptor.\n\n timeout\n the maximum time to wait in seconds (as float);\n a timeout of None or -1 makes poll wait indefinitely\n maxevents\n the maximum number of events returned; -1 means no limit\n\nReturns a list containing any descriptors that have events to report,\nas a list of (fd, events) 2-tuples.",
15308 "select.epoll.register" => "Registers a new fd or raises an OSError if the fd is already registered.\n\n fd\n the target file descriptor of the operation\n eventmask\n a bit set composed of the various EPOLL constants\n\nThe epoll interface supports all file descriptors that support poll.",
15309 "select.epoll.unregister" => "Remove a registered file descriptor from the epoll object.\n\n fd\n the target file descriptor of the operation",
15310 "select.kevent" => "kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)\n\nThis object is the equivalent of the struct kevent for the C API.\n\nSee the kqueue manpage for more detailed information about the meaning\nof the arguments.\n\nOne minor note: while you might hope that udata could store a\nreference to a python object, it cannot, because it is impossible to\nkeep a proper reference count of the object once it's passed into the\nkernel. Therefore, I have restricted it to only storing an integer. I\nrecommend ignoring it and simply using the 'ident' field to key off\nof. You could also set up a dictionary on the python side to store a\nudata->object mapping.",
15311 "select.kevent.__delattr__" => "Implement delattr(self, name).",
15312 "select.kevent.__eq__" => "Return self==value.",
15313 "select.kevent.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15314 "select.kevent.__ge__" => "Return self>=value.",
15315 "select.kevent.__getattribute__" => "Return getattr(self, name).",
15316 "select.kevent.__getstate__" => "Helper for pickle.",
15317 "select.kevent.__gt__" => "Return self>value.",
15318 "select.kevent.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15319 "select.kevent.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15320 "select.kevent.__le__" => "Return self<=value.",
15321 "select.kevent.__lt__" => "Return self<value.",
15322 "select.kevent.__ne__" => "Return self!=value.",
15323 "select.kevent.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15324 "select.kevent.__reduce__" => "Helper for pickle.",
15325 "select.kevent.__reduce_ex__" => "Helper for pickle.",
15326 "select.kevent.__repr__" => "Return repr(self).",
15327 "select.kevent.__setattr__" => "Implement setattr(self, name, value).",
15328 "select.kevent.__sizeof__" => "Size of object in memory, in bytes.",
15329 "select.kevent.__str__" => "Return str(self).",
15330 "select.kevent.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15331 "select.kqueue" => "Kqueue syscall wrapper.\n\nFor example, to start watching a socket for input:\n>>> kq = kqueue()\n>>> sock = socket()\n>>> sock.connect((host, port))\n>>> kq.control([kevent(sock, KQ_FILTER_WRITE, KQ_EV_ADD)], 0)\n\nTo wait one second for it to become writeable:\n>>> kq.control(None, 1, 1000)\n\nTo stop listening:\n>>> kq.control([kevent(sock, KQ_FILTER_WRITE, KQ_EV_DELETE)], 0)",
15332 "select.kqueue.__del__" => "Called when the instance is about to be destroyed.",
15333 "select.kqueue.__delattr__" => "Implement delattr(self, name).",
15334 "select.kqueue.__eq__" => "Return self==value.",
15335 "select.kqueue.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15336 "select.kqueue.__ge__" => "Return self>=value.",
15337 "select.kqueue.__getattribute__" => "Return getattr(self, name).",
15338 "select.kqueue.__getstate__" => "Helper for pickle.",
15339 "select.kqueue.__gt__" => "Return self>value.",
15340 "select.kqueue.__hash__" => "Return hash(self).",
15341 "select.kqueue.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15342 "select.kqueue.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15343 "select.kqueue.__le__" => "Return self<=value.",
15344 "select.kqueue.__lt__" => "Return self<value.",
15345 "select.kqueue.__ne__" => "Return self!=value.",
15346 "select.kqueue.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15347 "select.kqueue.__reduce__" => "Helper for pickle.",
15348 "select.kqueue.__reduce_ex__" => "Helper for pickle.",
15349 "select.kqueue.__repr__" => "Return repr(self).",
15350 "select.kqueue.__setattr__" => "Implement setattr(self, name, value).",
15351 "select.kqueue.__sizeof__" => "Size of object in memory, in bytes.",
15352 "select.kqueue.__str__" => "Return str(self).",
15353 "select.kqueue.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15354 "select.kqueue.close" => "Close the kqueue control file descriptor.\n\nFurther operations on the kqueue object will raise an exception.",
15355 "select.kqueue.closed" => "True if the kqueue handler is closed",
15356 "select.kqueue.control" => "Calls the kernel kevent function.\n\n changelist\n Must be an iterable of kevent objects describing the changes to be made\n to the kernel's watch list or None.\n maxevents\n The maximum number of events that the kernel will return.\n timeout\n The maximum time to wait in seconds, or else None to wait forever.\n This accepts floats for smaller timeouts, too.",
15357 "select.kqueue.fileno" => "Return the kqueue control file descriptor.",
15358 "select.kqueue.fromfd" => "Create a kqueue object from a given control fd.",
15359 "select.poll" => "Returns a polling object.\n\nThis object supports registering and unregistering file descriptors, and then\npolling them for I/O events.",
15360 "select.select" => "Wait until one or more file descriptors are ready for some kind of I/O.\n\nThe first three arguments are iterables of file descriptors to be waited for:\nrlist -- wait until ready for reading\nwlist -- wait until ready for writing\nxlist -- wait for an \"exceptional condition\"\nIf only one kind of condition is required, pass [] for the other lists.\n\nA file descriptor is either a socket or file object, or a small integer\ngotten from a fileno() method call on one of those.\n\nThe optional 4th argument specifies a timeout in seconds; it may be\na floating-point number to specify fractions of seconds. If it is absent\nor None, the call will never time out.\n\nThe return value is a tuple of three lists corresponding to the first three\narguments; each contains the subset of the corresponding file descriptors\nthat are ready.\n\n*** IMPORTANT NOTICE ***\nOn Windows, only sockets are supported; on Unix, all file\ndescriptors can be used.",
15361 "sys" => "This module provides access to some objects used or maintained by the\ninterpreter and to functions that interact strongly with the interpreter.\n\nDynamic objects:\n\nargv -- command line arguments; argv[0] is the script pathname if known\npath -- module search path; path[0] is the script directory, else ''\nmodules -- dictionary of loaded modules\n\ndisplayhook -- called to show results in an interactive session\nexcepthook -- called to handle any uncaught exception other than SystemExit\n To customize printing in an interactive session or to install a custom\n top-level exception handler, assign other functions to replace these.\n\nstdin -- standard input file object; used by input()\nstdout -- standard output file object; used by print()\nstderr -- standard error object; used for error messages\n By assigning other file objects (or objects that behave like files)\n to these, it is possible to redirect all of the interpreter's I/O.\n\nlast_exc - the last uncaught exception\n Only available in an interactive session after a\n traceback has been printed.\nlast_type -- type of last uncaught exception\nlast_value -- value of last uncaught exception\nlast_traceback -- traceback of last uncaught exception\n These three are the (deprecated) legacy representation of last_exc.\n\nStatic objects:\n\nbuiltin_module_names -- tuple of module names built into this interpreter\ncopyright -- copyright notice pertaining to this interpreter\nexec_prefix -- prefix used to find the machine-specific Python library\nexecutable -- absolute path of the executable binary of the Python interpreter\nfloat_info -- a named tuple with information about the float implementation.\nfloat_repr_style -- string indicating the style of repr() output for floats\nhash_info -- a named tuple with information about the hash algorithm.\nhexversion -- version information encoded as a single integer\nimplementation -- Python implementation information.\nint_info -- a named tuple with information about the int implementation.\nmaxsize -- the largest supported length of containers.\nmaxunicode -- the value of the largest Unicode code point\nplatform -- platform identifier\nprefix -- prefix used to find the Python library\nthread_info -- a named tuple with information about the thread implementation.\nversion -- the version of this interpreter as a string\nversion_info -- version information as a named tuple\ndllhandle -- [Windows only] integer handle of the Python DLL\nwinver -- [Windows only] version number of the Python DLL\n_enablelegacywindowsfsencoding -- [Windows only]\n__stdin__ -- the original stdin; don't touch!\n__stdout__ -- the original stdout; don't touch!\n__stderr__ -- the original stderr; don't touch!\n__displayhook__ -- the original displayhook; don't touch!\n__excepthook__ -- the original excepthook; don't touch!\n\nFunctions:\n\ndisplayhook() -- print an object to the screen, and save it in builtins._\nexcepthook() -- print an exception and its traceback to sys.stderr\nexception() -- return the current thread's active exception\nexc_info() -- return information about the current thread's active exception\nexit() -- exit the interpreter by raising SystemExit\ngetdlopenflags() -- returns flags to be used for dlopen() calls\ngetprofile() -- get the global profiling function\ngetrefcount() -- return the reference count for an object (plus one :-)\ngetrecursionlimit() -- return the max recursion depth for the interpreter\ngetsizeof() -- return the size of an object in bytes\ngettrace() -- get the global debug tracing function\nsetdlopenflags() -- set the flags to be used for dlopen() calls\nsetprofile() -- set the global profiling function\nsetrecursionlimit() -- set the max recursion depth for the interpreter\nsettrace() -- set the global debug tracing function",
15362 "sys.__breakpointhook__" => "This hook function is called by built-in breakpoint().",
15363 "sys.__displayhook__" => "Print an object to sys.stdout and also save it in builtins._",
15364 "sys.__excepthook__" => "Handle an exception by displaying it with a traceback on sys.stderr.",
15365 "sys.__unraisablehook__" => "Handle an unraisable exception.\n\nThe unraisable argument has the following attributes:\n\n* exc_type: Exception type.\n* exc_value: Exception value, can be None.\n* exc_traceback: Exception traceback, can be None.\n* err_msg: Error message, can be None.\n* object: Object causing the exception, can be None.",
15366 "sys._baserepl" => "Private function for getting the base REPL",
15367 "sys._clear_internal_caches" => "Clear all internal performance-related caches.",
15368 "sys._clear_type_cache" => "Clear the internal type lookup cache.",
15369 "sys._clear_type_descriptors" => "Private function for clearing certain descriptors from a type's dictionary.\n\nSee gh-135228 for context.",
15370 "sys._current_exceptions" => "Return a dict mapping each thread's identifier to its current raised exception.\n\nThis function should be used for specialized purposes only.",
15371 "sys._current_frames" => "Return a dict mapping each thread's thread id to its current stack frame.\n\nThis function should be used for specialized purposes only.",
15372 "sys._debugmallocstats" => "Print summary info to stderr about the state of pymalloc's structures.\n\nIn Py_DEBUG mode, also perform some expensive internal consistency\nchecks.",
15373 "sys._dump_tracelets" => "Dump the graph of tracelets in graphviz format",
15374 "sys._enablelegacywindowsfsencoding" => "Changes the default filesystem encoding to mbcs:replace.\n\nThis is done for consistency with earlier versions of Python. See PEP\n529 for more information.\n\nThis is equivalent to defining the PYTHONLEGACYWINDOWSFSENCODING\nenvironment variable before launching Python.",
15375 "sys._get_cpu_count_config" => "Private function for getting PyConfig.cpu_count",
15376 "sys._getframe" => "Return a frame object from the call stack.\n\nIf optional integer depth is given, return the frame object that many\ncalls below the top of the stack. If that is deeper than the call\nstack, ValueError is raised. The default for depth is zero, returning\nthe frame at the top of the call stack.\n\nThis function should be used for internal and specialized purposes\nonly.",
15377 "sys._getframemodulename" => "Return the name of the module for a calling frame.\n\nThe default depth returns the module containing the call to this API.\nA more typical use in a library will pass a depth of 1 to get the user's\nmodule rather than the library module.\n\nIf no frame, module, or name can be found, returns None.",
15378 "sys._is_gil_enabled" => "Return True if the GIL is currently enabled and False otherwise.",
15379 "sys._is_immortal" => "Return True if the given object is \"immortal\" per PEP 683.\n\nThis function should be used for specialized purposes only.",
15380 "sys._is_interned" => "Return True if the given string is \"interned\".",
15381 "sys._setprofileallthreads" => "Set the profiling function in all running threads belonging to the current interpreter.\n\nIt will be called on each function call and return. See the profiler\nchapter in the library manual.",
15382 "sys._settraceallthreads" => "Set the global debug tracing function in all running threads belonging to the current interpreter.\n\nIt will be called on each function call. See the debugger chapter\nin the library manual.",
15383 "sys.activate_stack_trampoline" => "Activate stack profiler trampoline *backend*.",
15384 "sys.addaudithook" => "Adds a new audit hook callback.",
15385 "sys.audit" => "Passes the event to any audit hooks that are attached.",
15386 "sys.breakpointhook" => "This hook function is called by built-in breakpoint().",
15387 "sys.call_tracing" => "Call func(*args), while tracing is enabled.\n\nThe tracing state is saved, and restored afterwards. This is intended\nto be called from a debugger from a checkpoint, to recursively debug\nsome other code.",
15388 "sys.deactivate_stack_trampoline" => "Deactivate the current stack profiler trampoline backend.\n\nIf no stack profiler is activated, this function has no effect.",
15389 "sys.displayhook" => "Print an object to sys.stdout and also save it in builtins._",
15390 "sys.exc_info" => "Return current exception information: (type, value, traceback).\n\nReturn information about the most recent exception caught by an except\nclause in the current stack frame or in an older stack frame.",
15391 "sys.excepthook" => "Handle an exception by displaying it with a traceback on sys.stderr.",
15392 "sys.exception" => "Return the current exception.\n\nReturn the most recent exception caught by an except clause\nin the current stack frame or in an older stack frame, or None\nif no such exception exists.",
15393 "sys.exit" => "Exit the interpreter by raising SystemExit(status).\n\nIf the status is omitted or None, it defaults to zero (i.e., success).\nIf the status is an integer, it will be used as the system exit status.\nIf it is another kind of object, it will be printed and the system\nexit status will be one (i.e., failure).",
15394 "sys.get_asyncgen_hooks" => "Return the installed asynchronous generators hooks.\n\nThis returns a namedtuple of the form (firstiter, finalizer).",
15395 "sys.get_coroutine_origin_tracking_depth" => "Check status of origin tracking for coroutine objects in this thread.",
15396 "sys.get_int_max_str_digits" => "Return the maximum string digits limit for non-binary int<->str conversions.",
15397 "sys.getallocatedblocks" => "Return the number of memory blocks currently allocated.",
15398 "sys.getdefaultencoding" => "Return the current default encoding used by the Unicode implementation.",
15399 "sys.getdlopenflags" => "Return the current value of the flags that are used for dlopen calls.\n\nThe flag constants are defined in the os module.",
15400 "sys.getfilesystemencodeerrors" => "Return the error mode used Unicode to OS filename conversion.",
15401 "sys.getfilesystemencoding" => "Return the encoding used to convert Unicode filenames to OS filenames.",
15402 "sys.getprofile" => "Return the profiling function set with sys.setprofile.\n\nSee the profiler chapter in the library manual.",
15403 "sys.getrecursionlimit" => "Return the current value of the recursion limit.\n\nThe recursion limit is the maximum depth of the Python interpreter\nstack. This limit prevents infinite recursion from causing an overflow\nof the C stack and crashing Python.",
15404 "sys.getrefcount" => "Return the reference count of object.\n\nThe count returned is generally one higher than you might expect,\nbecause it includes the (temporary) reference as an argument to\ngetrefcount().",
15405 "sys.getsizeof" => "getsizeof(object [, default]) -> int\n\nReturn the size of object in bytes.",
15406 "sys.getswitchinterval" => "Return the current thread switch interval; see sys.setswitchinterval().",
15407 "sys.gettrace" => "Return the global debug tracing function set with sys.settrace.\n\nSee the debugger chapter in the library manual.",
15408 "sys.getunicodeinternedsize" => "Return the number of elements of the unicode interned dictionary",
15409 "sys.getwindowsversion" => "Return info about the running version of Windows as a named tuple.\n\nThe members are named: major, minor, build, platform, service_pack,\nservice_pack_major, service_pack_minor, suite_mask, product_type and\nplatform_version. For backward compatibility, only the first 5 items\nare available by indexing. All elements are numbers, except\nservice_pack and platform_type which are strings, and platform_version\nwhich is a 3-tuple. Platform is always 2. Product_type may be 1 for a\nworkstation, 2 for a domain controller, 3 for a server.\nPlatform_version is a 3-tuple containing a version number that is\nintended for identifying the OS rather than feature detection.",
15410 "sys.intern" => "``Intern'' the given string.\n\nThis enters the string in the (global) table of interned strings whose\npurpose is to speed up dictionary lookups. Return the string itself or\nthe previously interned string object with the same value.",
15411 "sys.is_finalizing" => "Return True if Python is exiting.",
15412 "sys.is_remote_debug_enabled" => "Return True if remote debugging is enabled, False otherwise.",
15413 "sys.is_stack_trampoline_active" => "Return *True* if a stack profiler trampoline is active.",
15414 "sys.remote_exec" => "Executes a file containing Python code in a given remote Python process.\n\nThis function returns immediately, and the code will be executed by the\ntarget process's main thread at the next available opportunity, similarly\nto how signals are handled. There is no interface to determine when the\ncode has been executed. The caller is responsible for making sure that\nthe file still exists whenever the remote process tries to read it and that\nit hasn't been overwritten.\n\nThe remote process must be running a CPython interpreter of the same major\nand minor version as the local process. If either the local or remote\ninterpreter is pre-release (alpha, beta, or release candidate) then the\nlocal and remote interpreters must be the same exact version.\n\nArgs:\n pid (int): The process ID of the target Python process.\n script (str|bytes): The path to a file containing\n the Python code to be executed.",
15415 "sys.set_asyncgen_hooks" => "set_asyncgen_hooks([firstiter] [, finalizer])\n\nSet a finalizer for async generators objects.",
15416 "sys.set_coroutine_origin_tracking_depth" => "Enable or disable origin tracking for coroutine objects in this thread.\n\nCoroutine objects will track 'depth' frames of traceback information\nabout where they came from, available in their cr_origin attribute.\n\nSet a depth of 0 to disable.",
15417 "sys.set_int_max_str_digits" => "Set the maximum string digits limit for non-binary int<->str conversions.",
15418 "sys.setdlopenflags" => "Set the flags used by the interpreter for dlopen calls.\n\nThis is used, for example, when the interpreter loads extension\nmodules. Among other things, this will enable a lazy resolving of\nsymbols when importing a module, if called as sys.setdlopenflags(0).\nTo share symbols across extension modules, call as\nsys.setdlopenflags(os.RTLD_GLOBAL). Symbolic names for the flag\nmodules can be found in the os module (RTLD_xxx constants, e.g.\nos.RTLD_LAZY).",
15419 "sys.setprofile" => "Set the profiling function.\n\nIt will be called on each function call and return. See the profiler\nchapter in the library manual.",
15420 "sys.setrecursionlimit" => "Set the maximum depth of the Python interpreter stack to n.\n\nThis limit prevents infinite recursion from causing an overflow of the C\nstack and crashing Python. The highest possible limit is platform-\ndependent.",
15421 "sys.setswitchinterval" => "Set the ideal thread switching delay inside the Python interpreter.\n\nThe actual frequency of switching threads can be lower if the\ninterpreter executes long sequences of uninterruptible code\n(this is implementation-specific and workload-dependent).\n\nThe parameter must represent the desired switching delay in seconds\nA typical value is 0.005 (5 milliseconds).",
15422 "sys.settrace" => "Set the global debug tracing function.\n\nIt will be called on each function call. See the debugger chapter\nin the library manual.",
15423 "sys.unraisablehook" => "Handle an unraisable exception.\n\nThe unraisable argument has the following attributes:\n\n* exc_type: Exception type.\n* exc_value: Exception value, can be None.\n* exc_traceback: Exception traceback, can be None.\n* err_msg: Error message, can be None.\n* object: Object causing the exception, can be None.",
15424 "syslog.LOG_MASK" => "Calculates the mask for the individual priority pri.",
15425 "syslog.LOG_UPTO" => "Calculates the mask for all priorities up to and including pri.",
15426 "syslog.closelog" => "Reset the syslog module values and call the system library closelog().",
15427 "syslog.openlog" => "Set logging options of subsequent syslog() calls.",
15428 "syslog.setlogmask" => "Set the priority mask to maskpri and return the previous mask value.",
15429 "syslog.syslog" => "syslog([priority=LOG_INFO,] message)\nSend the string message to the system logger.",
15430 "termios" => "This module provides an interface to the Posix calls for tty I/O control.\nFor a complete description of these calls, see the Posix or Unix manual\npages. It is only available for those Unix versions that support Posix\ntermios style tty I/O control.\n\nAll functions in this module take a file descriptor fd as their first\nargument. This can be an integer file descriptor, such as returned by\nsys.stdin.fileno(), or a file object, such as sys.stdin itself.",
15431 "termios.error.__delattr__" => "Implement delattr(self, name).",
15432 "termios.error.__eq__" => "Return self==value.",
15433 "termios.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15434 "termios.error.__ge__" => "Return self>=value.",
15435 "termios.error.__getattribute__" => "Return getattr(self, name).",
15436 "termios.error.__getstate__" => "Helper for pickle.",
15437 "termios.error.__gt__" => "Return self>value.",
15438 "termios.error.__hash__" => "Return hash(self).",
15439 "termios.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15440 "termios.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15441 "termios.error.__le__" => "Return self<=value.",
15442 "termios.error.__lt__" => "Return self<value.",
15443 "termios.error.__ne__" => "Return self!=value.",
15444 "termios.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15445 "termios.error.__reduce_ex__" => "Helper for pickle.",
15446 "termios.error.__repr__" => "Return repr(self).",
15447 "termios.error.__setattr__" => "Implement setattr(self, name, value).",
15448 "termios.error.__sizeof__" => "Size of object in memory, in bytes.",
15449 "termios.error.__str__" => "Return str(self).",
15450 "termios.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15451 "termios.error.__weakref__" => "list of weak references to the object",
15452 "termios.error.add_note" => "Add a note to the exception",
15453 "termios.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
15454 "termios.tcdrain" => "Wait until all output written to file descriptor fd has been transmitted.",
15455 "termios.tcflow" => "Suspend or resume input or output on file descriptor fd.\n\nThe action argument can be termios.TCOOFF to suspend output,\ntermios.TCOON to restart output, termios.TCIOFF to suspend input,\nor termios.TCION to restart input.",
15456 "termios.tcflush" => "Discard queued data on file descriptor fd.\n\nThe queue selector specifies which queue: termios.TCIFLUSH for the input\nqueue, termios.TCOFLUSH for the output queue, or termios.TCIOFLUSH for\nboth queues.",
15457 "termios.tcgetattr" => "Get the tty attributes for file descriptor fd.\n\nReturns a list [iflag, oflag, cflag, lflag, ispeed, ospeed, cc]\nwhere cc is a list of the tty special characters (each a string of\nlength 1, except the items with indices VMIN and VTIME, which are\nintegers when these fields are defined). The interpretation of the\nflags and the speeds as well as the indexing in the cc array must be\ndone using the symbolic constants defined in this module.",
15458 "termios.tcgetwinsize" => "Get the tty winsize for file descriptor fd.\n\nReturns a tuple (ws_row, ws_col).",
15459 "termios.tcsendbreak" => "Send a break on file descriptor fd.\n\nA zero duration sends a break for 0.25-0.5 seconds; a nonzero duration\nhas a system dependent meaning.",
15460 "termios.tcsetattr" => "Set the tty attributes for file descriptor fd.\n\nThe attributes to be set are taken from the attributes argument, which\nis a list like the one returned by tcgetattr(). The when argument\ndetermines when the attributes are changed: termios.TCSANOW to\nchange immediately, termios.TCSADRAIN to change after transmitting all\nqueued output, or termios.TCSAFLUSH to change after transmitting all\nqueued output and discarding all queued input.",
15461 "termios.tcsetwinsize" => "Set the tty winsize for file descriptor fd.\n\nThe winsize to be set is taken from the winsize argument, which\nis a two-item tuple (ws_row, ws_col) like the one returned by tcgetwinsize().",
15462 "time" => "This module provides various functions to manipulate time values.\n\nThere are two standard representations of time. One is the number\nof seconds since the Epoch, in UTC (a.k.a. GMT). It may be an integer\nor a floating-point number (to represent fractions of seconds).\nThe epoch is the point where the time starts, the return value of time.gmtime(0).\nIt is January 1, 1970, 00:00:00 (UTC) on all platforms.\n\nThe other representation is a tuple of 9 integers giving local time.\nThe tuple items are:\n year (including century, e.g. 1998)\n month (1-12)\n day (1-31)\n hours (0-23)\n minutes (0-59)\n seconds (0-59)\n weekday (0-6, Monday is 0)\n Julian day (day in the year, 1-366)\n DST (Daylight Savings Time) flag (-1, 0 or 1)\nIf the DST flag is 0, the time is given in the regular time zone;\nif it is 1, the time is given in the DST time zone;\nif it is -1, mktime() should guess based on the date and time.",
15463 "time.asctime" => "asctime([tuple]) -> string\n\nConvert a time tuple to a string, e.g. 'Sat Jun 06 16:26:11 1998'.\nWhen the time tuple is not present, current time as returned by localtime()\nis used.",
15464 "time.clock_getres" => "clock_getres(clk_id) -> floating-point number\n\nReturn the resolution (precision) of the specified clock clk_id.",
15465 "time.clock_gettime" => "Return the time of the specified clock clk_id as a float.",
15466 "time.clock_gettime_ns" => "Return the time of the specified clock clk_id as nanoseconds (int).",
15467 "time.clock_settime" => "clock_settime(clk_id, time)\n\nSet the time of the specified clock clk_id.",
15468 "time.clock_settime_ns" => "clock_settime_ns(clk_id, time)\n\nSet the time of the specified clock clk_id with nanoseconds.",
15469 "time.ctime" => "ctime(seconds) -> string\n\nConvert a time in seconds since the Epoch to a string in local time.\nThis is equivalent to asctime(localtime(seconds)). When the time tuple is\nnot present, current time as returned by localtime() is used.",
15470 "time.get_clock_info" => "get_clock_info(name: str) -> dict\n\nGet information of the specified clock.",
15471 "time.gmtime" => "gmtime([seconds]) -> (tm_year, tm_mon, tm_mday, tm_hour, tm_min,\n tm_sec, tm_wday, tm_yday, tm_isdst)\n\nConvert seconds since the Epoch to a time tuple expressing UTC (a.k.a.\nGMT). When 'seconds' is not passed in, convert the current time instead.\n\nIf the platform supports the tm_gmtoff and tm_zone, they are available as\nattributes only.",
15472 "time.localtime" => "localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,\n tm_sec,tm_wday,tm_yday,tm_isdst)\n\nConvert seconds since the Epoch to a time tuple expressing local time.\nWhen 'seconds' is not passed in, convert the current time instead.",
15473 "time.mktime" => "mktime(tuple) -> floating-point number\n\nConvert a time tuple in local time to seconds since the Epoch.\nNote that mktime(gmtime(0)) will not generally return zero for most\ntime zones; instead the returned value will either be equal to that\nof the timezone or altzone attributes on the time module.",
15474 "time.monotonic" => "monotonic() -> float\n\nMonotonic clock, cannot go backward.",
15475 "time.monotonic_ns" => "monotonic_ns() -> int\n\nMonotonic clock, cannot go backward, as nanoseconds.",
15476 "time.perf_counter" => "perf_counter() -> float\n\nPerformance counter for benchmarking.",
15477 "time.perf_counter_ns" => "perf_counter_ns() -> int\n\nPerformance counter for benchmarking as nanoseconds.",
15478 "time.process_time" => "process_time() -> float\n\nProcess time for profiling: sum of the kernel and user-space CPU time.",
15479 "time.process_time_ns" => "process_time() -> int\n\nProcess time for profiling as nanoseconds:\nsum of the kernel and user-space CPU time.",
15480 "time.pthread_getcpuclockid" => "pthread_getcpuclockid(thread_id) -> int\n\nReturn the clk_id of a thread's CPU time clock.",
15481 "time.sleep" => "sleep(seconds)\n\nDelay execution for a given number of seconds. The argument may be\na floating-point number for subsecond precision.",
15482 "time.strftime" => "strftime(format[, tuple]) -> string\n\nConvert a time tuple to a string according to a format specification.\nSee the library reference manual for formatting codes. When the time tuple\nis not present, current time as returned by localtime() is used.\n\nCommonly used format codes:\n\n%Y Year with century as a decimal number.\n%m Month as a decimal number [01,12].\n%d Day of the month as a decimal number [01,31].\n%H Hour (24-hour clock) as a decimal number [00,23].\n%M Minute as a decimal number [00,59].\n%S Second as a decimal number [00,61].\n%z Time zone offset from UTC.\n%a Locale's abbreviated weekday name.\n%A Locale's full weekday name.\n%b Locale's abbreviated month name.\n%B Locale's full month name.\n%c Locale's appropriate date and time representation.\n%I Hour (12-hour clock) as a decimal number [01,12].\n%p Locale's equivalent of either AM or PM.\n\nOther codes may be available on your platform. See documentation for\nthe C library strftime function.",
15483 "time.strptime" => "strptime(string, format) -> struct_time\n\nParse a string to a time tuple according to a format specification.\nSee the library reference manual for formatting codes (same as\nstrftime()).\n\nCommonly used format codes:\n\n%Y Year with century as a decimal number.\n%m Month as a decimal number [01,12].\n%d Day of the month as a decimal number [01,31].\n%H Hour (24-hour clock) as a decimal number [00,23].\n%M Minute as a decimal number [00,59].\n%S Second as a decimal number [00,61].\n%z Time zone offset from UTC.\n%a Locale's abbreviated weekday name.\n%A Locale's full weekday name.\n%b Locale's abbreviated month name.\n%B Locale's full month name.\n%c Locale's appropriate date and time representation.\n%I Hour (12-hour clock) as a decimal number [01,12].\n%p Locale's equivalent of either AM or PM.\n\nOther codes may be available on your platform. See documentation for\nthe C library strftime function.",
15484 "time.struct_time" => "The time value as returned by gmtime(), localtime(), and strptime(), and\n accepted by asctime(), mktime() and strftime(). May be considered as a\n sequence of 9 integers.\n\n Note that several fields' values are not the same as those defined by\n the C language standard for struct tm. For example, the value of the\n field tm_year is the actual year, not year - 1900. See individual\n fields' descriptions for details.",
15485 "time.struct_time.__add__" => "Return self+value.",
15486 "time.struct_time.__class_getitem__" => "See PEP 585",
15487 "time.struct_time.__contains__" => "Return bool(key in self).",
15488 "time.struct_time.__delattr__" => "Implement delattr(self, name).",
15489 "time.struct_time.__eq__" => "Return self==value.",
15490 "time.struct_time.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15491 "time.struct_time.__ge__" => "Return self>=value.",
15492 "time.struct_time.__getattribute__" => "Return getattr(self, name).",
15493 "time.struct_time.__getitem__" => "Return self[key].",
15494 "time.struct_time.__getstate__" => "Helper for pickle.",
15495 "time.struct_time.__gt__" => "Return self>value.",
15496 "time.struct_time.__hash__" => "Return hash(self).",
15497 "time.struct_time.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15498 "time.struct_time.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15499 "time.struct_time.__iter__" => "Implement iter(self).",
15500 "time.struct_time.__le__" => "Return self<=value.",
15501 "time.struct_time.__len__" => "Return len(self).",
15502 "time.struct_time.__lt__" => "Return self<value.",
15503 "time.struct_time.__mul__" => "Return self*value.",
15504 "time.struct_time.__ne__" => "Return self!=value.",
15505 "time.struct_time.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15506 "time.struct_time.__reduce_ex__" => "Helper for pickle.",
15507 "time.struct_time.__replace__" => "Return a copy of the structure with new values for the specified fields.",
15508 "time.struct_time.__repr__" => "Return repr(self).",
15509 "time.struct_time.__rmul__" => "Return value*self.",
15510 "time.struct_time.__setattr__" => "Implement setattr(self, name, value).",
15511 "time.struct_time.__sizeof__" => "Size of object in memory, in bytes.",
15512 "time.struct_time.__str__" => "Return str(self).",
15513 "time.struct_time.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15514 "time.struct_time.count" => "Return number of occurrences of value.",
15515 "time.struct_time.index" => "Return first index of value.\n\nRaises ValueError if the value is not present.",
15516 "time.struct_time.tm_gmtoff" => "offset from UTC in seconds",
15517 "time.struct_time.tm_hour" => "hours, range [0, 23]",
15518 "time.struct_time.tm_isdst" => "1 if summer time is in effect, 0 if not, and -1 if unknown",
15519 "time.struct_time.tm_mday" => "day of month, range [1, 31]",
15520 "time.struct_time.tm_min" => "minutes, range [0, 59]",
15521 "time.struct_time.tm_mon" => "month of year, range [1, 12]",
15522 "time.struct_time.tm_sec" => "seconds, range [0, 61])",
15523 "time.struct_time.tm_wday" => "day of week, range [0, 6], Monday is 0",
15524 "time.struct_time.tm_yday" => "day of year, range [1, 366]",
15525 "time.struct_time.tm_year" => "year, for example, 1993",
15526 "time.struct_time.tm_zone" => "abbreviation of timezone name",
15527 "time.thread_time" => "thread_time() -> float\n\nThread time for profiling: sum of the kernel and user-space CPU time.",
15528 "time.thread_time_ns" => "thread_time() -> int\n\nThread time for profiling as nanoseconds:\nsum of the kernel and user-space CPU time.",
15529 "time.time" => "time() -> floating-point number\n\nReturn the current time in seconds since the Epoch.\nFractions of a second may be present if the system clock provides them.",
15530 "time.time_ns" => "time_ns() -> int\n\nReturn the current time in nanoseconds since the Epoch.",
15531 "time.tzset" => "tzset()\n\nInitialize, or reinitialize, the local timezone to the value stored in\nos.environ['TZ']. The TZ environment variable should be specified in\nstandard Unix timezone format as documented in the tzset man page\n(eg. 'US/Eastern', 'Europe/Amsterdam'). Unknown timezones will silently\nfall back to UTC. If the TZ environment variable is not set, the local\ntimezone is set to the systems best guess of wallclock time.\nChanging the TZ environment variable without calling tzset *may* change\nthe local timezone used by methods such as localtime, but this behaviour\nshould not be relied on.",
15532 "unicodedata" => "This module provides access to the Unicode Character Database which\ndefines character properties for all Unicode characters. The data in\nthis database is based on the UnicodeData.txt file version\n16.0.0 which is publicly available from ftp://ftp.unicode.org/.\n\nThe module uses the same names and symbols as defined by the\nUnicodeData File Format 16.0.0.",
15533 "unicodedata.UCD.__delattr__" => "Implement delattr(self, name).",
15534 "unicodedata.UCD.__eq__" => "Return self==value.",
15535 "unicodedata.UCD.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15536 "unicodedata.UCD.__ge__" => "Return self>=value.",
15537 "unicodedata.UCD.__getattribute__" => "Return getattr(self, name).",
15538 "unicodedata.UCD.__getstate__" => "Helper for pickle.",
15539 "unicodedata.UCD.__gt__" => "Return self>value.",
15540 "unicodedata.UCD.__hash__" => "Return hash(self).",
15541 "unicodedata.UCD.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15542 "unicodedata.UCD.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15543 "unicodedata.UCD.__le__" => "Return self<=value.",
15544 "unicodedata.UCD.__lt__" => "Return self<value.",
15545 "unicodedata.UCD.__ne__" => "Return self!=value.",
15546 "unicodedata.UCD.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15547 "unicodedata.UCD.__reduce__" => "Helper for pickle.",
15548 "unicodedata.UCD.__reduce_ex__" => "Helper for pickle.",
15549 "unicodedata.UCD.__repr__" => "Return repr(self).",
15550 "unicodedata.UCD.__setattr__" => "Implement setattr(self, name, value).",
15551 "unicodedata.UCD.__sizeof__" => "Size of object in memory, in bytes.",
15552 "unicodedata.UCD.__str__" => "Return str(self).",
15553 "unicodedata.UCD.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15554 "unicodedata.UCD.bidirectional" => "Returns the bidirectional class assigned to the character chr as string.\n\nIf no such value is defined, an empty string is returned.",
15555 "unicodedata.UCD.category" => "Returns the general category assigned to the character chr as string.",
15556 "unicodedata.UCD.combining" => "Returns the canonical combining class assigned to the character chr as integer.\n\nReturns 0 if no combining class is defined.",
15557 "unicodedata.UCD.decimal" => "Converts a Unicode character into its equivalent decimal value.\n\nReturns the decimal value assigned to the character chr as integer.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15558 "unicodedata.UCD.decomposition" => "Returns the character decomposition mapping assigned to the character chr as string.\n\nAn empty string is returned in case no such mapping is defined.",
15559 "unicodedata.UCD.digit" => "Converts a Unicode character into its equivalent digit value.\n\nReturns the digit value assigned to the character chr as integer.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15560 "unicodedata.UCD.east_asian_width" => "Returns the east asian width assigned to the character chr as string.",
15561 "unicodedata.UCD.is_normalized" => "Return whether the Unicode string unistr is in the normal form 'form'.\n\nValid values for form are 'NFC', 'NFKC', 'NFD', and 'NFKD'.",
15562 "unicodedata.UCD.lookup" => "Look up character by name.\n\nIf a character with the given name is found, return the\ncorresponding character. If not found, KeyError is raised.",
15563 "unicodedata.UCD.mirrored" => "Returns the mirrored property assigned to the character chr as integer.\n\nReturns 1 if the character has been identified as a \"mirrored\"\ncharacter in bidirectional text, 0 otherwise.",
15564 "unicodedata.UCD.name" => "Returns the name assigned to the character chr as a string.\n\nIf no name is defined, default is returned, or, if not given,\nValueError is raised.",
15565 "unicodedata.UCD.normalize" => "Return the normal form 'form' for the Unicode string unistr.\n\nValid values for form are 'NFC', 'NFKC', 'NFD', and 'NFKD'.",
15566 "unicodedata.UCD.numeric" => "Converts a Unicode character into its equivalent numeric value.\n\nReturns the numeric value assigned to the character chr as float.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15567 "unicodedata.bidirectional" => "Returns the bidirectional class assigned to the character chr as string.\n\nIf no such value is defined, an empty string is returned.",
15568 "unicodedata.category" => "Returns the general category assigned to the character chr as string.",
15569 "unicodedata.combining" => "Returns the canonical combining class assigned to the character chr as integer.\n\nReturns 0 if no combining class is defined.",
15570 "unicodedata.decimal" => "Converts a Unicode character into its equivalent decimal value.\n\nReturns the decimal value assigned to the character chr as integer.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15571 "unicodedata.decomposition" => "Returns the character decomposition mapping assigned to the character chr as string.\n\nAn empty string is returned in case no such mapping is defined.",
15572 "unicodedata.digit" => "Converts a Unicode character into its equivalent digit value.\n\nReturns the digit value assigned to the character chr as integer.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15573 "unicodedata.east_asian_width" => "Returns the east asian width assigned to the character chr as string.",
15574 "unicodedata.is_normalized" => "Return whether the Unicode string unistr is in the normal form 'form'.\n\nValid values for form are 'NFC', 'NFKC', 'NFD', and 'NFKD'.",
15575 "unicodedata.lookup" => "Look up character by name.\n\nIf a character with the given name is found, return the\ncorresponding character. If not found, KeyError is raised.",
15576 "unicodedata.mirrored" => "Returns the mirrored property assigned to the character chr as integer.\n\nReturns 1 if the character has been identified as a \"mirrored\"\ncharacter in bidirectional text, 0 otherwise.",
15577 "unicodedata.name" => "Returns the name assigned to the character chr as a string.\n\nIf no name is defined, default is returned, or, if not given,\nValueError is raised.",
15578 "unicodedata.normalize" => "Return the normal form 'form' for the Unicode string unistr.\n\nValid values for form are 'NFC', 'NFKC', 'NFD', and 'NFKD'.",
15579 "unicodedata.numeric" => "Converts a Unicode character into its equivalent numeric value.\n\nReturns the numeric value assigned to the character chr as float.\nIf no such value is defined, default is returned, or, if not given,\nValueError is raised.",
15580 "winreg" => "This module provides access to the Windows registry API.\n\nFunctions:\n\nCloseKey() - Closes a registry key.\nConnectRegistry() - Establishes a connection to a predefined registry handle\n on another computer.\nCreateKey() - Creates the specified key, or opens it if it already exists.\nDeleteKey() - Deletes the specified key.\nDeleteValue() - Removes a named value from the specified registry key.\nDeleteTree() - Deletes the specified key and all its subkeys and values recursively.\nEnumKey() - Enumerates subkeys of the specified open registry key.\nEnumValue() - Enumerates values of the specified open registry key.\nExpandEnvironmentStrings() - Expand the env strings in a REG_EXPAND_SZ\n string.\nFlushKey() - Writes all the attributes of the specified key to the registry.\nLoadKey() - Creates a subkey under HKEY_USER or HKEY_LOCAL_MACHINE and\n stores registration information from a specified file into that\n subkey.\nOpenKey() - Opens the specified key.\nOpenKeyEx() - Alias of OpenKey().\nQueryValue() - Retrieves the value associated with the unnamed value for a\n specified key in the registry.\nQueryValueEx() - Retrieves the type and data for a specified value name\n associated with an open registry key.\nQueryInfoKey() - Returns information about the specified key.\nSaveKey() - Saves the specified key, and all its subkeys a file.\nSetValue() - Associates a value with a specified key.\nSetValueEx() - Stores data in the value field of an open registry key.\n\nSpecial objects:\n\nHKEYType -- type object for HKEY objects\nerror -- exception raised for Win32 errors\n\nInteger constants:\nMany constants are defined - see the documentation for each function\nto see what constants are used, and where.",
15581 "winreg.CloseKey" => "Closes a previously opened registry key.\n\n hkey\n A previously opened key.\n\nNote that if the key is not closed using this method, it will be\nclosed when the hkey object is destroyed by Python.",
15582 "winreg.ConnectRegistry" => "Establishes a connection to the registry on another computer.\n\n computer_name\n The name of the remote computer, of the form r\"\\\\computername\". If\n None, the local computer is used.\n key\n The predefined key to connect to.\n\nThe return value is the handle of the opened key.\nIf the function fails, an OSError exception is raised.",
15583 "winreg.CreateKey" => "Creates or opens the specified key.\n\n key\n An already open key, or one of the predefined HKEY_* constants.\n sub_key\n The name of the key this method opens or creates.\n\nIf key is one of the predefined keys, sub_key may be None. In that case,\nthe handle returned is the same key handle passed in to the function.\n\nIf the key already exists, this function opens the existing key.\n\nThe return value is the handle of the opened key.\nIf the function fails, an OSError exception is raised.",
15584 "winreg.CreateKeyEx" => "Creates or opens the specified key.\n\n key\n An already open key, or one of the predefined HKEY_* constants.\n sub_key\n The name of the key this method opens or creates.\n reserved\n A reserved integer, and must be zero. Default is zero.\n access\n An integer that specifies an access mask that describes the\n desired security access for the key. Default is KEY_WRITE.\n\nIf key is one of the predefined keys, sub_key may be None. In that case,\nthe handle returned is the same key handle passed in to the function.\n\nIf the key already exists, this function opens the existing key\n\nThe return value is the handle of the opened key.\nIf the function fails, an OSError exception is raised.",
15585 "winreg.DeleteKey" => "Deletes the specified key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that must be the name of a subkey of the key identified by\n the key parameter. This value must not be None, and the key may not\n have subkeys.\n\nThis method can not delete keys with subkeys.\n\nIf the function succeeds, the entire key, including all of its values,\nis removed. If the function fails, an OSError exception is raised.",
15586 "winreg.DeleteKeyEx" => "Deletes the specified key (intended for 64-bit OS).\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that must be the name of a subkey of the key identified by\n the key parameter. This value must not be None, and the key may not\n have subkeys.\n access\n An integer that specifies an access mask that describes the\n desired security access for the key. Default is KEY_WOW64_64KEY.\n reserved\n A reserved integer, and must be zero. Default is zero.\n\nWhile this function is intended to be used for 64-bit OS, it is also\n available on 32-bit systems.\n\nThis method can not delete keys with subkeys.\n\nIf the function succeeds, the entire key, including all of its values,\nis removed. If the function fails, an OSError exception is raised.\nOn unsupported Windows versions, NotImplementedError is raised.",
15587 "winreg.DeleteValue" => "Removes a named value from a registry key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n value\n A string that identifies the value to remove.",
15588 "winreg.DisableReflectionKey" => "Disables registry reflection for 32bit processes running on a 64bit OS.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n\nWill generally raise NotImplementedError if executed on a 32bit OS.\n\nIf the key is not on the reflection list, the function succeeds but has\nno effect. Disabling reflection for a key does not affect reflection\nof any subkeys.",
15589 "winreg.EnableReflectionKey" => "Restores registry reflection for the specified disabled key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n\nWill generally raise NotImplementedError if executed on a 32bit OS.\nRestoring reflection for a key does not affect reflection of any\nsubkeys.",
15590 "winreg.EnumKey" => "Enumerates subkeys of an open registry key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n index\n An integer that identifies the index of the key to retrieve.\n\nThe function retrieves the name of one subkey each time it is called.\nIt is typically called repeatedly until an OSError exception is\nraised, indicating no more values are available.",
15591 "winreg.EnumValue" => "Enumerates values of an open registry key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n index\n An integer that identifies the index of the value to retrieve.\n\nThe function retrieves the name of one subkey each time it is called.\nIt is typically called repeatedly, until an OSError exception\nis raised, indicating no more values.\n\nThe result is a tuple of 3 items:\n value_name\n A string that identifies the value.\n value_data\n An object that holds the value data, and whose type depends\n on the underlying registry type.\n data_type\n An integer that identifies the type of the value data.",
15592 "winreg.ExpandEnvironmentStrings" => "Expand environment vars.",
15593 "winreg.FlushKey" => "Writes all the attributes of a key to the registry.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n\nIt is not necessary to call FlushKey to change a key. Registry changes\nare flushed to disk by the registry using its lazy flusher. Registry\nchanges are also flushed to disk at system shutdown. Unlike\nCloseKey(), the FlushKey() method returns only when all the data has\nbeen written to the registry.\n\nAn application should only call FlushKey() if it requires absolute\ncertainty that registry changes are on disk. If you don't know whether\na FlushKey() call is required, it probably isn't.",
15594 "winreg.HKEYType" => "PyHKEY Object - A Python object, representing a win32 registry key.\n\nThis object wraps a Windows HKEY object, automatically closing it when\nthe object is destroyed. To guarantee cleanup, you can call either\nthe Close() method on the PyHKEY, or the CloseKey() method.\n\nAll functions which accept a handle object also accept an integer --\nhowever, use of the handle object is encouraged.\n\nFunctions:\nClose() - Closes the underlying handle.\nDetach() - Returns the integer Win32 handle, detaching it from the object\n\nProperties:\nhandle - The integer Win32 handle.\n\nOperations:\n__bool__ - Handles with an open object return true, otherwise false.\n__int__ - Converting a handle to an integer returns the Win32 handle.\n__enter__, __exit__ - Context manager support for 'with' statement,\nautomatically closes handle.",
15595 "winreg.HKEYType.Close" => "Closes the underlying Windows handle.\n\nIf the handle is already closed, no error is raised.",
15596 "winreg.HKEYType.Detach" => "Detaches the Windows handle from the handle object.\n\nThe result is the value of the handle before it is detached. If the\nhandle is already detached, this will return zero.\n\nAfter calling this function, the handle is effectively invalidated,\nbut the handle is not closed. You would call this function when you\nneed the underlying win32 handle to exist beyond the lifetime of the\nhandle object.",
15597 "winreg.HKEYType.__abs__" => "abs(self)",
15598 "winreg.HKEYType.__add__" => "Return self+value.",
15599 "winreg.HKEYType.__and__" => "Return self&value.",
15600 "winreg.HKEYType.__bool__" => "True if self else False",
15601 "winreg.HKEYType.__delattr__" => "Implement delattr(self, name).",
15602 "winreg.HKEYType.__divmod__" => "Return divmod(self, value).",
15603 "winreg.HKEYType.__eq__" => "Return self==value.",
15604 "winreg.HKEYType.__float__" => "float(self)",
15605 "winreg.HKEYType.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15606 "winreg.HKEYType.__ge__" => "Return self>=value.",
15607 "winreg.HKEYType.__getattribute__" => "Return getattr(self, name).",
15608 "winreg.HKEYType.__getstate__" => "Helper for pickle.",
15609 "winreg.HKEYType.__gt__" => "Return self>value.",
15610 "winreg.HKEYType.__hash__" => "Return hash(self).",
15611 "winreg.HKEYType.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15612 "winreg.HKEYType.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15613 "winreg.HKEYType.__int__" => "int(self)",
15614 "winreg.HKEYType.__invert__" => "~self",
15615 "winreg.HKEYType.__le__" => "Return self<=value.",
15616 "winreg.HKEYType.__lshift__" => "Return self<<value.",
15617 "winreg.HKEYType.__lt__" => "Return self<value.",
15618 "winreg.HKEYType.__mod__" => "Return self%value.",
15619 "winreg.HKEYType.__mul__" => "Return self*value.",
15620 "winreg.HKEYType.__ne__" => "Return self!=value.",
15621 "winreg.HKEYType.__neg__" => "-self",
15622 "winreg.HKEYType.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15623 "winreg.HKEYType.__or__" => "Return self|value.",
15624 "winreg.HKEYType.__pos__" => "+self",
15625 "winreg.HKEYType.__pow__" => "Return pow(self, value, mod).",
15626 "winreg.HKEYType.__radd__" => "Return value+self.",
15627 "winreg.HKEYType.__rand__" => "Return value&self.",
15628 "winreg.HKEYType.__rdivmod__" => "Return divmod(value, self).",
15629 "winreg.HKEYType.__reduce__" => "Helper for pickle.",
15630 "winreg.HKEYType.__reduce_ex__" => "Helper for pickle.",
15631 "winreg.HKEYType.__repr__" => "Return repr(self).",
15632 "winreg.HKEYType.__rlshift__" => "Return value<<self.",
15633 "winreg.HKEYType.__rmod__" => "Return value%self.",
15634 "winreg.HKEYType.__rmul__" => "Return value*self.",
15635 "winreg.HKEYType.__ror__" => "Return value|self.",
15636 "winreg.HKEYType.__rpow__" => "Return pow(value, self, mod).",
15637 "winreg.HKEYType.__rrshift__" => "Return value>>self.",
15638 "winreg.HKEYType.__rshift__" => "Return self>>value.",
15639 "winreg.HKEYType.__rsub__" => "Return value-self.",
15640 "winreg.HKEYType.__rxor__" => "Return value^self.",
15641 "winreg.HKEYType.__setattr__" => "Implement setattr(self, name, value).",
15642 "winreg.HKEYType.__sizeof__" => "Size of object in memory, in bytes.",
15643 "winreg.HKEYType.__str__" => "Return str(self).",
15644 "winreg.HKEYType.__sub__" => "Return self-value.",
15645 "winreg.HKEYType.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15646 "winreg.HKEYType.__xor__" => "Return self^value.",
15647 "winreg.LoadKey" => "Insert data into the registry from a file.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that identifies the sub-key to load.\n file_name\n The name of the file to load registry data from. This file must\n have been created with the SaveKey() function. Under the file\n allocation table (FAT) file system, the filename may not have an\n extension.\n\nCreates a subkey under the specified key and stores registration\ninformation from a specified file into that subkey.\n\nA call to LoadKey() fails if the calling process does not have the\nSE_RESTORE_PRIVILEGE privilege.\n\nIf key is a handle returned by ConnectRegistry(), then the path\nspecified in fileName is relative to the remote computer.\n\nThe MSDN docs imply key must be in the HKEY_USER or HKEY_LOCAL_MACHINE\ntree.",
15648 "winreg.OpenKey" => "Opens the specified key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that identifies the sub_key to open.\n reserved\n A reserved integer that must be zero. Default is zero.\n access\n An integer that specifies an access mask that describes the desired\n security access for the key. Default is KEY_READ.\n\nThe result is a new handle to the specified key.\nIf the function fails, an OSError exception is raised.",
15649 "winreg.OpenKeyEx" => "Opens the specified key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that identifies the sub_key to open.\n reserved\n A reserved integer that must be zero. Default is zero.\n access\n An integer that specifies an access mask that describes the desired\n security access for the key. Default is KEY_READ.\n\nThe result is a new handle to the specified key.\nIf the function fails, an OSError exception is raised.",
15650 "winreg.QueryInfoKey" => "Returns information about a key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n\nThe result is a tuple of 3 items:\nAn integer that identifies the number of sub keys this key has.\nAn integer that identifies the number of values this key has.\nAn integer that identifies when the key was last modified (if available)\nas 100's of nanoseconds since Jan 1, 1600.",
15651 "winreg.QueryReflectionKey" => "Returns the reflection state for the specified key as a bool.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n\nWill generally raise NotImplementedError if executed on a 32bit OS.",
15652 "winreg.QueryValue" => "Retrieves the unnamed value for a key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that holds the name of the subkey with which the value\n is associated. If this parameter is None or empty, the function\n retrieves the value set by the SetValue() method for the key\n identified by key.\n\nValues in the registry have name, type, and data components. This method\nretrieves the data for a key's first value that has a NULL name.\nBut since the underlying API call doesn't return the type, you'll\nprobably be happier using QueryValueEx; this function is just here for\ncompleteness.",
15653 "winreg.QueryValueEx" => "Retrieves the type and value of a specified sub-key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n name\n A string indicating the value to query.\n\nBehaves mostly like QueryValue(), but also returns the type of the\nspecified value name associated with the given open registry key.\n\nThe return value is a tuple of the value and the type_id.",
15654 "winreg.SaveKey" => "Saves the specified key, and all its subkeys to the specified file.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n file_name\n The name of the file to save registry data to. This file cannot\n already exist. If this filename includes an extension, it cannot be\n used on file allocation table (FAT) file systems by the LoadKey(),\n ReplaceKey() or RestoreKey() methods.\n\nIf key represents a key on a remote computer, the path described by\nfile_name is relative to the remote computer.\n\nThe caller of this method must possess the SeBackupPrivilege\nsecurity privilege. This function passes NULL for security_attributes\nto the API.",
15655 "winreg.SetValue" => "Associates a value with a specified key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n sub_key\n A string that names the subkey with which the value is associated.\n type\n An integer that specifies the type of the data. Currently this must\n be REG_SZ, meaning only strings are supported.\n value\n A string that specifies the new value.\n\nIf the key specified by the sub_key parameter does not exist, the\nSetValue function creates it.\n\nValue lengths are limited by available memory. Long values (more than\n2048 bytes) should be stored as files with the filenames stored in\nthe configuration registry to help the registry perform efficiently.\n\nThe key identified by the key parameter must have been opened with\nKEY_SET_VALUE access.",
15656 "winreg.SetValueEx" => "Stores data in the value field of an open registry key.\n\n key\n An already open key, or any one of the predefined HKEY_* constants.\n value_name\n A string containing the name of the value to set, or None.\n reserved\n Can be anything - zero is always passed to the API.\n type\n An integer that specifies the type of the data, one of:\n REG_BINARY -- Binary data in any form.\n REG_DWORD -- A 32-bit number.\n REG_DWORD_LITTLE_ENDIAN -- A 32-bit number in little-endian format. Equivalent to REG_DWORD\n REG_DWORD_BIG_ENDIAN -- A 32-bit number in big-endian format.\n REG_EXPAND_SZ -- A null-terminated string that contains unexpanded\n references to environment variables (for example,\n %PATH%).\n REG_LINK -- A Unicode symbolic link.\n REG_MULTI_SZ -- A sequence of null-terminated strings, terminated\n by two null characters. Note that Python handles\n this termination automatically.\n REG_NONE -- No defined value type.\n REG_QWORD -- A 64-bit number.\n REG_QWORD_LITTLE_ENDIAN -- A 64-bit number in little-endian format. Equivalent to REG_QWORD.\n REG_RESOURCE_LIST -- A device-driver resource list.\n REG_SZ -- A null-terminated string.\n value\n A string that specifies the new value.\n\nThis method can also set additional value and type information for the\nspecified key. The key identified by the key parameter must have been\nopened with KEY_SET_VALUE access.\n\nTo open the key, use the CreateKeyEx() or OpenKeyEx() methods.\n\nValue lengths are limited by available memory. Long values (more than\n2048 bytes) should be stored as files with the filenames stored in\nthe configuration registry to help the registry perform efficiently.",
15657 "winsound" => "PlaySound(sound, flags) - play a sound\nSND_FILENAME - sound is a wav file name\nSND_ALIAS - sound is a registry sound association name\nSND_LOOP - Play the sound repeatedly; must also specify SND_ASYNC\nSND_MEMORY - sound is a memory image of a wav file\nSND_PURGE - stop all instances of the specified sound\nSND_ASYNC - PlaySound returns immediately\nSND_NODEFAULT - Do not play a default beep if the sound can not be found\nSND_NOSTOP - Do not interrupt any sounds currently playing\nSND_NOWAIT - Return immediately if the sound driver is busy\nSND_APPLICATION - sound is an application-specific alias in the registry.\nSND_SENTRY - Triggers a SoundSentry event when the sound is played.\nSND_SYNC - Play the sound synchronously, default behavior.\nSND_SYSTEM - Assign sound to the audio session for system notification sounds.\n\nBeep(frequency, duration) - Make a beep through the PC speaker.\nMessageBeep(type) - Call Windows MessageBeep.",
15658 "winsound.Beep" => "A wrapper around the Windows Beep API.\n\n frequency\n Frequency of the sound in hertz.\n Must be in the range 37 through 32,767.\n duration\n How long the sound should play, in milliseconds.",
15659 "winsound.MessageBeep" => "Call Windows MessageBeep(x).\n\nx defaults to MB_OK.",
15660 "winsound.PlaySound" => "A wrapper around the Windows PlaySound API.\n\n sound\n The sound to play; a filename, data, or None.\n flags\n Flag values, ored together. See module documentation.",
15661 "zlib" => "The functions in this module allow compression and decompression using the\nzlib library, which is based on GNU zip.\n\nadler32(string[, start]) -- Compute an Adler-32 checksum.\ncompress(data[, level]) -- Compress data, with compression level 0-9 or -1.\ncompressobj([level[, ...]]) -- Return a compressor object.\ncrc32(string[, start]) -- Compute a CRC-32 checksum.\ndecompress(string,[wbits],[bufsize]) -- Decompresses a compressed string.\ndecompressobj([wbits[, zdict]]) -- Return a decompressor object.\n\n'wbits' is window buffer size and container format.\nCompressor objects support compress() and flush() methods; decompressor\nobjects support decompress() and flush().",
15662 "zlib._ZlibDecompressor" => "Create a decompressor object for decompressing data incrementally.\n\n wbits = 15\n zdict\n The predefined compression dictionary. This is a sequence of bytes\n (such as a bytes object) containing subsequences that are expected\n to occur frequently in the data that is to be compressed. Those\n subsequences that are expected to be most common should come at the\n end of the dictionary. This must be the same dictionary as used by the\n compressor that produced the input data.",
15663 "zlib._ZlibDecompressor.__delattr__" => "Implement delattr(self, name).",
15664 "zlib._ZlibDecompressor.__eq__" => "Return self==value.",
15665 "zlib._ZlibDecompressor.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15666 "zlib._ZlibDecompressor.__ge__" => "Return self>=value.",
15667 "zlib._ZlibDecompressor.__getattribute__" => "Return getattr(self, name).",
15668 "zlib._ZlibDecompressor.__getstate__" => "Helper for pickle.",
15669 "zlib._ZlibDecompressor.__gt__" => "Return self>value.",
15670 "zlib._ZlibDecompressor.__hash__" => "Return hash(self).",
15671 "zlib._ZlibDecompressor.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15672 "zlib._ZlibDecompressor.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15673 "zlib._ZlibDecompressor.__le__" => "Return self<=value.",
15674 "zlib._ZlibDecompressor.__lt__" => "Return self<value.",
15675 "zlib._ZlibDecompressor.__ne__" => "Return self!=value.",
15676 "zlib._ZlibDecompressor.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15677 "zlib._ZlibDecompressor.__reduce__" => "Helper for pickle.",
15678 "zlib._ZlibDecompressor.__reduce_ex__" => "Helper for pickle.",
15679 "zlib._ZlibDecompressor.__repr__" => "Return repr(self).",
15680 "zlib._ZlibDecompressor.__setattr__" => "Implement setattr(self, name, value).",
15681 "zlib._ZlibDecompressor.__sizeof__" => "Size of object in memory, in bytes.",
15682 "zlib._ZlibDecompressor.__str__" => "Return str(self).",
15683 "zlib._ZlibDecompressor.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15684 "zlib._ZlibDecompressor.decompress" => "Decompress *data*, returning uncompressed data as bytes.\n\nIf *max_length* is nonnegative, returns at most *max_length* bytes of\ndecompressed data. If this limit is reached and further output can be\nproduced, *self.needs_input* will be set to ``False``. In this case, the next\ncall to *decompress()* may provide *data* as b'' to obtain more of the output.\n\nIf all of the input data was decompressed and returned (either because this\nwas less than *max_length* bytes, or because *max_length* was negative),\n*self.needs_input* will be set to True.\n\nAttempting to decompress data after the end of stream is reached raises an\nEOFError. Any data found after the end of the stream is ignored and saved in\nthe unused_data attribute.",
15685 "zlib._ZlibDecompressor.eof" => "True if the end-of-stream marker has been reached.",
15686 "zlib._ZlibDecompressor.needs_input" => "True if more input is needed before more decompressed data can be produced.",
15687 "zlib._ZlibDecompressor.unused_data" => "Data found after the end of the compressed stream.",
15688 "zlib.adler32" => "Compute an Adler-32 checksum of data.\n\n value\n Starting value of the checksum.\n\nThe returned checksum is an integer.",
15689 "zlib.compress" => "Returns a bytes object containing compressed data.\n\n data\n Binary data to be compressed.\n level\n Compression level, in 0-9 or -1.\n wbits\n The window buffer size and container format.",
15690 "zlib.compressobj" => "Return a compressor object.\n\n level\n The compression level (an integer in the range 0-9 or -1; default is\n currently equivalent to 6). Higher compression levels are slower,\n but produce smaller results.\n method\n The compression algorithm. If given, this must be DEFLATED.\n wbits\n +9 to +15: The base-two logarithm of the window size. Include a zlib\n container.\n -9 to -15: Generate a raw stream.\n +25 to +31: Include a gzip container.\n memLevel\n Controls the amount of memory used for internal compression state.\n Valid values range from 1 to 9. Higher values result in higher memory\n usage, faster compression, and smaller output.\n strategy\n Used to tune the compression algorithm. Possible values are\n Z_DEFAULT_STRATEGY, Z_FILTERED, and Z_HUFFMAN_ONLY.\n zdict\n The predefined compression dictionary - a sequence of bytes\n containing subsequences that are likely to occur in the input data.",
15691 "zlib.crc32" => "Compute a CRC-32 checksum of data.\n\n value\n Starting value of the checksum.\n\nThe returned checksum is an integer.",
15692 "zlib.decompress" => "Returns a bytes object containing the uncompressed data.\n\n data\n Compressed data.\n wbits\n The window buffer size and container format.\n bufsize\n The initial output buffer size.",
15693 "zlib.decompressobj" => "Return a decompressor object.\n\n wbits\n The window buffer size and container format.\n zdict\n The predefined compression dictionary. This must be the same\n dictionary as used by the compressor that produced the input data.",
15694 "zlib.error.__delattr__" => "Implement delattr(self, name).",
15695 "zlib.error.__eq__" => "Return self==value.",
15696 "zlib.error.__format__" => "Default object formatter.\n\nReturn str(self) if format_spec is empty. Raise TypeError otherwise.",
15697 "zlib.error.__ge__" => "Return self>=value.",
15698 "zlib.error.__getattribute__" => "Return getattr(self, name).",
15699 "zlib.error.__getstate__" => "Helper for pickle.",
15700 "zlib.error.__gt__" => "Return self>value.",
15701 "zlib.error.__hash__" => "Return hash(self).",
15702 "zlib.error.__init__" => "Initialize self. See help(type(self)) for accurate signature.",
15703 "zlib.error.__init_subclass__" => "This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.",
15704 "zlib.error.__le__" => "Return self<=value.",
15705 "zlib.error.__lt__" => "Return self<value.",
15706 "zlib.error.__ne__" => "Return self!=value.",
15707 "zlib.error.__new__" => "Create and return a new object. See help(type) for accurate signature.",
15708 "zlib.error.__reduce_ex__" => "Helper for pickle.",
15709 "zlib.error.__repr__" => "Return repr(self).",
15710 "zlib.error.__setattr__" => "Implement setattr(self, name, value).",
15711 "zlib.error.__sizeof__" => "Size of object in memory, in bytes.",
15712 "zlib.error.__str__" => "Return str(self).",
15713 "zlib.error.__subclasshook__" => "Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).",
15714 "zlib.error.__weakref__" => "list of weak references to the object",
15715 "zlib.error.add_note" => "Add a note to the exception",
15716 "zlib.error.with_traceback" => "Set self.__traceback__ to tb and return self.",
15717};