(self, node)
| 1430 | return "attr" in node._fields and node.attr or None |
| 1431 | |
| 1432 | def get_node_lineno(self, node): |
| 1433 | return (node.lineno) and node.lineno or 0 |
| 1434 | |
| 1435 | |
| 1436 | class TemplateResult(MutableMapping): |
no outgoing calls
no test coverage detected