Rule to parse #include directives.
 
Definition at line 21 of file interface_parser/declaration.py.
◆ __init__()
      
        
          | def gtwrap.interface_parser.declaration.Include.__init__ | ( |  | self, | 
        
          |  |  | CharsNotIn | header, | 
        
          |  |  | str | parent = '' | 
        
          |  | ) |  |  | 
      
 
 
◆ __repr__()
      
        
          | str gtwrap.interface_parser.declaration.Include.__repr__ | ( |  | self | ) |  | 
      
 
 
◆ header
      
        
          | gtwrap.interface_parser.declaration.Include.header | 
      
 
 
◆ parent
      
        
          | gtwrap.interface_parser.declaration.Include.parent | 
      
 
 
◆ rule
  
  | 
        
          | tuple gtwrap.interface_parser.declaration.Include.rule |  | static | 
 
Initial value:=  (INCLUDE + LOPBRACK + CharsNotIn('>')("header") +
            ROPBRACK).setParseAction(lambda t: Include(t.header))
Definition at line 25 of file interface_parser/declaration.py.
 
 
The documentation for this class was generated from the following file: