Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
scripts.htmldartgenerator Namespace Reference

Classes

class  HtmlDartGenerator
 

Variables

 _logger = logging.getLogger('htmldartgenerator')
 
dict _secure_base_types
 
list _custom_factories
 

Detailed Description

This module provides shared functionality for the system to generate
dart:html APIs from the IDL database.

Variable Documentation

◆ _custom_factories

list scripts.htmldartgenerator._custom_factories
protected
Initial value:
1= [
2 'Notification',
3 'EventSource',
4]

Definition at line 35 of file htmldartgenerator.py.

◆ _logger

scripts.htmldartgenerator._logger = logging.getLogger('htmldartgenerator')
protected

Definition at line 23 of file htmldartgenerator.py.

◆ _secure_base_types

dict scripts.htmldartgenerator._secure_base_types
protected
Initial value:
1= {
2 'Window': 'WindowBase',
3 'Location': 'LocationBase',
4 'History': 'HistoryBase',
5}

Definition at line 29 of file htmldartgenerator.py.