Home
last modified time | relevance | path

Searched refs:custom_number_to_string (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dnumbers.rst87 >>> def custom_number_to_string(number, *args, **kwargs):
97 ... number_to_string_func=custom_number_to_string)
H A Ddeephash_doc.rst338 >>> def custom_number_to_string(number, *args, **kwargs):
344 …1, significant_digits=3, number_format_notation="e", number_to_string_func=custom_number_to_string)
345 …2, significant_digits=3, number_format_notation="e", number_to_string_func=custom_number_to_string)
349 … to the low significant digits for 100000 vs 100021 and also the custom_number_to_string that conv…
/dports/devel/py-deepdiff/deepdiff-5.6.0/tests/
H A Dtest_hash.py372 def custom_number_to_string(number, *args, **kwargs): function
379 number_to_string_func=custom_number_to_string)
381 number_to_string_func=custom_number_to_string)
H A Dtest_ignore_order.py497 def custom_number_to_string(number, *args, **kwargs): function
502 number_to_string_func=custom_number_to_string)