MCPcopy
hub / github.com/pandas-dev/pandas / cls

Function cls

pandas/tests/arrays/string_/test_string.py:34–36  ·  view source on GitHub ↗

Fixture giving array type from parametrized 'dtype

(dtype)

Source from the content-addressed store, hash-verified

32
33@pytest.fixture
34def cls(dtype):
35 """Fixture giving array type from parametrized 'dtype'"""
36 return dtype.construct_array_type()
37
38
39def test_dtype_equality():

Callers 15

registerFunction · 0.85
__init__.pyFile · 0.85
from_dictMethod · 0.85
from_recordsMethod · 0.85
from_blocksMethod · 0.85
concat_horizontalMethod · 0.85
from_blocksMethod · 0.85
from_arrayMethod · 0.85
_from_sequenceMethod · 0.85
_emptyMethod · 0.85
astypeMethod · 0.85
_concat_same_typeMethod · 0.85

Calls 1

construct_array_typeMethod · 0.45

Tested by

no test coverage detected