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

All Samples(1042)  |  Call(0)  |  Derive(0)  |  Import(1042)
list() -> new empty list
list(iterable) -> new list initialized from iterable's items

src/r/e/reporter-lib-HEAD/packages/pyparsing/examples/pymicko.py   reporter-lib(Download)
#    A copy of the GNU General Public License can be found at <http://www.gnu.org/licenses/>.
 
from pyparsing import *
from sys import stdin, stdout, stderr, argv, exit
 
#defines debug level
# 0 - no debug

src/b/a/badger-lib-HEAD/packages/pyparsing/examples/pymicko.py   badger-lib(Download)
#    A copy of the GNU General Public License can be found at <http://www.gnu.org/licenses/>.
 
from pyparsing import *
from sys import stdin, stdout, stderr, argv, exit
 
#defines debug level
# 0 - no debug

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/raytracer/stitch_tasks.py   quickflash(Download)
def main() :
 
    from sys import argv, exit, stdout, stderr
 
    argc = len(argv)
 
    min_args = int(4)

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/raytracer/build_tasklist.py   quickflash(Download)
def main() :
 
    from sys import argv, exit, stderr, stdout
 
    argc = len(argv)
 
    min_args = int(4)

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/raytracer/reformat_idl_frame.py   quickflash(Download)
    pass
 
 
from sys import argv, exit, stdout, stderr
 
 
def main() :

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/particle_extract/particle_worker.py   quickflash(Download)
 
if (__name__ == "__main__") :
 
    from sys import argv, exit, stdout, stderr
 
    argc = len(argv)
 

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/omega_analysis/generate_webpage.py   quickflash(Download)
#!/usr/bin/env python
 
from sys import argv, exit, stdout, stderr
from os import path
import metadata_reader
 
 

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/flame_slicer/generate_webpage.py   quickflash(Download)
#!/usr/bin/env python
 
from sys import argv, exit, stdout, stderr
from os import path
import metadata_reader
 
 

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/mass_bins/plot_histograms.py   quickflash(Download)
def main() :
 
    from sys import argv, exit, stderr, stdout
    from optparse import OptionParser
 
    from read_bins import read_bins
 

src/q/u/quickflash-HEAD/branch_tags/octave-swig/QuickFlash-1.0.0-Octave-1.0/examples/expansion_correct/show_map.py   quickflash(Download)
resolution = 0.15  # microns
 
 
from sys import argv, exit, stderr, stdout
 
 
orig_file_suffix = "_orig.eps"

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