Home
last modified time | relevance | path

Searched refs:meth1 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py1455 def meth1(self, a, b): pass member in MockTest.test_assert_has_calls_nested_spec.Something.Foo
1468 m.Foo(1).meth1(1, 2)
1469 m.assert_has_calls([call.Foo(1), call.Foo(1).meth1(1, 2)])
1470 m.Foo.assert_has_calls([call(1), call().meth1(1, 2)])
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py772 def meth1(self): pass member in GrammarTests.testClassdef.C
H A Dpy2_test_grammar.py792 def meth1(self): pass member in GrammarTests.testClassdef.C
/third_party/python/Lib/test/
H A Dtest_typing.py2544 def meth1(self): member in ProtocolTests.test_subprotocols_extending.P1
2553 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C
2560 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C1
2576 def meth1(self): member in ProtocolTests.test_subprotocols_merging.P1
2588 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C
2595 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C1
H A Dtest_grammar.py1672 def meth1(self): pass member in GrammarTests.test_classdef.C

Completed in 20 milliseconds