Searched defs:isEnumValue (Results 1 – 2 of 2) sorted by relevance
115 export function isEnumValue<T extends {}>( function
411 py::bool_ isEnumValue = py::isinstance(input, enum_type); in tryToInferType() local