(self, environment: Environment)
| 86 | priority = 100 |
| 87 | |
| 88 | def __init__(self, environment: Environment) -> None: |
| 89 | self.environment = environment |
| 90 | |
| 91 | def bind(self, environment: Environment) -> "Extension": |
| 92 | """Create a copy of this extension bound to another environment.""" |