Searched refs:is_static_method (Results 1 – 8 of 8) sorted by relevance
57 def is_static_method(method: MethodType, klass: type) -> bool: function144 if is_static_method(fn, klass):
225 assert foo.is_static_method()226 assert not bar.is_static_method()
1235 def is_static_method(self): member in Cursor
1629 def is_static_method(self): member in Cursor
1598 def is_static_method(self): member in Cursor
1752 def is_static_method(self): member in Cursor