Lines Matching defs:get
50 >>> # comments get ignored. so are empty PS1 and PS2 prompts:
58 ... print(' ', sc.get(), sep='', end='')
63 >>> print(SampleClass(12).get())
70 >>> print(SampleClass(12).double().get())
75 def get(self):
77 >>> print(SampleClass(-5).get())
100 a_property = property(get, doc="""
120 >>> print(y.get())
125 >>> print(SampleClass.NestedClass().get())
131 def get(self):
143 >>> print(SampleNewStyleClass(12).get())
150 >>> print(SampleNewStyleClass(12).double().get())
155 def get(self):
157 >>> print(SampleNewStyleClass(-5).get())
525 1 SampleClass.get
535 1 SampleNewStyleClass.get
581 1 some_module.SampleClass.get
623 1 SampleClass.get
636 0 SampleClass.NestedClass.get
644 1 SampleClass.get
2512 We get only the first failure.
2918 With no arguments and passing tests, we should get no output:
3046 The fifth test uses verbose with the two options, so we should get verbose
3123 *NOTE*: This snippet was intentionally put inside a raw string to get rid of