MCPcopy Create free account

hub / github.com/WojciechMula/pyahocorasick / functions

Functions469 in github.com/WojciechMula/pyahocorasick

MethodtestEmptyTrieShouldNotContainsAnyWords
(self)
etc/py/test_unittests_pure_python.py:13
MethodtestExistShouldDetectAddedWords
(self)
etc/py/test_unittests_pure_python.py:46
MethodtestExistShouldReturnFailOnUnknownWord
(self)
etc/py/test_unittests_pure_python.py:55
MethodtestFindAllShouldGetTheSameDataAsIter
(self)
etc/py/test_unittests_pure_python.py:181
MethodtestGetUnknowWordWithDefaultValueShouldReturnDefault
(self)
etc/py/test_unittests_pure_python.py:41
MethodtestGetUnknowWordWithoutDefaultValueShouldRaiseException
(self)
etc/py/test_unittests_pure_python.py:35
MethodtestItemsShouldReturnAllItemsAlreadyAddedToTheTrie
(self)
etc/py/test_unittests_pure_python.py:79
MethodtestIterShouldMatchAllStrings
(self)
etc/py/test_unittests_pure_python.py:151
MethodtestKeysShouldReturnAllKeysAlreadyAddedToTheTrie
(self)
etc/py/test_unittests_pure_python.py:97
MethodtestMatchShouldDetecAllPrefixesIncludingWord
(self)
etc/py/test_unittests_pure_python.py:62
MethodtestValuesShouldReturnAllValuesAlreadyAddedToTheTrie
(self)
etc/py/test_unittests_pure_python.py:115
Methodtest__construct_empty
(self)
tests/test_unpickle.py:129
Methodtest__construct_simple_trie
r""" trie for set {he, her, his, him, it} #0 -> [h #1 ] -> [e #2*] -> [r #3*] | \-> [i #4 ] -> [s #5*] |
tests/test_unpickle.py:137
Methodtest__construct_simple_trie__split_across_a_few_chunks_unicode
r""" trie for set {he, her, his, him, it} #0 -> [h #1 ] -> [e #2*] -> [r #3*] | \-> [i #4 ] -> [s #5*] |
tests/test_unpickle.py:175
Methodtest__construct_simple_trie__wrong_index_bytes
trie for set {he} #0 -> [h #1*] -> [e #2*]
tests/test_unpickle.py:260
Methodtest__construct_simple_trie__wrong_index_unicode
trie for set {he} #0 -> [h #1*] -> [e #2*]
tests/test_unpickle.py:239
Methodtest__construct_wrong_key_type
(self)
tests/test_unpickle.py:231
Methodtest__construct_wrong_kind
(self)
tests/test_unpickle.py:217
Methodtest__construct_wrong_store
(self)
tests/test_unpickle.py:224
Methodtest__malicious_fail_pointer
trie with just one node
tests/test_unpickle.py:341
Methodtest__malicious_next_pointer_bytes
#0 -> [? #1 ]
tests/test_unpickle.py:326
Methodtest__malicious_next_pointer_unicode
#0 -> [? #1 ]
tests/test_unpickle.py:310
Methodtest__truncated_raw__case_1
(self)
tests/test_unpickle.py:280
Methodtest__truncated_raw__case_2
trie for set {he} #0 -> [h #1 ] -> [e #2*]
tests/test_unpickle.py:289
Methodtest__values_leaks
(self)
tests/test_unpickle.py:356
Methodtest__wrong_count_of_nodes_in_chunk__case1
(self)
tests/test_unpickle.py:400
Methodtest__wrong_count_of_nodes_in_chunk__case2
(self)
tests/test_unpickle.py:413
Methodtest__wrong_type_of_chunk
(self)
tests/test_unpickle.py:389
Methodtest__wrong_type_of_chunk_container
(self)
tests/test_unpickle.py:378
Methodtest_add__case_1
(self)
tests/test_unit.py:1126
Methodtest_add__case_2
(self)
tests/test_unit.py:1136
Methodtest_add__case_3
(self)
tests/test_unit.py:1143
Methodtest_add__case_4
(self)
tests/test_unit.py:1155
Methodtest_add__case_5__wrong_argument_type
(self)
tests/test_unit.py:1161
Methodtest_add__case_6__wrong_item_type
(self)
tests/test_unit.py:1169
Methodtest_add__case_7__wrong_value
(self)
tests/test_unit.py:1177
Methodtest_add__case_8__wrong_value
(self)
tests/test_unit.py:1191
Methodtest_add_empty_word
(self)
tests/test_unit.py:78
Methodtest_add_word
(self)
tests/test_unit.py:62
Methodtest_add_word1
(self)
tests/test_unit.py:994
Methodtest_add_word1
(self)
tests/test_unit.py:1066
Methodtest_add_word2
(self)
tests/test_unit.py:1005
Methodtest_add_word3
(self)
tests/test_unit.py:1016
Functiontest_basic_bytes
()
tests/test_basic.py:20
Functiontest_basic_items_keys_and_values_with_bytes_build
()
tests/test_basic.py:55
Functiontest_basic_items_keys_and_values_with_unicode_build
()
tests/test_basic.py:138
Functiontest_basic_unicode
()
tests/test_basic.py:103
Methodtest_bug
(self)
tests/test_unit.py:1109
Methodtest_case1
(self)
tests/test_unit.py:1299
Methodtest_case1
(self)
tests/test_unit.py:1333
Methodtest_case2
(self)
tests/test_unit.py:1315
Methodtest_clear
(self)
tests/test_unit.py:87
Methodtest_constructor_wrong_key_type
(self)
tests/test_unit.py:41
Methodtest_constructor_wrong_store
(self)
tests/test_unit.py:37
Methodtest_contains
(self)
tests/test_unit.py:112
Functiontest_create_and_iter_automata_pl_works_bytes
()
tests/test_issue_8.py:74
Functiontest_create_and_iter_automata_pl_works_unicode
()
tests/test_issue_8.py:51
Functiontest_create_automata_rus_does_not_crash_bytes
()
tests/test_issue_8.py:64
Functiontest_create_automata_rus_does_not_crash_unicode
()
tests/test_issue_8.py:41
Methodtest_dump_automaton
(self)
tests/test_unit.py:1284
Methodtest_dump_empty
(self)
tests/test_unit.py:1272
Methodtest_dump_trie
(self)
tests/test_unit.py:1275
Methodtest_empty
(self)
tests/test_unit.py:57
Methodtest_empty
(self)
tests/test_unit.py:930
Methodtest_exists
(self)
tests/test_unit.py:100
Methodtest_find_all1
no action is performed until automaton is constructed
tests/test_unit.py:596
Methodtest_find_all2
(self)
tests/test_unit.py:607
Methodtest_find_all3
(self)
tests/test_unit.py:620
Methodtest_find_all__end_index_not_given
(self)
tests/test_unit.py:668
Methodtest_find_all__end_is_negative
(self)
tests/test_unit.py:688
Methodtest_find_all__not_a_callable_object
(self)
tests/test_unit.py:640
Methodtest_find_all__start_is_negative
(self)
tests/test_unit.py:678
Methodtest_find_all__wrong_range__case_1
(self)
tests/test_unit.py:646
Methodtest_find_all__wrong_range__case_2
(self)
tests/test_unit.py:657
Methodtest_find_all_and_iter
(self)
tests/test_unit.py:1033
Methodtest_get1
(self)
tests/test_unit.py:137
Methodtest_get2
(self)
tests/test_unit.py:145
Methodtest_get3
(self)
tests/test_unit.py:153
Methodtest_get_from_an_empty_automaton
(self)
tests/test_unit.py:162
Functiontest_issue133_iter_long_1
()
tests/test_issue_133.py:15
Functiontest_issue133_iter_long_2
()
tests/test_issue_133.py:27
Functiontest_issue133_iter_long_3
()
tests/test_issue_133.py:40
Functiontest_issue133_iter_long_4
()
tests/test_issue_133.py:52
Functiontest_issue133_iter_long_5
()
tests/test_issue_133.py:64
Functiontest_issue133_iter_long_with_multibyte_characters
()
tests/test_issue_133.py:78
Functiontest_issue56
()
tests/test_issue_56.py:33
Functiontest_issue_10_case_1
()
tests/test_issue_10.py:14
Functiontest_issue_10_case_2
()
tests/test_issue_10.py:26
Functiontest_issue_19
()
tests/test_issue_19.py:15
Functiontest_issue_26_pickle_workds
()
tests/test_issue_26.py:16
Functiontest_issue_5
()
tests/test_issue_5.py:15
Functiontest_issue_50
()
tests/test_issue_50.py:20
Functiontest_issue_53_bytes
()
tests/test_issue_53.py:33
Functiontest_issue_53_unicode
()
tests/test_issue_53.py:17
Methodtest_items
(self)
tests/test_unit.py:425
Methodtest_items
(self)
tests/test_unit.py:526
Methodtest_items_with_prefix_invalid
(self)
tests/test_unit.py:452
Methodtest_items_with_prefix_valid
(self)
tests/test_unit.py:441
Methodtest_items_with_valid_pattern
(self)
tests/test_unit.py:463
Methodtest_items_with_valid_pattern2
(self)
tests/test_unit.py:473
← previousnext →301–400 of 469, ranked by callers