()
| 23 | return None |
| 24 | |
| 25 | def initialize_object(): |
| 26 | if not hasattr(thread_local, 'object'): |
| 27 | thread_local.object = TextInfer(args, 'cuda:0') |
| 28 | return thread_local.object |
| 29 | |
| 30 | obj = initialize_object() |
| 31 |
no outgoing calls
no test coverage detected