Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F7673238: D2359.diff
Wed, Apr 30, 20:11
Unknown Object (File)
Tue, Apr 29, 07:03
Unknown Object (File)
Sun, Apr 27, 14:40
Unknown Object (File)
Fri, Apr 25, 16:33
Unknown Object (File)
Sat, Apr 5, 22:12
Unknown Object (File)
Sat, Apr 5, 22:12
Unknown Object (File)
Sat, Apr 5, 09:56
Unknown Object (File)
Thu, Apr 3, 20:48
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