Return the original data represented by the node.
(self)
| 64 | return self.get_id() |
| 65 | |
| 66 | def get_data(self): |
| 67 | """ |
| 68 | Return the original data represented by the node. |
| 69 | """ |
| 70 | return self.data |
| 71 | |
| 72 | def get_type(self): |
| 73 | """ |
no outgoing calls
no test coverage detected