Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
melianmiko
/
OpenFreebuds
espejo de
https://github.com/melianmiko/OpenFreebuds.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
c7dcc86fb9
Ramas
Etiquetas
main
release/v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
v0.14.0
v0.13.3
v0.13.2
v0.13.1
v0.13
v0.12.3
v0.12.2
v0.12.1
v0.12
v0.11.1
v0.11
v0.10.2
v0.10.1
v0.9.1
v0.9-2
v0.9
v0.1
OpenFreebuds
/
openfreebuds_cmd
/
utils.py
utils.py
85 B
Histórico
Raw
1
2
3
def to_fixed(string, length):
return string + " " * max(0, length - len(string))