kangwonlee / kangwonlee/cpp_study
`os.path.split(__file__)[0]` → `os.path.dirname()`
Ouverte
- Langage dominant
- Assembly
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
* `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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.