MCPcopy 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
372def 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.pyFile · 0.85

Calls 3

openFunction · 0.50
readlinesMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected