代码搜索:Python

找到约 10,000 项符合「Python」的源代码

代码结果 10,000
www.eeworm.com/read/177586/9446303

py zeroconf.py

""" Multicast DNS Service Discovery for Python, v0.12 Copyright (C) 2003, Paul Scott-Murphy This module provides a framework for the use of DNS Service Discovery using IP multicast. It h
www.eeworm.com/read/373369/9460656

py eclipse.py

#!/usr/bin/python """ Eclipse.py by Bruce Eckel, for Thinking in Java 4e Modify or insert package statments so that Eclipse is happy with the code tree. Run this with no arguments from the root of
www.eeworm.com/read/366576/9808405

test-discovery

#!/usr/bin/python import gobject import dbus import dbus.mainloop.glib def device_found(address, properties): print "[ " + address + " ]" for key in properties.keys(): value = properties[key]
www.eeworm.com/read/169058/9883361

py eclipse.py

#!/usr/bin/python """ Eclipse.py by Bruce Eckel, for Thinking in Java 4e Modify or insert package statments so that Eclipse is happy with the code tree. Run this with no arguments from the root of
www.eeworm.com/read/167231/9974840

py make_i2cconfig.py

#!/usr/bin/python import sys Output = [] Addr = [] Address = "" Value = "" i = 0 try: # Check argument is given if (len(sys.argv) < 2): print "Call make_config.py name"
www.eeworm.com/read/358185/10194767

valgrind-audit

#!/usr/bin/env python # # This is a valgrind torture test for the daemon. # import sys, gpsfake debuglevel=1 invocation="valgrind --tool=memcheck --gen-suppressions=yes --leak-check=yes --suppressi
www.eeworm.com/read/358185/10194834

striplog

#!/usr/bin/python # # striplog -- strip leading lines from logs # # striplog -1 strips the first line only. # striplog with no option strips all leading lines beginning with # # import getopt, sys fi
www.eeworm.com/read/352895/10495152

py make_i2cconfig.py

#!/usr/bin/python import sys Output = [] Addr = [] Address = "" Value = "" i = 0 try: # Check argument is given if (len(sys.argv) < 2): print "Call make_config.py name"
www.eeworm.com/read/160583/10516663

py span_selector.py

#!/usr/bin/env python """ The SpanSelector is a mouse widget to select a vmin/vmax range. When you left click drag in the axes, a rectangle shows the selected region. When you release, the rectangle
www.eeworm.com/read/160583/10516767

py newscalarformatter_demo.py

#!/usr/bin/env python # Demonstrating the improvements and options of the proposed new ScalarFormatter from pylab import * from matplotlib.ticker import OldScalarFormatter x=frange(0,1,.01) f=figure(