Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
build.ArtifactEventHandler Class Reference
Inheritance diagram for build.ArtifactEventHandler:

Public Member Functions

 on_modified (self, event)
 

Detailed Description

File system listener rebuilding artifacts based on changed paths.

Definition at line 262 of file build.py.

Member Function Documentation

◆ on_modified()

build.ArtifactEventHandler.on_modified (   self,
  event 
)

Definition at line 265 of file build.py.

265 def on_modified(self, event):
266 path = os.path.relpath(event.src_path, '.')
267 Artifact.build_matching(lambda artifact: artifact.depends_on(path))
268
269

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