Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
recipes.MalformedRecipesCfg Class Reference
Inheritance diagram for recipes.MalformedRecipesCfg:

Public Member Functions

 __init__ (self, msg, path)
 

Detailed Description

Definition at line 49 of file recipes.py.

Constructor & Destructor Documentation

◆ __init__()

recipes.MalformedRecipesCfg.__init__ (   self,
  msg,
  path 
)

Definition at line 51 of file recipes.py.

51 def __init__(self, msg, path):
52 full_message = f'malformed recipes.cfg: {msg}: {path!r}'
53 super().__init__(full_message)
54
55

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