(function_node)
| 44 | |
| 45 | @staticmethod |
| 46 | def get_comment_node(function_node): |
| 47 | comment_node = get_node_by_kind(function_node, kind='comment') |
| 48 | return comment_node |
| 49 | |
| 50 | @staticmethod |
| 51 | def get_class_list(node): |
nothing calls this directly
no test coverage detected