kangwonlee / kangwonlee/cpp_study
`os.path.split(__file__)[0]` → `os.path.dirname()`
Aperta
- Lingua principale
- Assembly
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
* `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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.