Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
scripts.monitored.MonitoredCollection Class Reference
Inheritance diagram for scripts.monitored.MonitoredCollection:
scripts.monitored.Dict scripts.monitored.Set

Public Member Functions

def __init__ (self, name, dart2jsOnly)
 

Public Attributes

 name
 

Detailed Description

Definition at line 17 of file monitored.py.

Constructor & Destructor Documentation

◆ __init__()

def scripts.monitored.MonitoredCollection.__init__ (   self,
  name,
  dart2jsOnly 
)

Reimplemented in scripts.monitored.Set, and scripts.monitored.Dict.

Definition at line 19 of file monitored.py.

19 def __init__(self, name, dart2jsOnly):
20 self.name = name
21 self._used_keys = set()
22 self._dart2jsOnly = dart2jsOnly
23 _monitored_values.append(self)
24
25
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not set
Definition: switches.h:76

Member Data Documentation

◆ name

scripts.monitored.MonitoredCollection.name

Definition at line 20 of file monitored.py.


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