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