代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/416732/2120153
py zope.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/416732/2120154
py fckcommands.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/416732/2120155
py fckconnector.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/416732/2120156
py wsgi.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/416732/2120158
py upload.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/416732/2120159
py fckoutput.py
#!/usr/bin/env python
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
Licensed under the terms
www.eeworm.com/read/414969/2138840
py all_widgets.py
#!/usr/bin/python2.2
#
# Show all widgets
#
# *** this is still incomplete ***
#
# This version is messy and doesn't even attempt to
# test each widget, a new version could be done using
# widget temp
www.eeworm.com/read/414034/2154663
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/414034/2154664
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/414034/2154669
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