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

Method sort

numpy/_core/tests/test_multiarray.py:2761–2762  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

2759
2760 class MyArray(np.ndarray):
2761 def sort(self, **kwargs):
2762 MyArray.kwargs = kwargs # set on class (may use views)
2763
2764 def argsort(self, **kwargs):
2765 MyArray.kwargs = kwargs # set on class (may use views)

Callers 15

_type_aliases.pyFile · 0.45
sortFunction · 0.45
_makenames_listFunction · 0.45
get_api_functionsFunction · 0.45
test_sortFunction · 0.45
test_half_orderingMethod · 0.45
test_sort_bigendianMethod · 0.45
test_random_shuffleMethod · 0.45
test_attributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected