File: api-objects.txt

package info (click to toggle)
python-kyotocabinet 1.23-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: cpp: 2,967; python: 1,241; javascript: 249; makefile: 85
file content (128 lines) | stat: -rw-r--r-- 7,922 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
kyotocabinet	kyotocabinet-module.html
kyotocabinet.conv_bytes	kyotocabinet-module.html#conv_bytes
kyotocabinet.levdist	kyotocabinet-module.html#levdist
kyotocabinet.hash_fnv	kyotocabinet-module.html#hash_fnv
kyotocabinet.hash_murmur	kyotocabinet-module.html#hash_murmur
kyotocabinet.__package__	kyotocabinet-module.html#__package__
kyotocabinet.VERSION	kyotocabinet-module.html#VERSION
kyotocabinet.atoix	kyotocabinet-module.html#atoix
kyotocabinet.atoi	kyotocabinet-module.html#atoi
kyotocabinet.atof	kyotocabinet-module.html#atof
kyotocabinet.Cursor	kyotocabinet.Cursor-class.html
kyotocabinet.Cursor.get_str	kyotocabinet.Cursor-class.html#get_str
kyotocabinet.Cursor.jump_back	kyotocabinet.Cursor-class.html#jump_back
kyotocabinet.Cursor.disable	kyotocabinet.Cursor-class.html#disable
kyotocabinet.Cursor.get	kyotocabinet.Cursor-class.html#get
kyotocabinet.Cursor.step_back	kyotocabinet.Cursor-class.html#step_back
kyotocabinet.Cursor.__str__	kyotocabinet.Cursor-class.html#__str__
kyotocabinet.Cursor.__next__	kyotocabinet.Cursor-class.html#__next__
kyotocabinet.Cursor.db	kyotocabinet.Cursor-class.html#db
kyotocabinet.Cursor.get_value	kyotocabinet.Cursor-class.html#get_value
kyotocabinet.Cursor.accept	kyotocabinet.Cursor-class.html#accept
kyotocabinet.Cursor.seize_str	kyotocabinet.Cursor-class.html#seize_str
kyotocabinet.Cursor.jump	kyotocabinet.Cursor-class.html#jump
kyotocabinet.Cursor.step	kyotocabinet.Cursor-class.html#step
kyotocabinet.Cursor.get_key_str	kyotocabinet.Cursor-class.html#get_key_str
kyotocabinet.Cursor.get_value_str	kyotocabinet.Cursor-class.html#get_value_str
kyotocabinet.Cursor.remove	kyotocabinet.Cursor-class.html#remove
kyotocabinet.Cursor.seize	kyotocabinet.Cursor-class.html#seize
kyotocabinet.Cursor.get_key	kyotocabinet.Cursor-class.html#get_key
kyotocabinet.Cursor.error	kyotocabinet.Cursor-class.html#error
kyotocabinet.Cursor.__repr__	kyotocabinet.Cursor-class.html#__repr__
kyotocabinet.Cursor.set_value	kyotocabinet.Cursor-class.html#set_value
kyotocabinet.DB	kyotocabinet.DB-class.html
kyotocabinet.DB.end_transaction	kyotocabinet.DB-class.html#end_transaction
kyotocabinet.DB.set	kyotocabinet.DB-class.html#set
kyotocabinet.DB.OAUTOSYNC	kyotocabinet.DB-class.html#OAUTOSYNC
kyotocabinet.DB.process	kyotocabinet.DB-class.html#process
kyotocabinet.DB.increment_double	kyotocabinet.DB-class.html#increment_double
kyotocabinet.DB.__str__	kyotocabinet.DB-class.html#__str__
kyotocabinet.DB.shift_str	kyotocabinet.DB-class.html#shift_str
kyotocabinet.DB.accept	kyotocabinet.DB-class.html#accept
kyotocabinet.DB.replace	kyotocabinet.DB-class.html#replace
kyotocabinet.DB.MREPLACE	kyotocabinet.DB-class.html#MREPLACE
kyotocabinet.DB.GEXCEPTIONAL	kyotocabinet.DB-class.html#GEXCEPTIONAL
kyotocabinet.DB.increment	kyotocabinet.DB-class.html#increment
kyotocabinet.DB.iterate	kyotocabinet.DB-class.html#iterate
kyotocabinet.DB.OAUTOTRAN	kyotocabinet.DB-class.html#OAUTOTRAN
kyotocabinet.DB.close	kyotocabinet.DB-class.html#close
kyotocabinet.DB.remove	kyotocabinet.DB-class.html#remove
kyotocabinet.DB.open	kyotocabinet.DB-class.html#open
kyotocabinet.DB.check	kyotocabinet.DB-class.html#check
kyotocabinet.DB.__init__	kyotocabinet.DB-class.html#__init__
kyotocabinet.DB.size	kyotocabinet.DB-class.html#size
kyotocabinet.DB.MADD	kyotocabinet.DB-class.html#MADD
kyotocabinet.DB.get_bulk	kyotocabinet.DB-class.html#get_bulk
kyotocabinet.DB.synchronize	kyotocabinet.DB-class.html#synchronize
kyotocabinet.DB.match_similar	kyotocabinet.DB-class.html#match_similar
kyotocabinet.DB.match_regex	kyotocabinet.DB-class.html#match_regex
kyotocabinet.DB.ONOREPAIR	kyotocabinet.DB-class.html#ONOREPAIR
kyotocabinet.DB.OCREATE	kyotocabinet.DB-class.html#OCREATE
kyotocabinet.DB.occupy	kyotocabinet.DB-class.html#occupy
kyotocabinet.DB.add	kyotocabinet.DB-class.html#add
kyotocabinet.DB.accept_bulk	kyotocabinet.DB-class.html#accept_bulk
kyotocabinet.DB.append	kyotocabinet.DB-class.html#append
kyotocabinet.DB.OREADER	kyotocabinet.DB-class.html#OREADER
kyotocabinet.DB.__len__	kyotocabinet.DB-class.html#__len__
kyotocabinet.DB.set_bulk	kyotocabinet.DB-class.html#set_bulk
kyotocabinet.DB.status	kyotocabinet.DB-class.html#status
kyotocabinet.DB.cursor_process	kyotocabinet.DB-class.html#cursor_process
kyotocabinet.DB.OTRYLOCK	kyotocabinet.DB-class.html#OTRYLOCK
kyotocabinet.DB.dump_snapshot	kyotocabinet.DB-class.html#dump_snapshot
kyotocabinet.DB.__getitem__	kyotocabinet.DB-class.html#__getitem__
kyotocabinet.DB.get	kyotocabinet.DB-class.html#get
kyotocabinet.DB.get_str	kyotocabinet.DB-class.html#get_str
kyotocabinet.DB.OTRUNCATE	kyotocabinet.DB-class.html#OTRUNCATE
kyotocabinet.DB.OWRITER	kyotocabinet.DB-class.html#OWRITER
kyotocabinet.DB.__iter__	kyotocabinet.DB-class.html#__iter__
kyotocabinet.DB.get_bulk_str	kyotocabinet.DB-class.html#get_bulk_str
kyotocabinet.DB.remove_bulk	kyotocabinet.DB-class.html#remove_bulk
kyotocabinet.DB.match_prefix	kyotocabinet.DB-class.html#match_prefix
kyotocabinet.DB.GCONCURRENT	kyotocabinet.DB-class.html#GCONCURRENT
kyotocabinet.DB.ONOLOCK	kyotocabinet.DB-class.html#ONOLOCK
kyotocabinet.DB.path	kyotocabinet.DB-class.html#path
kyotocabinet.DB.copy	kyotocabinet.DB-class.html#copy
kyotocabinet.DB.seize_str	kyotocabinet.DB-class.html#seize_str
kyotocabinet.DB.count	kyotocabinet.DB-class.html#count
kyotocabinet.DB.transaction	kyotocabinet.DB-class.html#transaction
kyotocabinet.DB.tune_exception_rule	kyotocabinet.DB-class.html#tune_exception_rule
kyotocabinet.DB.seize	kyotocabinet.DB-class.html#seize
kyotocabinet.DB.cas	kyotocabinet.DB-class.html#cas
kyotocabinet.DB.shift	kyotocabinet.DB-class.html#shift
kyotocabinet.DB.MSET	kyotocabinet.DB-class.html#MSET
kyotocabinet.DB.__setitem__	kyotocabinet.DB-class.html#__setitem__
kyotocabinet.DB.load_snapshot	kyotocabinet.DB-class.html#load_snapshot
kyotocabinet.DB.cursor	kyotocabinet.DB-class.html#cursor
kyotocabinet.DB.merge	kyotocabinet.DB-class.html#merge
kyotocabinet.DB.MAPPEND	kyotocabinet.DB-class.html#MAPPEND
kyotocabinet.DB.__repr__	kyotocabinet.DB-class.html#__repr__
kyotocabinet.DB.error	kyotocabinet.DB-class.html#error
kyotocabinet.DB.clear	kyotocabinet.DB-class.html#clear
kyotocabinet.DB.begin_transaction	kyotocabinet.DB-class.html#begin_transaction
kyotocabinet.Error	kyotocabinet.Error-class.html
kyotocabinet.Error.DUPREC	kyotocabinet.Error-class.html#DUPREC
kyotocabinet.Error.NOREPOS	kyotocabinet.Error-class.html#NOREPOS
kyotocabinet.Error.set	kyotocabinet.Error-class.html#set
kyotocabinet.Error.NOPERM	kyotocabinet.Error-class.html#NOPERM
kyotocabinet.Error.SUCCESS	kyotocabinet.Error-class.html#SUCCESS
kyotocabinet.Error.__str__	kyotocabinet.Error-class.html#__str__
kyotocabinet.Error.MISC	kyotocabinet.Error-class.html#MISC
kyotocabinet.Error.NOIMPL	kyotocabinet.Error-class.html#NOIMPL
kyotocabinet.Error.INVALID	kyotocabinet.Error-class.html#INVALID
kyotocabinet.Error.SYSTEM	kyotocabinet.Error-class.html#SYSTEM
kyotocabinet.Error.NOREC	kyotocabinet.Error-class.html#NOREC
kyotocabinet.Error.BROKEN	kyotocabinet.Error-class.html#BROKEN
kyotocabinet.Error.code	kyotocabinet.Error-class.html#code
kyotocabinet.Error.__repr__	kyotocabinet.Error-class.html#__repr__
kyotocabinet.Error.LOGIC	kyotocabinet.Error-class.html#LOGIC
kyotocabinet.Error.message	kyotocabinet.Error-class.html#message
kyotocabinet.Error.__cmp__	kyotocabinet.Error-class.html#__cmp__
kyotocabinet.Error.__init__	kyotocabinet.Error-class.html#__init__
kyotocabinet.Error.name	kyotocabinet.Error-class.html#name
kyotocabinet.FileProcessor	kyotocabinet.FileProcessor-class.html
kyotocabinet.FileProcessor.process	kyotocabinet.FileProcessor-class.html#process
kyotocabinet.Visitor	kyotocabinet.Visitor-class.html
kyotocabinet.Visitor.visit_full	kyotocabinet.Visitor-class.html#visit_full
kyotocabinet.Visitor.visit_empty	kyotocabinet.Visitor-class.html#visit_empty
kyotocabinet.Visitor.NOP	kyotocabinet.Visitor-class.html#NOP
kyotocabinet.Visitor.REMOVE	kyotocabinet.Visitor-class.html#REMOVE