• 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/n/i/nipype-0.7.0/nipype/interfaces/slicer/registration/brainsresample.py   nipype(Download)
 
from nipype.interfaces.base import CommandLine, CommandLineInputSpec, SEMLikeCommandLine, TraitedSpec, File, Directory, traits, isdefined, InputMultiPath, OutputMultiPath
import os
 
 

src/n/i/nipype-0.7.0/nipype/interfaces/slicer/filtering/resamplescalarvectordwivolume.py   nipype(Download)
 
from nipype.interfaces.base import CommandLine, CommandLineInputSpec, SEMLikeCommandLine, TraitedSpec, File, Directory, traits, isdefined, InputMultiPath, OutputMultiPath
import os
 
 

src/m/d/mdn-lib-HEAD/packages/html5lib/examples/parse.py   mdn-lib(Download)
 
import sys
import os
from optparse import OptionParser
 

src/w/x/wxPython-In-Action-HEAD/BOA_demo/Examples/i18n/FrameI18N_wx.py   wxPython-In-Action(Download)
#Boa:Frame:FrameI18N
 
import os
 
import wx

src/w/x/wxPython-In-Action-HEAD/BOA_demo/Examples/i18n/FrameI18N_py.py   wxPython-In-Action(Download)
#Boa:Frame:FrameI18N
 
import os
 
# Import gettext and define _ or add _ to builtins in your app file

src/t/w/Twisted-12.3.0/doc/core/examples/threadedselect/pygamedemo.py   Twisted(Download)
from twisted.internet import reactor
 
import os
 
import pygame

src/g/u/gunicorn-0.17.2/examples/frameworks/django/testing/testing/apps/someapp/views.py   gunicorn(Download)
# Create your views here.
 
import csv
import io
import os

src/p/y/Pyro-3.16/examples/agent2/client.py   Pyro(Download)
#!/usr/bin/env python
import sys, os
 
from Pyro.errors import *
import Pyro.core
mall = testclient.getproxy('ShoppingMall',True)
 
import sys, os, string
import Pyro.core
 

src/i/p/ipython-0.13.1/IPython/nbformat/v3/tests/nbexamples.py   ipython(Download)
# -*- coding: utf-8 -*-
 
import os
from base64 import encodestring
 

src/i/p/ipython-0.13.1/IPython/nbformat/v2/tests/nbexamples.py   ipython(Download)
import os
from base64 import encodestring
 
from ..nbbase import (
    NotebookNode,

Previous  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13  Next