Searched defs:classmethod (Results 1 – 2 of 2) sorted by relevance
43 +(void)classmethod { [super class]; } class in hax
154 py::object classmethod(Func f, Args... args) { in classmethod() function