9509:c06561080e32 | 9510:b1c92d588478 |
---|---|
253 """ | 253 """ |
254 | 254 |
255 module: str | 255 module: str |
256 file: str | 256 file: str |
257 lineno: int | 257 lineno: int |
258 identifiers: list[str] | 258 identifiers: list |
259 name: str = "__all__" | 259 name: str = "__all__" |
260 | 260 |
261 | 261 |
262 class Imports: | 262 class Imports: |
263 """ | 263 """ |