Searched defs:constr (Results 1 – 3 of 3) sorted by relevance
103 function constr() { function107 constr.prototype = base_obj; class
23 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… alias
5135 PyFrameConstructor constr = { in PyEval_EvalCodeEx() local