Return a name of a symbol.
(self)
| 299 | yield flagname |
| 300 | |
| 301 | def get_name(self): |
| 302 | """Return a name of a symbol. |
| 303 | """ |
| 304 | return self.__name |
| 305 | |
| 306 | def is_referenced(self): |
| 307 | """Return *True* if the symbol is used in |
no outgoing calls
no test coverage detected