System help classes functions Python 3Console output from help(os) Python 3.2 commandAide python : sortie de la commande help(os) dans la console...
Pour les amateurs débutants en Python (un coup de pouce quoi)
import os help(os) input("Press ENTER to close")et hop, voici la liste
NAME
os - OS routines for Mac, NT, or Posix depending on what system we're on.
DESCRIPTION
This exports:
- all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
- os.path is either posixpath or ntpath
- os.name is either 'posix', 'nt', 'os2' or 'ce'.
- os.curdir is a string representing... lire la suite
http://nicolas.pirson.me/python/system-help-classes-functions/
http://tatactic.be reste à visiter et a été mis à jour le 16/03/2011
Aucun commentaire:
Enregistrer un commentaire