Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3bb86632
Commit
3bb86632
authored
Apr 07, 2014
by
Damien George
Browse files
Merge branch 'master' of github.com:micropython/micropython
parents
c75427ba
bd6f3d31
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/basics/set_union.py
View file @
3bb86632
print
({
1
}.
union
({
2
}))
print
(
sorted
(
{
1
}.
union
({
2
}))
)
tools/pip-micropython
View file @
3bb86632
...
...
@@ -6,6 +6,12 @@
# ports (if PIP_MICROPY_DEST environment var is set).
#
if
[
"
$1
"
!=
"install"
]
;
then
echo
"Only install command is supported currently"
exit
1
fi
shift
if
[
-n
"
$PIP_MICROPY_DEST
"
]
;
then
dest
=
"
$PIP_MICROPY_DEST
"
echo
"Destination snapshot directory:
$dest
"
...
...
Write
Preview
Supports
Markdown
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