Searched defs:BooleanDispatchValue (Results 1 – 1 of 1) sorted by relevance
296 struct VISIBILITY_HIDDEN BooleanDispatchValue : public SugaredValue { struct297 BooleanDispatchValue(py::dict dispatched_fn) in BooleanDispatchValue() function300 std::string kind() const override { in kind()