Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
tools.skpbench.sheet.FullConfig Class Reference
Inheritance diagram for tools.skpbench.sheet.FullConfig:

Public Member Functions

def qualified_name (self, qualifiers=RESULT_QUALIFIERS)
 

Detailed Description

Definition at line 54 of file sheet.py.

Member Function Documentation

◆ qualified_name()

def tools.skpbench.sheet.FullConfig.qualified_name (   self,
  qualifiers = RESULT_QUALIFIERS 
)

Definition at line 55 of file sheet.py.

55 def qualified_name(self, qualifiers=RESULT_QUALIFIERS):
56 return get_qualified_name(self.config.replace(',', ' '),
57 {x:getattr(self, x) for x in qualifiers})
58
def get_qualified_name(name, qualifiers)
Definition: sheet.py:59

The documentation for this class was generated from the following file: