(
self, get_examples, nlp, custom1: str, custom2: StrictBool = False
)
| 26 | self.from_initialize = None |
| 27 | |
| 28 | def initialize( |
| 29 | self, get_examples, nlp, custom1: str, custom2: StrictBool = False |
| 30 | ): |
| 31 | self.from_initialize = (custom1, custom2) |
| 32 | |
| 33 | Language.factory(name, func=lambda nlp, name: Component()) |
| 34 |
no outgoing calls
no test coverage detected