Searched defs:Problem (Results 1 – 4 of 4) sorted by relevance
12 Problem chapter
15 # Problem chapter
195 Problem() : Type(kMetaTypeProblem), kind_(Named("unknown")) {} in Problem() function196 explicit Problem(const Named &kind) : Type(kMetaTypeProblem), kind_(kind) {} in Problem() function198 MS_DECLARE_PARENT(Problem, Type) in MS_DECLARE_PARENT() argument
97 class Problem(abc.ABC): # pylint: disable=too-few-public-methods class