MCPcopy Create free account
hub / github.com/pybind/pybind11 / dispatch

Method dispatch

tests/test_virtual_functions.py:249–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

247
248 class PyClass1(m.DispatchIssue):
249 def dispatch(self):
250 return "Yay.."
251
252 class PyClass2(m.DispatchIssue):
253 def dispatch(self):

Callers 1

dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected