Returns the token(s) we would use if importing this file from another. :param filename str: :rtype: list[str]
(filename)
| 406 | |
| 407 | @staticmethod |
| 408 | def file_import_tokens(filename): |
| 409 | """ |
| 410 | Returns the token(s) we would use if importing this file from another. |
| 411 | |
| 412 | :param filename str: |
| 413 | :rtype: list[str] |
| 414 | """ |
| 415 | return [] |
nothing calls this directly
no outgoing calls
no test coverage detected