Searched refs:meta_get (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/programs/ |
H A D | test-sndfile-metadata-set.py | 74 def meta_get (self, should_fail, args): member in Programs 91 output = programs.meta_get (False, "%s %s" % (arg, filename)) 136 output = programs.meta_get (False, "--bext-coding-hist output.wav") 145 output = programs.meta_get (False, "--bext-originator output.wav")
|
/third_party/python/Objects/ |
H A D | typeobject.c | 3906 descrgetfunc meta_get; in type_getattro() local 3923 meta_get = NULL; in type_getattro() 3930 meta_get = Py_TYPE(meta_attribute)->tp_descr_get; in type_getattro() 3932 if (meta_get != NULL && PyDescr_IsData(meta_attribute)) { in type_getattro() 3937 res = meta_get(meta_attribute, (PyObject *)type, in type_getattro() 3968 if (meta_get != NULL) { in type_getattro() 3970 res = meta_get(meta_attribute, (PyObject *)type, in type_getattro()
|
Completed in 11 milliseconds