Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py46 def get_class_that_defined_method(meth): function
70 class_name = str(get_class_that_defined_method(testMethod)).split("'")[1]