Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scripts.css_code_generator.Error Class Reference

Public Member Functions

 __init__ (self, message)
 
 __repr__ (self)
 

Public Attributes

 message
 

Detailed Description

Definition at line 43 of file css_code_generator.py.

Constructor & Destructor Documentation

◆ __init__()

scripts.css_code_generator.Error.__init__ (   self,
  message 
)

Definition at line 45 of file css_code_generator.py.

45 def __init__(self, message):
46 self.message = message
47

Member Function Documentation

◆ __repr__()

scripts.css_code_generator.Error.__repr__ (   self)

Definition at line 48 of file css_code_generator.py.

48 def __repr__(self):
49 return self.message
50
51

Member Data Documentation

◆ message

scripts.css_code_generator.Error.message

Definition at line 46 of file css_code_generator.py.


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