This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
tarfeef101
/
viki
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
3
Pull Requests
0
Wiki
Árvore:
afee44be5c
Ramos
Etiquetas
master
viki
/
node_modules
/
erlpack
/
py
/
tests
/
test_nil.py
test_nil.py
83 B
Histórico
Em bruto
1
2
3
4
5
from erlpack import pack
def test_nil():
assert pack(None) == '\x83s\x03nil'