This website requires JavaScript.
Explore
Help
Sign In
HEYAHONG
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Releases
Wiki
Activity
1,271
Commits
5
Branches
53
Tags
0997af932fa1c013de82922cea8dfca6399b51a3
Commit Graph
3 Commits
Author
SHA1
Message
Date
Paul Sokolovsky
e74f52b76c
namedtuple: Inherit unary/binary ops from tuple base class.
2014-03-03 11:42:53 +08:00
Paul Sokolovsky
76d982ef34
type->print(): Distinguish str() and repr() variety by passing extra param.
2014-01-15 02:15:38 +02:00
Paul Sokolovsky
8eec8bcad9
Add objtuple.h to allow embedding of tuples inside other objects.
...
This is useful because tuple is closest analog of C static array.
2014-01-14 23:59:18 +02:00