Home
last modified time | relevance | path

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

/dports/devel/py-deepdiff/deepdiff-5.6.0/deepdiff/
H A Dbase.py23 ignore_string_type_changes, argument
H A Ddeephash.py65 def prepare_string_for_hashing(obj, ignore_string_type_changes=False, ignore_string_case=False): argument
99 ignore_string_type_changes=False, argument
H A Ddiff.py124 ignore_string_type_changes=False, argument
/dports/devel/py-deepdiff/deepdiff-5.6.0/tests/
H A Dtest_hash.py35 def prep_str(obj, ignore_string_type_changes=True): argument
755 def test_clean_type(self, text, ignore_string_type_changes, expected_result): argument