MCPcopy Create free account
hub / github.com/numpy/numpy / C

Class C

numpy/lib/tests/test_regression.py:237–239  ·  view source on GitHub ↗

Old-style class in python2, normal class in python3

Source from the content-addressed store, hash-verified

235 # gh-2561
236 # Test if the oldstyle class test is bypassed in python3
237 class C():
238 """Old-style class in python2, normal class in python3"""
239 pass
240
241 out = open(os.devnull, 'w')
242 try:

Callers 1

test_py3_compatMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_py3_compatMethod · 0.56