代码搜索结果

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

apitest

#!/usr/bin/env python import dbus import dbus.decorators import dbus.glib import gobject import sys import getopt from signal import * mgr_cmds = [ "InterfaceVersion", "ListAdapters", "DefaultAdapte

_mysql_exceptions.py

"""_mysql_exceptions: Exception classes for _mysql and MySQLdb. These classes are dictated by the DB API v2.0: http://www.python.org/topics/database/DatabaseAPI-2.0.html """ from exceptions imp

compiler.py

#!/usr/bin/python import re import math DATASEGMENT=50 STACKSEGMENT=100 isa={} datalabel={} datalist=[] codelabel={} codelist=[] def getfloat(fnum): result=0 sign=int(fnum

apitest

#!/usr/bin/env python import dbus import dbus.decorators import dbus.glib import gobject import sys import getopt from signal import * mgr_cmds = [ "InterfaceVersion", "ListAdapters", "DefaultAdapte

a2dpd.py

#! /usr/bin/env python """ Simple multi-client A2DP server * Copyright (C) 2006 Sergei Krivov * * This program is free software; you can redistribute it and/or modify * it und

bbvis.py

#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # # This file is a part of the Bayes Blocks library # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri V

main.py

#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # # This file is a part of the Bayes Blocks library # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri V

find_convexhull.py

#!/usr/bin/env python """find_convexhull.py """ import sys, convexhull, re, string # need to get a set of points if __name__ == '__main__': try: data = sys.argv[1] except IndexErr

customw.c

/* * This file is the basis of a custom Python interpreter. Use it for Windows * (non-console). You will also need to edit mkcustom.py. */ #define WIN32_LEAN_AND_MEAN #include #inc

apitest

#!/usr/bin/env python import dbus import dbus.decorators import dbus.glib import gobject import sys import getopt from signal import * mgr_cmds = [ "InterfaceVersion", "ListAdapters", "DefaultAdapte