代码搜索:Python

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

代码结果 10,000
www.eeworm.com/read/296222/3907604

i daytimeexception.i

// GPSTk wrap for Python through SWIG 1.3.25 // Two gpstk::Exception classes under DayTime NEW_EXCEPTION_CLASS(DayTimeException, gpstk::Exception); NEW_EXCEPTION_CLASS(FormatException, gpstk::Excepti
www.eeworm.com/read/296222/3907605

cpp gpstkpythonutils.cpp

// GPSTk wrap for Python through SWIG // These are functions I wrote to make the binding work better #include #include #include #include "FFData.hpp" #include "FFStream.hpp
www.eeworm.com/read/296222/3907610

i sensortype.i

// GPSTk wrap for Python through SWIG 1.3.25 // Two nested structs from RinexMetHeader.hpp struct sensorType { std::string model; std::string type; double accuracy; RinexMetType obsType; }; stru
www.eeworm.com/read/294947/3914408

py gmsk.py

#!/usr/bin/env python # GMSK modulation and demodulation. # # # Copyright 2005 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribu
www.eeworm.com/read/273665/4200802

py test_tdbpack.py

#! /usr/bin/env python2.2 __doc__ = """test case for samba.tdbpack functions tdbpack provides a means of pickling values into binary formats compatible with that used by the samba tdbpack()/tdbunpac
www.eeworm.com/read/273665/4200907

py sambalib.py

#! /usr/bin/python # Comfychair test cases for Samba string functions. # Copyright (C) 2003 by Martin Pool # # This program is free software; you can redistribute it and/or # m
www.eeworm.com/read/273665/4200908

py strings.py

#! /usr/bin/python # Comfychair test cases for Samba string functions. # Copyright (C) 2003 by Martin Pool # # This program is free software; you can redistribute it and/or # m
www.eeworm.com/read/273665/4200909

py spoolss.py

#!/usr/bin/python import re import comfychair, stf from samba import spoolss class PrintServerTest(comfychair.TestCase): """An abstract class requiring a print server.""" def setUp(self):
www.eeworm.com/read/273665/4200914

py smbcontrol.py

#!/usr/bin/python # # Test for smbcontrol command line argument handling. # import comfychair class NoArgs(comfychair.TestCase): """Test no arguments produces usage message.""" def runtest(s
www.eeworm.com/read/273665/4200915

py example.py

#! /usr/bin/env python # Copyright (C) 2003 by Martin Pool # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public Lic