()
| 1096 | scope_name = random_str(10) |
| 1097 | |
| 1098 | def after_exit(): |
| 1099 | remove(scope_name) |
| 1100 | return False # Propagate Exception |
| 1101 | |
| 1102 | return put_html(html, sanitize=False, scope=scope, position=position). \ |
| 1103 | enable_context_manager(container_dom_id=scope_name, after_exit=after_exit) |
nothing calls this directly
no test coverage detected
searching dependent graphs…