OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whathdr
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py
3
Function
whathdr
() recognizes various types of sound file headers.
19
Function what() calls
whathdr
(). (It used to also use some
33
__all__ = ["what","
whathdr
"]
37
res =
whathdr
(filename)
41
def
whathdr
(filename):
function
toaiff.py
90
ftype = sndhdr.
whathdr
(fname)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py
3
Function
whathdr
() recognizes various types of sound file headers.
19
Function what() calls
whathdr
(). (It used to also use some
33
__all__ = ["what","
whathdr
"]
37
res =
whathdr
(filename)
41
def
whathdr
(filename):
function
toaiff.py
90
ftype = sndhdr.
whathdr
(fname)
Completed in 124 milliseconds