Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
d21cb06
FEA-Bench
/
testbed
/
django__django
/
django
/
urls
/
exceptions.py
hc99
Add files using upload-large-folder tool
35b5a81
verified
3 months ago
raw
Copy download link
history
blame
115 Bytes
from
django.http
import
Http404
class
Resolver404
(
Http404
):
pass
class
NoReverseMatch
(
Exception
):
pass