MCPcopy Index your code
hub / github.com/numpy/numpy / C

Class C

numpy/lib/tests/test_regression.py:221–223  ·  view source on GitHub ↗

Old-style class in python2, normal class in python3

Source from the content-addressed store, hash-verified

219 # gh-2561
220 # Test if the oldstyle class test is bypassed in python3
221 class C:
222 """Old-style class in python2, normal class in python3"""
223 pass
224
225 out = open(os.devnull, 'w')
226 try:

Callers 1

test_py3_compatMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_py3_compatMethod · 0.56