File system listener rebuilding artifacts based on changed paths.
Definition at line 262 of file build.py.
◆ on_modified()
def 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:
- third_party/dart-lang/sdk/runtime/tools/wiki/build/build.py