代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/414969/2138848
py xwtcompile.py
#!/usr/bin/env python
#
# XWT (XML Widget Template) compiler frontend
#
# Currently very dumb, specify the input and output files
# on the command line, nothing more, nothing less.
import PicoGUI, sy
www.eeworm.com/read/414813/2142541
py example.py
import os
import sys
import distutils.util
import math
# Put local build directory on head of python path
platformdir = '-'.join((distutils.util.get_platform(),
'.'.join(map(s
www.eeworm.com/read/414034/2154661
py example1.py
#!/usr/bin/python
import sys
sys.path.append("..")
from gpstkPython import *
try:
time = DayTime()
print 'Hello world!'
print 'The current GPS week is', time.GPSfullweek()
print 'T
www.eeworm.com/read/411743/2184871
py create_languages_js.py
#!/usr/bin/env python
import sys, os, re
try:
import chardet
except ImportError:
print "You need universal encoding detector for this script"
print " http://chardet.feedparser.org or apt
www.eeworm.com/read/411228/2190467
py frontpanel.py
#! /bin/env/python
from Tkinter import *
from Components import *
from GUICommon import *
from Common import *
class Router(Frame):
def __init__(self, master=None):
Frame.__init__
www.eeworm.com/read/411228/2190469
py frontpanel_3.py
#! /bin/env/python
from Tkinter import *
from Components_3 import *
from GUICommon import *
from Common import *
class Router(Frame):
def __init__(self, master=None):
Fra
www.eeworm.com/read/411228/2190476
py frontpanel_2.py
#! /bin/env/python
from Tkinter import *
from Components_2 import *
from GUICommon import *
from Common import *
class Router(Frame):
def __init__(self, master=None):
Fra
www.eeworm.com/read/411228/2190477
py frontpanel_1.py
#! /bin/env/python
from Tkinter import *
from Components_1 import *
from GUICommon import *
from Common import *
class Router(Frame):
def __init__(self, master=None):
Fra
www.eeworm.com/read/407519/2262485
i dolfin_function_post.i
// Trick to expose protected member cell() in Python
%extend dolfin::Function{
const dolfin::Cell& new_cell() const{
return self->cell();
}
}
// Trick to expose protected member normal() in Pytho
www.eeworm.com/read/407519/2262844
py boost.py
#!/usr/bin/env python
import os,sys
import string
import os.path
import commands
from commonPkgConfigUtils import *
def getBoostDir(sconsEnv=None):
if get_architecture() == "darwin":
# use