()
| 74 | |
| 75 | |
| 76 | def test_code_from_func() -> None: |
| 77 | co = Code.from_function(test_frame_getsourcelineno_myself) |
| 78 | assert co.firstlineno |
| 79 | assert co.path |
| 80 | |
| 81 | |
| 82 | def test_unicode_handling() -> None: |
nothing calls this directly
no test coverage detected