代码搜索结果

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

lexpython.cxx

// Scintilla source code edit control /** @file LexPython.cxx ** Lexer for Python. **/ // Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditions u

gen-build.py

#!/usr/bin/env python # # USAGE: gen-build.py TYPE # # where TYPE is one of: make, dsp, vcproj # # It reads build.conf from the current directory, and produces its output # into the current directory.

paper.tex

\title{Sigsbee2 Models} \author{Trevor Irons} \maketitle \lstset{language=python,numbers=left,numberstyle=\tiny,showstringspaces=false} \noindent \textbf {Data Type:} \emph{2D model and acoustic fin

lexpython.cxx

// Scintilla source code edit control /** @file LexPython.cxx ** Lexer for Python. **/ // Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditions u

functionlistreference.py

#! /usr/bin/env python # -*- coding: UTF-8 -*- from match import Match from htm2dbk import * class FunctionListReference: """ Creating a docbook-style list of parts tha

03_restore_badfilename_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Li Ge # Test description: # Negative Test: # Test for restoring domain with non existent fil

02_restore_badparm_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Li Ge # Test description: # Negative Test: # Test for restoring domain with non existent opt

02_save_badparm_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Li Ge # Test description: # Negative Test: # Test for saving domain with non existent option

01_pause_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Paul Larson # Description: # Positive Tests: # Tests for xm pause # 1) Create domain, verify

01_dmesg_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm dmesg")