代码搜索结果
找到约 11,834 项符合
Python 的代码
makefile
#
#
# File: $Id:$
#
# Author: George V. Neville-Neil
#
# Makefile for building distributions of the Packet Debugger.
install::
python setup.py install
dist::
python setup.py sdist
clean::
rm -r
makefile
all: ../coolpython.c
../coolpython.c: cooledit.i
swig -python -o $@ $<
touch ../_coolpython.c
ctut.tex
\documentclass{manual}
\usepackage[T1]{fontenc}
\usepackage{CJK}
% Things to do:
% Should really move the Python startup file info to an appendix
\title{Python Tutorial}
\input{boilerplate
module-pycompile.html
17.8 py_compile -- Compile Python source files
module-marshal.html
3.16 marshal -- Alternate Python object serialization
module-compileall.html
17.9 compileall -- Byte-compile Python libraries
profile.html
10. The Python Profiler
module-parser.html
17.1 parser -- Access Python parse trees
module-dis.html
17.10 dis -- Disassembler for Python byte code
index.htm
Python Library Reference