Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F11032141: D2359.diff
Sun, Aug 10, 04:36
F11024753: D2359.diff
Sat, Aug 9, 17:04
Unknown Object (File)
Mon, Aug 4, 20:38
Unknown Object (File)
Sun, Aug 3, 11:57
Unknown Object (File)
Wed, Jul 30, 16:18
Unknown Object (File)
Sun, Jul 27, 00:17
Unknown Object (File)
Sat, Jul 26, 06:42
Unknown Object (File)
Jul 10 2025, 16:23
Subscribers
None

Details

Summary

This is useful to debug the application or instrument it.

Test Plan
from importlib.machinery import SourceFileLoader

notifications = SourceFileLoader('notifications', '/usr/local/bin/notifications').load_module()

Diff Detail

Repository
rNOTIFCLI Notifications center CLI client
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3666
Build 3915: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 11 2020, 19:17