This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
tarfeef101
/
viki
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
3
Pull Requests
0
Wiki
Tree:
1a7c8469d8
Branches
Tags
master
viki
/
node_modules
/
erlpack
/
py
/
tests
/
test_true.py
test_true.py
85 B
Histórico
Raw
1
2
3
4
5
from erlpack import pack
def test_true():
assert pack(True) == '\x83s\x04true'