kangwonlee / kangwonlee/cpp_study
`os.path.split(__file__)[0]` → `os.path.dirname()`
Abierto
- Lenguaje dominante
- Assembly
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
* `os.path.dirname` or `os.path.basename` instead of `os.path.split` when possible
* `os.path.split(__file__)[0]` → `os.path.dirname()`
* `os.path.split(__file__)[-1]` → `os.path.basename()`
* push to the other repos
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.