49 <tr> |
49 <tr> |
50 <td><a href="#isBytes_1">isBytes</a></td> |
50 <td><a href="#isBytes_1">isBytes</a></td> |
51 <td>Function to check that a node is a bytes.</td> |
51 <td>Function to check that a node is a bytes.</td> |
52 </tr> |
52 </tr> |
53 <tr> |
53 <tr> |
|
54 <td><a href="#isEllipsis">isEllipsis</a></td> |
|
55 <td>Function to check that a node is an ellipsis.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="#isEllipsis_1">isEllipsis</a></td> |
|
59 <td>Function to check that a node is an ellipsis.</td> |
|
60 </tr> |
|
61 <tr> |
54 <td><a href="#isNameConstant">isNameConstant</a></td> |
62 <td><a href="#isNameConstant">isNameConstant</a></td> |
55 <td>Function to check that a node is a name constant.</td> |
63 <td>Function to check that a node is a name constant.</td> |
56 </tr> |
64 </tr> |
57 <tr> |
65 <tr> |
58 <td><a href="#isNameConstant_1">isNameConstant</a></td> |
66 <td><a href="#isNameConstant_1">isNameConstant</a></td> |
263 </dd> |
271 </dd> |
264 </dl> |
272 </dl> |
265 <div align="right"><a href="#top">Up</a></div> |
273 <div align="right"><a href="#top">Up</a></div> |
266 <hr /> |
274 <hr /> |
267 <hr /> |
275 <hr /> |
|
276 <a NAME="isEllipsis" ID="isEllipsis"></a> |
|
277 <h2>isEllipsis</h2> |
|
278 <b>isEllipsis</b>(<i>node</i>) |
|
279 |
|
280 <p> |
|
281 Function to check that a node is an ellipsis. |
|
282 </p> |
|
283 <dl> |
|
284 |
|
285 <dt><i>node</i> (ast.AST)</dt> |
|
286 <dd> |
|
287 reference to the node to check |
|
288 </dd> |
|
289 </dl> |
|
290 <dl> |
|
291 <dt>Return:</dt> |
|
292 <dd> |
|
293 flag indicating an ellipsis |
|
294 </dd> |
|
295 </dl> |
|
296 <dl> |
|
297 <dt>Return Type:</dt> |
|
298 <dd> |
|
299 bool |
|
300 </dd> |
|
301 </dl> |
|
302 <div align="right"><a href="#top">Up</a></div> |
|
303 <hr /> |
|
304 <hr /> |
|
305 <a NAME="isEllipsis_1" ID="isEllipsis_1"></a> |
|
306 <h2>isEllipsis</h2> |
|
307 <b>isEllipsis</b>(<i>node</i>) |
|
308 |
|
309 <p> |
|
310 Function to check that a node is an ellipsis. |
|
311 </p> |
|
312 <dl> |
|
313 |
|
314 <dt><i>node</i> (ast.AST)</dt> |
|
315 <dd> |
|
316 reference to the node to check |
|
317 </dd> |
|
318 </dl> |
|
319 <dl> |
|
320 <dt>Return:</dt> |
|
321 <dd> |
|
322 flag indicating an ellipsis |
|
323 </dd> |
|
324 </dl> |
|
325 <dl> |
|
326 <dt>Return Type:</dt> |
|
327 <dd> |
|
328 bool |
|
329 </dd> |
|
330 </dl> |
|
331 <div align="right"><a href="#top">Up</a></div> |
|
332 <hr /> |
|
333 <hr /> |
268 <a NAME="isNameConstant" ID="isNameConstant"></a> |
334 <a NAME="isNameConstant" ID="isNameConstant"></a> |
269 <h2>isNameConstant</h2> |
335 <h2>isNameConstant</h2> |
270 <b>isNameConstant</b>(<i>node</i>) |
336 <b>isNameConstant</b>(<i>node</i>) |
271 |
337 |
272 <p> |
338 <p> |