Searched defs:static_method (Results 1 – 13 of 13) sorted by relevance
11 static void static_method() {} in static_method() function in C
45 static foo* static_method() { return 0; } in static_method() function
59 static foo* static_method() { return 0; } in static_method() function in foo
21 static int static_method() { in static_method() function in AA::X
71 static int static_method(int) { return 0; } in static_method() function
160 static void static_method() { in static_method() function
96 pub const fn static_method<'cls>( in static_method() method
71 def static_method(): member in TestClass
395 def static_method(): member in PythonClass
1477 def static_method(): pass member in TestIsDataDescriptor.test_functions.Test
53 def static_method(): pass member in Foo1003 def static_method(a, b=10, *, c): pass member in PatchTest.test_autospec_staticmethod_signature.Foo
958 def static_method(a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_staticmethod.Foo
1626 def static_method(): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass