ballast 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -2
- data/.rubocop.yml +3 -0
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/ballast.gemspec +1 -1
- data/doc/Ballast/AjaxResponse.html +312 -264
- data/doc/Ballast/Concerns/AjaxHandling.html +39 -34
- data/doc/Ballast/Concerns/Common.html +231 -93
- data/doc/Ballast/Concerns/ErrorsHandling.html +15 -14
- data/doc/Ballast/Concerns/View.html +43 -36
- data/doc/Ballast/Concerns.html +2 -2
- data/doc/Ballast/Configuration.html +23 -20
- data/doc/Ballast/Emoji/Character.html +19 -16
- data/doc/Ballast/Emoji/Utils.html +87 -82
- data/doc/Ballast/Emoji.html +2 -2
- data/doc/Ballast/Errors/Base.html +19 -17
- data/doc/Ballast/Errors/Failure.html +2 -2
- data/doc/Ballast/Errors/InvalidDomain.html +2 -2
- data/doc/Ballast/Errors/ValidationFailure.html +2 -2
- data/doc/Ballast/Errors.html +3 -3
- data/doc/Ballast/Middlewares/DefaultHost.html +19 -17
- data/doc/Ballast/Middlewares.html +2 -2
- data/doc/Ballast/RequestDomainMatcher.html +118 -112
- data/doc/Ballast/Service/Response.html +216 -208
- data/doc/Ballast/Service.html +172 -178
- data/doc/Ballast/Version.html +10 -6
- data/doc/Ballast.html +15 -14
- data/doc/_index.html +2 -2
- data/doc/file.README.html +4 -4
- data/doc/index.html +4 -4
- data/doc/method_list.html +24 -18
- data/doc/top-level-namespace.html +2 -39
- data/lib/ballast/ajax_response.rb +6 -1
- data/lib/ballast/concerns/common.rb +10 -0
- data/lib/ballast/errors.rb +1 -1
- data/lib/ballast/version.rb +3 -3
- data/spec/ballast/concerns/common_spec.rb +26 -0
- metadata +5 -19
- data/tmp/saikuro/index_cyclo.html +0 -158
- data/tmp/saikuro/lib/ballast/concerns/ajax.rb_cyclo.html +0 -21
- data/tmp/saikuro/lib/ballast/concerns/common.rb_cyclo.html +0 -20
- data/tmp/saikuro/lib/ballast/concerns/errors_handling.rb_cyclo.html +0 -14
- data/tmp/saikuro/lib/ballast/concerns/view.rb_cyclo.html +0 -20
- data/tmp/saikuro/lib/ballast/configuration.rb_cyclo.html +0 -10
- data/tmp/saikuro/lib/ballast/context.rb_cyclo.html +0 -11
- data/tmp/saikuro/lib/ballast/errors.rb_cyclo.html +0 -22
- data/tmp/saikuro/lib/ballast/middlewares/default_host.rb_cyclo.html +0 -14
- data/tmp/saikuro/lib/ballast/operation.rb_cyclo.html +0 -19
- data/tmp/saikuro/lib/ballast/operations_chain.rb_cyclo.html +0 -12
- data/tmp/saikuro/lib/ballast/request_domain_matcher.rb_cyclo.html +0 -11
- data/tmp/saikuro/lib/ballast/version.rb_cyclo.html +0 -9
- data/tmp/saikuro/lib/ballast.rb_cyclo.html +0 -8
@@ -1,158 +0,0 @@
|
|
1
|
-
<html><head><title>Index for cyclomatic complexity</title></head>
|
2
|
-
<style>
|
3
|
-
body {
|
4
|
-
margin: 20px;
|
5
|
-
padding: 0;
|
6
|
-
font-size: 12px;
|
7
|
-
font-family: bitstream vera sans, verdana, arial, sans serif;
|
8
|
-
background-color: #efefef;
|
9
|
-
}
|
10
|
-
|
11
|
-
table {
|
12
|
-
border-collapse: collapse;
|
13
|
-
/*border-spacing: 0;*/
|
14
|
-
border: 1px solid #666;
|
15
|
-
background-color: #fff;
|
16
|
-
margin-bottom: 20px;
|
17
|
-
}
|
18
|
-
|
19
|
-
table, th, th+th, td, td+td {
|
20
|
-
border: 1px solid #ccc;
|
21
|
-
}
|
22
|
-
|
23
|
-
table th {
|
24
|
-
font-size: 12px;
|
25
|
-
color: #fc0;
|
26
|
-
padding: 4px 0;
|
27
|
-
background-color: #336;
|
28
|
-
}
|
29
|
-
|
30
|
-
th, td {
|
31
|
-
padding: 4px 10px;
|
32
|
-
}
|
33
|
-
|
34
|
-
td {
|
35
|
-
font-size: 13px;
|
36
|
-
}
|
37
|
-
|
38
|
-
.class_name {
|
39
|
-
font-size: 17px;
|
40
|
-
margin: 20px 0 0;
|
41
|
-
}
|
42
|
-
|
43
|
-
.class_complexity {
|
44
|
-
margin: 0 auto;
|
45
|
-
}
|
46
|
-
|
47
|
-
.class_complexity>.class_complexity {
|
48
|
-
margin: 0;
|
49
|
-
}
|
50
|
-
|
51
|
-
.class_total_complexity, .class_total_lines, .start_token_count, .file_count {
|
52
|
-
font-size: 13px;
|
53
|
-
font-weight: bold;
|
54
|
-
}
|
55
|
-
|
56
|
-
.class_total_complexity, .class_total_lines {
|
57
|
-
color: #c00;
|
58
|
-
}
|
59
|
-
|
60
|
-
.start_token_count, .file_count {
|
61
|
-
color: #333;
|
62
|
-
}
|
63
|
-
|
64
|
-
.warning {
|
65
|
-
background-color: yellow;
|
66
|
-
}
|
67
|
-
|
68
|
-
.error {
|
69
|
-
background-color: #f00;
|
70
|
-
}
|
71
|
-
</style>
|
72
|
-
|
73
|
-
<body>
|
74
|
-
<h1>Index for cyclomatic complexity</h1>
|
75
|
-
|
76
|
-
<hr/>
|
77
|
-
<h2 class="class_name">Analyzed Files</h2>
|
78
|
-
<ul>
|
79
|
-
<li>
|
80
|
-
<p class="file_name"><a href="./lib/ballast/concerns/ajax.rb_cyclo.html">lib/ballast/concerns/ajax.rb</a>
|
81
|
-
</li>
|
82
|
-
<li>
|
83
|
-
<p class="file_name"><a href="./lib/ballast/concerns/common.rb_cyclo.html">lib/ballast/concerns/common.rb</a>
|
84
|
-
</li>
|
85
|
-
<li>
|
86
|
-
<p class="file_name"><a href="./lib/ballast/concerns/errors_handling.rb_cyclo.html">lib/ballast/concerns/errors_handling.rb</a>
|
87
|
-
</li>
|
88
|
-
<li>
|
89
|
-
<p class="file_name"><a href="./lib/ballast/concerns/view.rb_cyclo.html">lib/ballast/concerns/view.rb</a>
|
90
|
-
</li>
|
91
|
-
<li>
|
92
|
-
<p class="file_name"><a href="./lib/ballast/configuration.rb_cyclo.html">lib/ballast/configuration.rb</a>
|
93
|
-
</li>
|
94
|
-
<li>
|
95
|
-
<p class="file_name"><a href="./lib/ballast/context.rb_cyclo.html">lib/ballast/context.rb</a>
|
96
|
-
</li>
|
97
|
-
<li>
|
98
|
-
<p class="file_name"><a href="./lib/ballast/errors.rb_cyclo.html">lib/ballast/errors.rb</a>
|
99
|
-
</li>
|
100
|
-
<li>
|
101
|
-
<p class="file_name"><a href="./lib/ballast/middlewares/default_host.rb_cyclo.html">lib/ballast/middlewares/default_host.rb</a>
|
102
|
-
</li>
|
103
|
-
<li>
|
104
|
-
<p class="file_name"><a href="./lib/ballast/operation.rb_cyclo.html">lib/ballast/operation.rb</a>
|
105
|
-
</li>
|
106
|
-
<li>
|
107
|
-
<p class="file_name"><a href="./lib/ballast/operations_chain.rb_cyclo.html">lib/ballast/operations_chain.rb</a>
|
108
|
-
</li>
|
109
|
-
<li>
|
110
|
-
<p class="file_name"><a href="./lib/ballast/request_domain_matcher.rb_cyclo.html">lib/ballast/request_domain_matcher.rb</a>
|
111
|
-
</li>
|
112
|
-
<li>
|
113
|
-
<p class="file_name"><a href="./lib/ballast/version.rb_cyclo.html">lib/ballast/version.rb</a>
|
114
|
-
</li>
|
115
|
-
<li>
|
116
|
-
<p class="file_name"><a href="./lib/ballast.rb_cyclo.html">lib/ballast.rb</a>
|
117
|
-
</li>
|
118
|
-
<li>
|
119
|
-
<p class="file_name"><a href="./lib/ballast/concerns/ajax.rb_cyclo.html">lib/ballast/concerns/ajax.rb</a>
|
120
|
-
</li>
|
121
|
-
<li>
|
122
|
-
<p class="file_name"><a href="./lib/ballast/concerns/common.rb_cyclo.html">lib/ballast/concerns/common.rb</a>
|
123
|
-
</li>
|
124
|
-
<li>
|
125
|
-
<p class="file_name"><a href="./lib/ballast/concerns/errors_handling.rb_cyclo.html">lib/ballast/concerns/errors_handling.rb</a>
|
126
|
-
</li>
|
127
|
-
<li>
|
128
|
-
<p class="file_name"><a href="./lib/ballast/concerns/view.rb_cyclo.html">lib/ballast/concerns/view.rb</a>
|
129
|
-
</li>
|
130
|
-
<li>
|
131
|
-
<p class="file_name"><a href="./lib/ballast/configuration.rb_cyclo.html">lib/ballast/configuration.rb</a>
|
132
|
-
</li>
|
133
|
-
<li>
|
134
|
-
<p class="file_name"><a href="./lib/ballast/context.rb_cyclo.html">lib/ballast/context.rb</a>
|
135
|
-
</li>
|
136
|
-
<li>
|
137
|
-
<p class="file_name"><a href="./lib/ballast/errors.rb_cyclo.html">lib/ballast/errors.rb</a>
|
138
|
-
</li>
|
139
|
-
<li>
|
140
|
-
<p class="file_name"><a href="./lib/ballast/middlewares/default_host.rb_cyclo.html">lib/ballast/middlewares/default_host.rb</a>
|
141
|
-
</li>
|
142
|
-
<li>
|
143
|
-
<p class="file_name"><a href="./lib/ballast/operation.rb_cyclo.html">lib/ballast/operation.rb</a>
|
144
|
-
</li>
|
145
|
-
<li>
|
146
|
-
<p class="file_name"><a href="./lib/ballast/operations_chain.rb_cyclo.html">lib/ballast/operations_chain.rb</a>
|
147
|
-
</li>
|
148
|
-
<li>
|
149
|
-
<p class="file_name"><a href="./lib/ballast/request_domain_matcher.rb_cyclo.html">lib/ballast/request_domain_matcher.rb</a>
|
150
|
-
</li>
|
151
|
-
<li>
|
152
|
-
<p class="file_name"><a href="./lib/ballast/version.rb_cyclo.html">lib/ballast/version.rb</a>
|
153
|
-
</li>
|
154
|
-
<li>
|
155
|
-
<p class="file_name"><a href="./lib/ballast.rb_cyclo.html">lib/ballast.rb</a>
|
156
|
-
</li>
|
157
|
-
</ul>
|
158
|
-
</body></html>
|
@@ -1,21 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:3
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Concerns --
|
8
|
-
Type:Module Name:Ballast::Concerns Complexity:0 Lines:3
|
9
|
-
-- END Ballast::Concerns --
|
10
|
-
-- START Ballast::Concerns::Ajax --
|
11
|
-
Type:Module Name:Ballast::Concerns::Ajax Complexity:24 Lines:122
|
12
|
-
Type:Def Name:is_ajax? Complexity:2 Lines:2
|
13
|
-
Type:Def Name:prepare_ajax Complexity:3 Lines:5
|
14
|
-
Type:Def Name:send_ajax Complexity:4 Lines:15
|
15
|
-
Type:Def Name:update_ajax Complexity:2 Lines:4
|
16
|
-
Type:Def Name:prevent_caching Complexity:1 Lines:6
|
17
|
-
Type:Def Name:allow_cors Complexity:3 Lines:9
|
18
|
-
Type:Def Name:generate_robots_txt Complexity:3 Lines:9
|
19
|
-
Type:Def Name:prepare_ajax_send Complexity:3 Lines:5
|
20
|
-
Type:Def Name:format_ajax_send Complexity:3 Lines:6
|
21
|
-
-- END Ballast::Concerns::Ajax --
|
@@ -1,20 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:2
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Concerns --
|
8
|
-
Type:Module Name:Ballast::Concerns Complexity:0 Lines:3
|
9
|
-
-- END Ballast::Concerns --
|
10
|
-
-- START Ballast::Concerns::Common --
|
11
|
-
Type:Module Name:Ballast::Concerns::Common Complexity:18 Lines:100
|
12
|
-
Type:Def Name:is_json? Complexity:2 Lines:2
|
13
|
-
Type:Def Name:sending_data? Complexity:1 Lines:2
|
14
|
-
Type:Def Name:perform_operation Complexity:1 Lines:2
|
15
|
-
Type:Def Name:perform_operations_chain Complexity:1 Lines:2
|
16
|
-
Type:Def Name:format_short_duration Complexity:4 Lines:13
|
17
|
-
Type:Def Name:format_short_amount Complexity:3 Lines:8
|
18
|
-
Type:Def Name:format_long_date Complexity:3 Lines:4
|
19
|
-
Type:Def Name:authenticate_user Complexity:3 Lines:10
|
20
|
-
-- END Ballast::Concerns::Common --
|
@@ -1,14 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:2
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Concerns --
|
8
|
-
Type:Module Name:Ballast::Concerns Complexity:0 Lines:3
|
9
|
-
-- END Ballast::Concerns --
|
10
|
-
-- START Ballast::Concerns::ErrorsHandling --
|
11
|
-
Type:Module Name:Ballast::Concerns::ErrorsHandling Complexity:6 Lines:44
|
12
|
-
Type:Def Name:handle_error Complexity:3 Lines:16
|
13
|
-
Type:Def Name:send_or_render_error Complexity:3 Lines:11
|
14
|
-
-- END Ballast::Concerns::ErrorsHandling --
|
@@ -1,20 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:2
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Concerns --
|
8
|
-
Type:Module Name:Ballast::Concerns Complexity:0 Lines:3
|
9
|
-
-- END Ballast::Concerns --
|
10
|
-
-- START Ballast::Concerns::View --
|
11
|
-
Type:Module Name:Ballast::Concerns::View Complexity:14 Lines:78
|
12
|
-
Type:Def Name:scope_css Complexity:1 Lines:2
|
13
|
-
Type:Def Name:browser Complexity:1 Lines:2
|
14
|
-
Type:Def Name:browser_supported? Complexity:2 Lines:3
|
15
|
-
Type:Def Name:layout_params Complexity:2 Lines:3
|
16
|
-
Type:Def Name:set_layout_params Complexity:1 Lines:3
|
17
|
-
Type:Def Name:javascript_params Complexity:2 Lines:3
|
18
|
-
Type:Def Name:add_javascript_params Complexity:4 Lines:12
|
19
|
-
Type:Def Name:initialize_view_params Complexity:1 Lines:3
|
20
|
-
-- END Ballast::Concerns::View --
|
@@ -1,10 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:4
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Configuration --
|
8
|
-
Type:Class Name:Ballast::Configuration Complexity:4 Lines:20
|
9
|
-
Type:Def Name:initialize Complexity:4 Lines:12
|
10
|
-
-- END Ballast::Configuration --
|
@@ -1,11 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:3
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Context --
|
8
|
-
Type:Class Name:Ballast::Context Complexity:3 Lines:29
|
9
|
-
Type:Def Name:self.build Complexity:1 Lines:7
|
10
|
-
Type:Def Name:method_missing Complexity:2 Lines:8
|
11
|
-
-- END Ballast::Context --
|
@@ -1,22 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:3
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Errors --
|
8
|
-
Type:Module Name:Ballast::Errors Complexity:0 Lines:15
|
9
|
-
-- END Ballast::Errors --
|
10
|
-
-- START Ballast::Errors::BaseError --
|
11
|
-
Type:Class Name:Ballast::Errors::BaseError Complexity:1 Lines:7
|
12
|
-
Type:Def Name:initialize Complexity:1 Lines:3
|
13
|
-
-- END Ballast::Errors::BaseError --
|
14
|
-
-- START Ballast::Errors::InvalidDomain --
|
15
|
-
Type:Class Name:Ballast::Errors::InvalidDomain Complexity:0 Lines:1
|
16
|
-
-- END Ballast::Errors::InvalidDomain --
|
17
|
-
-- START Ballast::Errors::PerformError --
|
18
|
-
Type:Class Name:Ballast::Errors::PerformError Complexity:0 Lines:1
|
19
|
-
-- END Ballast::Errors::PerformError --
|
20
|
-
-- START Ballast::Errors::ValidationError --
|
21
|
-
Type:Class Name:Ballast::Errors::ValidationError Complexity:0 Lines:1
|
22
|
-
-- END Ballast::Errors::ValidationError --
|
@@ -1,14 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:3
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Middlewares --
|
8
|
-
Type:Module Name:Ballast::Middlewares Complexity:0 Lines:3
|
9
|
-
-- END Ballast::Middlewares --
|
10
|
-
-- START Ballast::Middlewares::DefaultHost --
|
11
|
-
Type:Class Name:Ballast::Middlewares::DefaultHost Complexity:3 Lines:26
|
12
|
-
Type:Def Name:initialize Complexity:1 Lines:3
|
13
|
-
Type:Def Name:call Complexity:2 Lines:12
|
14
|
-
-- END Ballast::Middlewares::DefaultHost --
|
@@ -1,19 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:3
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Operation --
|
8
|
-
Type:Class Name:Ballast::Operation Complexity:27 Lines:127
|
9
|
-
Type:Def Name:self.perform Complexity:2 Lines:4
|
10
|
-
Type:Def Name:initialize Complexity:1 Lines:3
|
11
|
-
Type:Def Name:setup_response Complexity:3 Lines:12
|
12
|
-
Type:Def Name:import_response Complexity:3 Lines:5
|
13
|
-
Type:Def Name:perform_with_handling Complexity:5 Lines:10
|
14
|
-
Type:Def Name:fail! Complexity:2 Lines:3
|
15
|
-
Type:Def Name:import_error Complexity:5 Lines:10
|
16
|
-
Type:Def Name:resolve_error Complexity:3 Lines:4
|
17
|
-
Type:Def Name:in_em_thread Complexity:1 Lines:2
|
18
|
-
Type:Def Name:method_missing Complexity:2 Lines:6
|
19
|
-
-- END Ballast::Operation --
|
@@ -1,12 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:6
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::OperationsChain --
|
8
|
-
Type:Class Name:Ballast::OperationsChain Complexity:4 Lines:33
|
9
|
-
Type:Def Name:self.perform Complexity:2 Lines:3
|
10
|
-
Type:Def Name:initialize Complexity:1 Lines:3
|
11
|
-
Type:Def Name:interactors Complexity:1 Lines:2
|
12
|
-
-- END Ballast::OperationsChain --
|
@@ -1,11 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:12
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::RequestDomainMatcher --
|
8
|
-
Type:Class Name:Ballast::RequestDomainMatcher Complexity:3 Lines:24
|
9
|
-
Type:Def Name:initialize Complexity:1 Lines:5
|
10
|
-
Type:Def Name:matches? Complexity:2 Lines:3
|
11
|
-
-- END Ballast::RequestDomainMatcher --
|
@@ -1,9 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:1
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:0 Lines:5
|
6
|
-
-- END Ballast --
|
7
|
-
-- START Ballast::Version --
|
8
|
-
Type:Module Name:Ballast::Version Complexity:0 Lines:12
|
9
|
-
-- END Ballast::Version --
|
@@ -1,8 +0,0 @@
|
|
1
|
-
-- START --
|
2
|
-
Type:Global Name: Complexity:0 Lines:0
|
3
|
-
-- END --
|
4
|
-
-- START Ballast --
|
5
|
-
Type:Module Name:Ballast Complexity:7 Lines:24
|
6
|
-
Type:Def Name:self.in_em_thread Complexity:4 Lines:11
|
7
|
-
Type:Def Name:self.run_in_thread Complexity:3 Lines:4
|
8
|
-
-- END Ballast --
|