We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccb6d9 commit 920c633Copy full SHA for 920c633
ubench/python/number_bucket.clif
@@ -0,0 +1,6 @@
1
+from "pybind11/ubench/number_bucket.h":
2
+ namespace `pybind11_ubench`:
3
+ class `number_bucket<0>` as number_bucket_pc:
4
+ def __init__(self, data_size: int = default)
5
+ def sum(self) -> float
6
+ def add(self, other: number_bucket_pc) -> int
0 commit comments