(dirname,fnames,included_suffixes)
| 120 | tf1 = NamedTemporaryFile(dir=td) |
| 121 | tf2 = NamedTemporaryFile(dir=td) |
| 122 | def fake_formatter(dirname,fnames,included_suffixes): |
| 123 | return ["hello","world"] |
| 124 | fl = display.FileLinks(td,notebook_display_formatter=fake_formatter) |
| 125 | actual = fl._repr_html_() |
| 126 | actual = actual.split('\n') |
nothing calls this directly
no outgoing calls
no test coverage detected