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
main
FEA-Bench
/
testbed
/
graphql-python__graphene
/
graphene
/
utils
/
get_unbound_function.py
hc99
Add files using upload-large-folder tool
2b06d1d
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
121 Bytes
def
get_unbound_function
(
func
):
if
not
getattr
(func,
"__self__"
,
True
):
return
func.__func__
return
func