Searched defs:is_classmethod (Results 1 – 2 of 2) sorted by relevance
273 def is_classmethod(fn): function327 def get_jit_def(fn, def_name, self_name=None, is_classmethod=False): argument
52 def is_classmethod(instancemethod: MethodType, klass: type) -> bool: function