From 1e5c28f36b0fd2d5ac1683c88d48e3d7c243e993 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 22:18:22 +0200 Subject: Adding upstream version 0.1.28. Signed-off-by: Daniel Baumann --- .../d_64287305fe0c6642___init___py.html | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 coverage-report/d_64287305fe0c6642___init___py.html (limited to 'coverage-report/d_64287305fe0c6642___init___py.html') diff --git a/coverage-report/d_64287305fe0c6642___init___py.html b/coverage-report/d_64287305fe0c6642___init___py.html new file mode 100644 index 0000000..6ff82c5 --- /dev/null +++ b/coverage-report/d_64287305fe0c6642___init___py.html @@ -0,0 +1,136 @@ + + + + + Coverage for src/debputy/plugin/api/__init__.py: 100% + + + + + +
+
+

+ Coverage for src/debputy/plugin/api/__init__.py: + 100% +

+ +

+ 3 statements   + + + + +

+

+ « prev     + ^ index     + » next +       + coverage.py v7.2.7, + created at 2024-04-07 12:14 +0200 +

+ +
+
+
+

1from ...exceptions import ( 

+

2 DebputyPluginRuntimeError, 

+

3 DebputyMetadataAccessError, 

+

4) 

+

5from .spec import ( 

+

6 DebputyPluginInitializer, 

+

7 PackageProcessingContext, 

+

8 MetadataAutoDetector, 

+

9 DpkgTriggerType, 

+

10 Maintscript, 

+

11 VirtualPath, 

+

12 BinaryCtrlAccessor, 

+

13 PluginInitializationEntryPoint, 

+

14 undocumented_attr, 

+

15 documented_attr, 

+

16 reference_documentation, 

+

17 virtual_path_def, 

+

18 packager_provided_file_reference_documentation, 

+

19) 

+

20 

+

21__all__ = [ 

+

22 "DebputyPluginInitializer", 

+

23 "PackageProcessingContext", 

+

24 "MetadataAutoDetector", 

+

25 "DpkgTriggerType", 

+

26 "Maintscript", 

+

27 "BinaryCtrlAccessor", 

+

28 "VirtualPath", 

+

29 "PluginInitializationEntryPoint", 

+

30 "documented_attr", 

+

31 "undocumented_attr", 

+

32 "reference_documentation", 

+

33 "virtual_path_def", 

+

34 "DebputyPluginRuntimeError", 

+

35 "DebputyMetadataAccessError", 

+

36 "packager_provided_file_reference_documentation", 

+

37] 

+
+ + + -- cgit v1.2.3