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

Method __float__

tests/test_builtin_casters.py:259–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257
258 class Float:
259 def __float__(self):
260 return 41.99999
261
262 class Index:
263 def __index__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected