Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ charge_boite
Function
charge_boite
recipes/Python/580671_chroma/recipe-580671.py:372–376 ·
view source on GitHub ↗
(nom)
Source
from the content-addressed store, hash-verified
370
# Lecture du fichier contenant la boite
371
372
def
charge_boite(nom) :
373
fichier = open(nom +
".txt"
,
"r"
)
374
data = fichier.readlines()
375
fichier.close()
376
return
data
377
378
379
Callers
1
recipe-580671.py
File · 0.85
Calls
3
open
Function · 0.50
readlines
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected