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

Public Member Functions

 qualified_name (self, qualifiers=RESULT_QUALIFIERS)
 

Detailed Description

Definition at line 54 of file sheet.py.

Member Function Documentation

◆ qualified_name()

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

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