Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F13395732: D2359.id5942.diff
Sat, Nov 22, 02:01
F13394871: D2359.diff
Sat, Nov 22, 01:53
F13390750: D2359.id5941.diff
Sat, Nov 22, 01:11
F13390274: D2359.id5941.diff
Sat, Nov 22, 01:05
Unknown Object (File)
Sat, Nov 15, 13:08
Unknown Object (File)
Wed, Nov 12, 01:22
Unknown Object (File)
Mon, Nov 10, 10:59
Unknown Object (File)
Sat, Nov 8, 23:31
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