()
| 382 | |
| 383 | |
| 384 | def version(): |
| 385 | if not _has_version: |
| 386 | raise NotImplementedError("magic_version not implemented") |
| 387 | return magic_version() |
| 388 | |
| 389 | |
| 390 | MAGIC_NONE = 0x000000 # No flags |
no outgoing calls
no test coverage detected
searching dependent graphs…