Returns the token(s) we would use if importing this file from another. :param filename str: :rtype: list[str]
(filename)
| 400 | |
| 401 | @staticmethod |
| 402 | def file_import_tokens(filename): |
| 403 | """ |
| 404 | Returns the token(s) we would use if importing this file from another. |
| 405 | |
| 406 | :param filename str: |
| 407 | :rtype: list[str] |
| 408 | """ |
| 409 | return [] |