This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
tarfeef101
/
viki
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
3
Pull Requests
0
Wiki
Aborescence:
1a7c8469d8
Branches
Tags
master
viki
/
node_modules
/
erlpack
/
py
/
tests
/
test_true.py
test_true.py
85 B
Historique
Raw
1
2
3
4
5
from erlpack import pack
def test_true():
assert pack(True) == '\x83s\x04true'