Home
last modified time | relevance | path

Searched defs:item_shape (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/internals/
H A Dtest_internals.py45 def create_block(typestr, placement, item_shape=None, num_offset=0): argument
140 def create_mgr(descr, item_shape=None): argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dvertical.rs206 let item_shape = Shape::indented(offset, context.config).sub_width(1)?; in rewrite_aligned_items_inner() localVariable
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrimitiveFunction.cc1809 Shape item_shape; in enclose_with_axes() local
2021 const Shape item_shape = compute_item_shape(B, rank_tolerant); in disclose() local
2109 const Shape item_shape = compute_item_shape(B, rank_tolerant); in disclose_with_axis() local
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Ddag.py1146 item_shape = QtGui.QPainterPath() variable in Commit