This website works better with JavaScript.
首頁
說明
登入
ben
/
func-smash
镜像来自
https://github.com/earwig/func-smash
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
try blocks; works well when simple but usually fails on complex ones
master
Ben Kurtovic
12 年之前
父節點
b7f275dc0d
當前提交
7b001b5e79
共有
1 個文件被更改
,包括
7 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
corpora/tries.py
+ 7
- 0
corpora/tries.py
查看文件
@@ -0,0 +1,7 @@
def f1(a):
try:
return int(a)
except:
return None
corpus = [f1]
Write
Preview
Loading…
取消
儲存