MCPcopy Create free account
hub / github.com/ahupp/python-magic / version

Function version

magic/__init__.py:384–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382
383
384def version():
385 if not _has_version:
386 raise NotImplementedError("magic_version not implemented")
387 return magic_version()
388
389
390MAGIC_NONE = 0x000000 # No flags

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…