MCPcopy Create free account
hub / github.com/ipython/ipython / baz

Method baz

IPython/testing/tests/test_decorators.py:131–139  ·  view source on GitHub ↗

Example: >>> ff2 = FooClass(3) Making a FooClass. >>> ff2.baz(3) True

(self,y)

Source from the content-addressed store, hash-verified

129 return 1/y
130
131 def baz(self,y):
132 """Example:
133
134 >>> ff2 = FooClass(3)
135 Making a FooClass.
136 >>> ff2.baz(3)
137 True
138 """
139 return self.x==y
140
141
142def test_skip_dt_decorator2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected