• 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/t/o/topographica-HEAD/releases/0.9.6/topographica/examples/perrinet_retina_pynest.py   topographica(Download)
 
 
import os, tempfile
import numpy
 
    time are integers.
    """
    import os
 
    f = open(filename,'r')

src/p/y/pyfusion-HEAD/examples/Boyds/wid_ShotOverview.py   pyfusion(Download)
    def wid_specgram(self, event):
        import os 
# was spawnlp
        os.spawnlp(os.P_NOWAIT, 'ipython', -'pylab', 'examples/Boyds/wid_specgram.py',
                   str("shot_number=%d" % self.shot))
        self.redraw()
 
    def wid_showsigs(self, event):
        import os 
    def wid_showallsigs(self, event):
        import os 
        if os.name=='nt':
            os.spawnl(os.P_NOWAIT, 'ipython', '-pylab', 
                       'examples/Boyds/wid_showsigs.py',

src/w/e/web2py-HEAD/applications/examples/controllers/appadmin.py   web2py(Download)
# ###########################################################
 
import os
import socket
import datetime
def download():
    import os
    db = get_database(request)
    return response.download(request, db)
 
 
    import shelve
    import os
    import copy
    import time

src/n/o/noc-0.7(3)/contrib/src/Pygments/tests/test_examplefiles.py   noc(Download)
"""
 
import os
import unittest
 

src/p/o/polinax-HEAD/libs/external_libs/Genshi-0.5.1/examples/tutorial/geddit/controller.py   polinax(Download)
#!/usr/bin/env python
 
import operator, os, pickle, sys
 
import cherrypy

src/b/i/biskit-2.4/Biskit/PVM/ExampleSlave.py   biskit(Download)
if __name__ == '__main__':
 
    import tempfile, os, sys
 
    f_out = open( tempfile.mktemp( '.out', 'slave_', os.getcwd() ), 'w' )
    flusher.start()
 
    import os, sys
 
    if len(sys.argv) == 2:

src/b/a/badger-lib-HEAD/packages/python-twitter/examples/tweet.py   badger-lib(Download)
import ConfigParser
import getopt
import os
import sys
import twitter

src/b/a/badger-lib-HEAD/packages/pyparsing/examples/stateMachine2.py   badger-lib(Download)

src/b/a/badger-lib-HEAD/packages/pyparsing/examples/sparser.py   badger-lib(Download)
#===imports======================
import sys
import os
import getopt
import re

src/b/a/badger-lib-HEAD/packages/pyparsing/examples/LAparser.py   badger-lib(Download)
"""
 
import re,os,sys
from pyparsing import Word, alphas, ParseException, Literal, CaselessLiteral \
, Combine, Optional, nums, Or, Forward, OneOrMore, ZeroOrMore, \

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