Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected 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

 __init__ (self, name, dart2jsOnly)
 

Public Attributes

 name
 

Protected Attributes

 _used_keys
 
 _dart2jsOnly
 

Detailed Description

Definition at line 17 of file monitored.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Data Documentation

◆ _dart2jsOnly

scripts.monitored.MonitoredCollection._dart2jsOnly
protected

Definition at line 22 of file monitored.py.

◆ _used_keys

scripts.monitored.MonitoredCollection._used_keys
protected

Definition at line 21 of file monitored.py.

◆ name

scripts.monitored.MonitoredCollection.name

Definition at line 20 of file monitored.py.


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