代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/438718/1822831
py newdir.py
# New dir() function
# This should be the new dir(), except that it should still list
# the current local name space by default
def listattrs(x):
try:
dictkeys = x.__dict__.keys()
except (Attri
www.eeworm.com/read/194440/8194396
m selcirc.m
function selcirc(action)
% like selbox except it is for a circle...uses function
% twoptcirc
% T. N. BISHOP, DECEMBER 1993, CPTC CANADA
%
% SELBOX is somewhat like the built in RBBOX except that
www.eeworm.com/read/235612/14061157
m selcirc.m
function selcirc(action)
% like selbox except it is for a circle...uses function
% twoptcirc
% T. N. BISHOP, DECEMBER 1993, CPTC CANADA
%
% SELBOX is somewhat like the built in RBBOX except that
www.eeworm.com/read/461264/7230578
pro copy_struct_inx.pro
;+
; NAME:
; COPY_STRUCT_INX
; PURPOSE:
; Copy matching tags & specified indices from one structure to another
; EXPLANATION:
; Copy all fields with matching tag names (except for "except_Tags")
; fr
www.eeworm.com/read/239567/4597744
py testtryexcept.py
import sys
## NOTE: try except finally is supported by Python 2.5!
try:
print 5 / 0
except ZeroDivisionError:
print "foomsg"
try:
f = open('testTryExcept.py')
s = f.readlin
www.eeworm.com/read/193974/5138420
py pr119.py
d = {}
l = [1]
try:
d[l] = 2
except TypeError:
pass
else:
print 'Should not be able to use a list as a dict key!'
a = {}
try:
d[a] = 2
except TypeError:
pass
else:
print 'Shou
www.eeworm.com/read/227819/4768195
txt description.txt
This test is identical to eapsim-03, except that the RAND is purposely
wrong.
www.eeworm.com/read/318039/3572207
txt description.txt
This test is identical to eapsim-03, except that the RAND is purposely
wrong.
www.eeworm.com/read/422403/2037417
txt description.txt
This test is identical to eapsim-03, except that the RAND is purposely
wrong.