Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WojciechMula/pyahocorasick
/ functions
Functions
469 in github.com/WojciechMula/pyahocorasick
⨍
Functions
469
◇
Types & classes
79
↓ 1 callers
Function
trienode_dump_layout
src/trienode.c:151
↓ 1 callers
Function
trienode_get_size
src/trie.c:228
↓ 1 callers
Function
trienode_set_next
src/trienode.c:124
↓ 1 callers
Function
trienode_unset_next_pointer
src/trienode.c:60
↓ 1 callers
Method
unpickle
(self)
tests/pickle_stresstest.py:156
↓ 1 callers
Function
walk
(node)
etc/py/exportdot.py:19
↓ 1 callers
Function
write
(str)
etc/benchmarks/benchmark.py:11
↓ 1 callers
Function
writeln
(str)
etc/benchmarks/benchmark.py:16
Method
__enter__
(self)
etc/benchmarks/benchmark.py:25
Method
__exit__
(self, a1, a2, a3)
etc/benchmarks/benchmark.py:29
Method
__init__
(self, dstpath)
etc/update_inlinedoc.py:26
Method
__init__
(self, xml_string, name)
etc/update_inlinedoc.py:64
Method
__init__
Constructs an empty node
etc/py/pyahocorasick.py:22
Method
__init__
Construct an empty trie
etc/py/pyahocorasick.py:48
Method
__init__
(self, msg)
etc/benchmarks/benchmark.py:22
Method
__init__
(self, max_word_length, count)
etc/benchmarks/benchmark.py:39
Method
__init__
(self, path)
tests/memdump_check.py:29
Method
__init__
(self, path)
tests/pyfault_check.py:23
Method
__init__
(self, srcdir, path)
tests/valgrind_check.py:25
Method
__init__
(self, *args)
tests/test_unit.py:1354
Method
__init__
(self, options)
tests/removeword_stresstest.py:30
Method
__init__
(self)
tests/test_unpickle.py:20
Method
__init__
(self, *args)
tests/test_unpickle.py:79
Method
__init__
(self, options)
tests/generate_random_words.py:27
Method
__init__
(self, options)
tests/pickle_stresstest.py:33
Method
__init__
(self, path)
tests/unittestlog_check.py:26
Method
__init__
(self, path)
tests/memdump_maxalloc.py:26
Method
__init__
(self, path)
tests/memdump_maxrealloc.py:26
Method
__len__
Calculates number of words in a trie.
etc/py/pyahocorasick.py:128
Method
__repr__
Textual representation of node.
etc/py/pyahocorasick.py:32
Function
addresspair_cmp
src/custompickle/load/module_automaton_load.c:186
Function
append
(x, teststr)
tests/test_issue_56.py:26
Function
automaton___reduce__
src/Automaton_pickle.c:191
Function
automaton___sizeof__
src/Automaton.c:1183
Function
automaton_add_word
src/Automaton.c:201
Function
automaton_del
src/Automaton.c:184
Function
automaton_dump
src/Automaton.c:1148
Function
automaton_exists
src/Automaton.c:439
Function
automaton_find_all
src/Automaton.c:652
Function
automaton_get
src/Automaton.c:501
Function
automaton_get_stats
src/Automaton.c:1077
Function
automaton_items
src/Automaton.c:869
Function
automaton_items_iter_del
src/AutomatonItemsIter.c:103
Function
automaton_items_iter_iter
src/AutomatonItemsIter.c:118
Function
automaton_iter
src/Automaton.c:875
Function
automaton_iter_long
src/Automaton.c:969
Function
automaton_iterate
src/Automaton.c:857
Function
automaton_keys
src/Automaton.c:851
Function
automaton_len
src/Automaton.c:193
Function
automaton_longest_prefix
src/Automaton.c:482
Function
automaton_make_automaton
src/Automaton.c:560
Function
automaton_match
src/Automaton.c:460
Function
automaton_new
src/Automaton.c:96
Function
automaton_pop
src/Automaton.c:354
Function
automaton_remove_word
src/Automaton.c:327
Function
automaton_save
src/custompickle/save/automaton_save.c:13
Function
automaton_save_node
src/custompickle/save/automaton_save.c:84
Function
automaton_search_iter_del
src/AutomatonSearchIter.c:135
Function
automaton_search_iter_iter
src/AutomatonSearchIter.c:143
Function
automaton_search_iter_long_del
src/AutomatonSearchIterLong.c:55
Function
automaton_search_iter_long_iter
src/AutomatonSearchIterLong.c:64
Function
automaton_search_iter_long_next
src/AutomatonSearchIterLong.c:89
Function
automaton_search_iter_long_set
src/AutomatonSearchIterLong.c:173
Function
automaton_search_iter_next
src/AutomatonSearchIter.c:243
Function
automaton_search_iter_set
src/AutomatonSearchIter.c:303
Function
automaton_values
src/Automaton.c:863
Method
aux
(node, s)
etc/py/pyahocorasick.py:116
Method
callback
(index, word)
tests/test_unit.py:612
Method
callback
(index, word)
tests/test_unit.py:790
Method
callback
(index, value)
tests/test_unit.py:1046
Function
check_and_set_error
src/pycallfault/pycallfault.c:41
Function
does_not_leak_memory
()
tests/unresolved_bugs/test_bug_81.py:55
Function
dump_aux
src/Automaton.c:1107
Method
find_all_callback
(end_index, strings)
etc/py/test_unittests_pure_python.py:196
Function
format_size
(size)
tests/removeword_stresstest.py:130
Method
generate_words
(self)
tests/removeword_stresstest.py:93
Method
get_test_automaton
()
etc/py/test_unittests_pure_python.py:153
Function
imaxdiv
[
src/msinttypes/inttypes.h:277
Function
init_function
src/pyahocorasick.c:67
Function
list_item_delete
src/slist.c:29
Function
loadbuffer_dump
src/custompickle/load/loadbuffer.c:142
Function
module_automaton_load
src/custompickle/load/module_automaton_load.c:12
Function
pickle_dump_replace_fail_with_id
replace fail with pairs (fail, id)
src/Automaton_pickle.c:71
Function
pickle_dump_revert_replace
revert changes in trie (in case of error)
src/Automaton_pickle.c:99
Function
pickle_dump_save
src/Automaton_pickle.c:128
Function
pickle_dump_undo_replace
revert changes in trie
src/Automaton_pickle.c:116
Method
random_word
(length)
etc/benchmarks/benchmark.py:52
Method
setUp
(self)
tests/test_unit.py:48
Method
setUp
(self)
tests/test_unit.py:532
Method
setUp
(self)
tests/test_unit.py:813
Method
setUp
(self)
tests/test_unit.py:990
Method
setUp
(self)
tests/test_unit.py:1062
Method
setUp
(self)
tests/test_unit.py:1079
Method
setUp
(self)
tests/test_unit.py:1105
Method
setUp
(self)
tests/test_unit.py:1120
Method
setUp
(self)
tests/test_unpickle.py:91
Function
show
(automaton)
etc/dump2dot.py:62
Method
testAddedWordShouldBeCountedAndAvailableForRetrieval
(self)
etc/py/test_unittests_pure_python.py:18
Method
testAddingExistingWordShouldReplaceAssociatedValue
(self)
etc/py/test_unittests_pure_python.py:25
Method
testClearShouldRemoveEveryting
(self)
etc/py/test_unittests_pure_python.py:133
← previous
next →
201–300 of 469, ranked by callers