Searched refs:detect_from_fobj (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/file/python/ | ||
H A D | CHANGELOG.md | 20 - Add function `detect_from_fobj` |
H A D | tests.py | 26 result = magic.detect_from_fobj(fobj) |
H A D | magic.py | 341 def detect_from_fobj(fobj): function |