• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(104415)  |  Call(0)  |  Derive(0)  |  Import(104415)
OS routines for Mac, NT, or Posix depending on what system we're on.

This exports:
  - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
  - os.path is one of the modules posixpath, or ntpath
  - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
  - os.curdir is a string representing the current directory ('.' or ':')
  - os.pardir is a string representing the parent directory ('..' or '::')
  - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\')
  - os.extsep is the extension separator ('.' or '/')(more...)

src/i/n/IncPy-HEAD/Demo/tix/samples/Tree.py   IncPy(Download)
#
 
import Tix, os
 
def RunSample(w):

src/i/n/IncPy-HEAD/Demo/tix/samples/DirTree.py   IncPy(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/i/n/IncPy-HEAD/Demo/tix/samples/DirList.py   IncPy(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/s/l/SlopPy-HEAD/Demo/tix/samples/Tree.py   SlopPy(Download)
#
 
import Tix, os
 
def RunSample(w):

src/s/l/SlopPy-HEAD/Demo/tix/samples/DirTree.py   SlopPy(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/s/l/SlopPy-HEAD/Demo/tix/samples/DirList.py   SlopPy(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/p/y/python2.6-HEAD/Demo/tix/samples/Tree.py   python2.6(Download)
#
 
import Tix, os
 
def RunSample(w):

src/p/y/python2.6-HEAD/Demo/tix/samples/DirTree.py   python2.6(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/p/y/python2.6-HEAD/Demo/tix/samples/DirList.py   python2.6(Download)
#
 
import Tix, os, copy
from Tkconstants import *
 

src/t/o/topographica-HEAD/releases/0.9.7/topographica/examples/perrinet_retina_pynest.py   topographica(Download)
 
 
import os, tempfile
import numpy
 
    time are integers.
    """
    import os
 
    f = open(filename,'r')

Previous  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  Next