Home
last modified time | relevance | path

Searched refs:detect_from_fobj (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/python/
H A DCHANGELOG.md20 - Add function `detect_from_fobj`
H A Dtests.py26 result = magic.detect_from_fobj(fobj)
H A Dmagic.py341 def detect_from_fobj(fobj): function