代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5435452
py opaque.py
# -*- coding: iso-latin-1 -*-
# Copyright Gottfried Gan遖uge 2003. Permission to copy, use,
# modify, sell and distribute this software is granted provided this
# copyright notice appears in all cop
www.eeworm.com/read/168845/5435487
py test_builtin_converters.py
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
r"""
>>> fro
www.eeworm.com/read/163987/5501676
pas sample - string char.pas
var
S: string;
begin
//S := '1234567890';
S := '';
try
Result := S[11];
except
on E: ERangeError do
Result := 'error';
end;
end;
www.eeworm.com/read/158872/5592399
cc exception.cc
// Test file for exception handling support.
#include
int foo (int i)
{
if (i < 32)
throw (int) 13;
else
return i * 2;
}
extern "C" int bar (int k, unsigned long eharg, int
www.eeworm.com/read/152843/5656280
s cex-gen.s
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1995
www.eeworm.com/read/472848/6858888
pas partpositionunit.pas
unit PartPositionUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, StdCtrls, DBCtrls, Mask, Buttons, ToolWin,
ComC
www.eeworm.com/read/193067/8254723
pas lookdatabaseform.pas
unit LookDatabaseForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DialogBaseForm, StdCtrls, Buttons, ExtCtrls, Grids, DBGrids, Db, DBTables,
www.eeworm.com/read/193067/8255023
~pas lookdatabaseform.~pas
unit LookDatabaseForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DialogBaseForm, StdCtrls, Buttons, ExtCtrls, Grids, DBGrids, Db, DBTables,
www.eeworm.com/read/369274/9657363
py cvs.py
### Copyright (C) 2002-2005 Stephen Kennedy
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following condi