Returns the token(s) we would use if importing this file from another. :param filename str: :rtype: list[str]
(filename)
| 336 | |
| 337 | @staticmethod |
| 338 | def file_import_tokens(filename): |
| 339 | """ |
| 340 | Returns the token(s) we would use if importing this file from another. |
| 341 | |
| 342 | :param filename str: |
| 343 | :rtype: list[str] |
| 344 | """ |
| 345 | return [] |
nothing calls this directly
no outgoing calls
no test coverage detected