Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
klaus_wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eteri
klaus_wendelin
Commits
b18682a8
Commit
b18682a8
authored
Apr 13, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Plain Diff
Coding styles
See merge request
nexedi/wendelin!119
parents
f7d2280c
cafe0214
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
...lin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
+6
-6
bt5/erp5_wendelin_examples/ExtensionTemplateItem/portal_components/extension.erp5.WendelinExamples.py
...Item/portal_components/extension.erp5.WendelinExamples.py
+3
-3
bt5/erp5_wendelin_examples/ExtensionTemplateItem/portal_components/extension.erp5.WendelinExamples.xml
...tem/portal_components/extension.erp5.WendelinExamples.xml
+1
-5
No files found.
bt5/erp5_wendelin_development/SkinTemplateItem/portal_skins/erp5_wendelin_development/ERP5Site_getJavaScriptRelativeUrlList.xml
View file @
b18682a8
...
...
@@ -6,18 +6,18 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"
NameAssignments"
module=
"Shared.DC.Scripts.Bindings
"
/>
<global
name=
"
_reconstructor"
module=
"copy_reg
"
/>
</klass>
<tuple/>
<tuple>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
<global
name=
"object"
module=
"__builtin__"
/>
<none/>
</tuple>
<state>
<dictionary>
<item>
...
...
bt5/erp5_wendelin_examples/ExtensionTemplateItem/portal_components/extension.erp5.WendelinExamples.py
View file @
b18682a8
...
...
@@ -11,7 +11,7 @@ import string
def
getRandomString
():
return
'test_%s'
%
''
.
join
([
random
.
choice
(
string
.
ascii_letters
+
string
.
digits
)
\
for
n
in
xrange
(
32
)])
for
_
in
xrange
(
32
)])
# Game of Life examples
default_input_ndarray
=
np
.
array
([[
0
,
0
,
0
,
0
,
0
,
0
],
...
...
@@ -55,7 +55,7 @@ def game_of_life_out_of_core(self):
transaction
.
commit
()
print_list
.
append
(
str
(
life_area
))
for
i
in
range
(
4
):
for
_
in
range
(
4
):
iterate_2
(
life_area
)
print_list
.
append
(
str
(
life_area
))
...
...
@@ -117,7 +117,7 @@ def game_of_life(self):
Z
=
default_input_ndarray
print_list
.
append
(
str
(
Z
))
for
i
in
range
(
4
):
for
_
in
range
(
4
):
iterate_2
(
Z
)
print_list
.
append
(
str
(
Z
))
...
...
bt5/erp5_wendelin_examples/ExtensionTemplateItem/portal_components/extension.erp5.WendelinExamples.xml
View file @
b18682a8
...
...
@@ -39,11 +39,7 @@
<item>
<key>
<string>
text_content_warning_message
</string>
</key>
<value>
<tuple>
<string>
W: 14, 8: Unused variable \'n\' (unused-variable)
</string>
<string>
W: 58, 6: Unused variable \'i\' (unused-variable)
</string>
<string>
W:120, 6: Unused variable \'i\' (unused-variable)
</string>
</tuple>
<tuple/>
</value>
</item>
<item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment