Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « linecache » Python 3.11.3

Fonction updatecache - module linecache

Signature de la fonction updatecache

def updatecache(filename, module_globals=None) 

Description

help(linecache.updatecache)

Update a cache entry and return its list of lines.
    If something's wrong, print a message, discard the cache entry,
    and return an empty list.