Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ func1
Function
func1
tests/test_callbacks.py:17–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
from
functools
import
partial
16
17
def
func1():
18
return
"func1"
19
20
def
func2(a, b, c, d):
21
return
"func2"
, a, b, c, d
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected