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/g/a/gaesdk-python-HEAD/lib/webob_0_9/docs/comment-example-code/example.py gaesdk-python(Download)
import os import urllib import time import re from cPickle import load, dump
src/g/a/gaesdk-python-HEAD/google/appengine/ext/appstats/sample_appengine_config.py gaesdk-python(Download)
import logging import os import random import re
src/b/e/Bento-HEAD/bento/private/_yaku/examples/python/pyext_example.py Bento(Download)
import os
import sys
from yaku.scheduler \
import \
src/b/e/Bento-HEAD/bento/private/_yaku/examples/chaining/build.py Bento(Download)
import sys
import os
from yaku.task_manager \
import \
src/b/e/Bento-HEAD/bento/private/_yaku/examples/2to3/example.py Bento(Download)
import os
import sys
from yaku.scheduler \
import \
src/n/i/NiPy-OLD-HEAD/nipy/fixes/scipy/stats/models/tests/exampledata.py NiPy-OLD(Download)
import numpy as np import os filename = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_data.bin")
src/u/n/unladen-swallow-HEAD/Tools/msi/uisample.py unladen-swallow(Download)
import msilib,os;dirname=os.path.dirname(__file__) AdminExecuteSequence = [ (u'InstallValidate', None, 1400), (u'InstallInitialize', None, 1500),
src/u/n/unladen-swallow-HEAD/Demo/parser/example.py unladen-swallow(Download)
""" import os import parser import symbol
src/i/n/IncPy-HEAD/Tools/msi/uisample.py IncPy(Download)
import msilib,os;dirname=os.path.dirname(__file__) AdminExecuteSequence = [ (u'InstallValidate', None, 1400), (u'InstallInitialize', None, 1500),
src/i/n/IncPy-HEAD/Demo/parser/example.py IncPy(Download)
""" import os import parser import symbol
Previous 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 Next