代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/169697/5414270
py mpdallexit.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
usage: mpdallexit (no args)
causes all mpds in the ring to exit
"""
from time
www.eeworm.com/read/169697/5414271
py mpdhelp.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
The following mpd commands are available. For usage of any specific one,
invo
www.eeworm.com/read/169697/5414275
py mpdringtest.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
usage: mpdringtest [number of loops]
Times a single message going around the r
www.eeworm.com/read/168845/5429814
py symlink.py
#!/usr/bin/python
# Test the 'symlink' rule
from BoostBuild import Tester, List
import os
t = Tester()
if os.name != 'posix':
print "The symlink tests can be run on posix only"
sy
www.eeworm.com/read/168845/5429865
py rebuilds.py
#!/usr/bin/python
# This tests the typechecking facilities.
import BoostBuild
t = BoostBuild.Tester(pass_toolset=0)
t.write('file.jam', '''
rule make
{
DEPENDS $() ;
DE
www.eeworm.com/read/168845/5429935
py build_dir.py
#!/usr/bin/python
# Test that we can change build directory using
# the 'build-dir' project attribute.
from BoostBuild import Tester
import string
import os
t = Tester()
# Test that
www.eeworm.com/read/168845/5430019
py m1-02.py
#!/usr/bin/python
# Tests that 'make' accepts target from other directories and that
# build request for those targets can be overriden.
from BoostBuild import Tester, List
t = Tester()
t.s
www.eeworm.com/read/168845/5435404
readme
To get started with the Boost Python Library, use the examples
getting_started1.cpp and getting_started2.cpp.
bjam -sTOOLS=your-toolset test
in this directory will build and run the example
www.eeworm.com/read/167890/5451356
py viz.py
#!/usr/bin/python
# This file is part of MANTIS OS, Operating System
# See http://mantis.cs.colorado.edu/
#
# Copyright (C) 2003-2005 University of Colorado, Boulder
#
# This program is free software;
www.eeworm.com/read/167890/5451363
py eventgen.py
#!/usr/bin/python
# This file is part of MANTIS OS, Operating System
# See http://mantis.cs.colorado.edu/
#
# Copyright (C) 2003-2005 University of Colorado, Boulder
#
# This program is free software;