Skip to content

lmdb 2.0.0

Version history | Download JSON

  • PyPI https://pypi.org/project/lmdb/
    Repository https://github.com/jnwatson/py-lmdb

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 4
        "Any" : 0
        "Untyped" : 292
    • 1.4% coverage
    • 1.4% coverage (strict)
    • 296 typable
      • 4 typed
      • 292 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 63
        "classes" : 222
        "other" : 1
    • 24 functions (+0 overloads)
      • 39 parameters
    • 31 classes
      • 86 methods (+0 overloads)
        • 136 parameters
      • 0 properties
    • 2 modules
      • 1 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
lmdb.cffi 0.0% 0.0% 229 3
lmdb.tool 6.0% 6.0% 67 0

Incomplete Annotations

lmdb.cffi (229 missing, 0 any)

Symbol Typable Typed Any
meth Environment.init 17 0 0
meth Environment.enter 1 0 0
meth Environment.exit 4 0 0
meth Environment.del 1 0 0
meth Environment.set_mapsize 2 0 0
meth Environment.close 1 0 0
meth Environment.path 1 0 0
meth Environment.copy 4 0 0
meth Environment.copyfd 4 0 0
meth Environment.sync 2 0 0
meth Environment._convert_stat 2 0 0
meth Environment.stat 1 0 0
meth Environment.info 1 0 0
meth Environment.flags 1 0 0
meth Environment.max_key_size 1 0 0
meth Environment.max_readers 1 0 0
meth Environment.readers 1 0 0
meth Environment.reader_check 1 0 0
meth Environment.open_db 9 0 0
meth Environment.begin 5 0 0
attr Environment.readonly 1 0 0
meth Error.init 3 0 0
attr Error.what 1 0 0
attr Error.code 1 0 0
attr Error.reason 1 0 0
meth Cursor.init 3 0 0
meth Cursor._invalidate 1 0 0
meth Cursor.del 1 0 0
meth Cursor.close 1 0 0
meth Cursor.enter 1 0 0
meth Cursor.exit 4 0 0
meth Cursor.key 1 0 0
meth Cursor.value 1 0 0
meth Cursor.item 1 0 0
meth Cursor._iter 4 0 0
meth Cursor.iternext 3 0 0
meth Cursor.iter 3 0 0
meth Cursor.iternext_dup 3 0 0
meth Cursor.iternext_nodup 3 0 0
meth Cursor.iterprev 3 0 0
meth Cursor.iterprev_dup 3 0 0
meth Cursor.iterprev_nodup 3 0 0
meth Cursor._cursor_get 2 0 0
meth Cursor._cursor_get_kv 4 0 0
meth Cursor.first 1 0 0
meth Cursor.first_dup 1 0 0
meth Cursor.last 1 0 0
meth Cursor.last_dup 1 0 0
meth Cursor.prev 1 0 0
meth Cursor.prev_dup 1 0 0
meth Cursor.prev_nodup 1 0 0
meth Cursor.next 1 0 0
meth Cursor.next_dup 1 0 0
meth Cursor.next_nodup 1 0 0
meth Cursor.set_key 2 0 0
meth Cursor.set_key_dup 3 0 0
meth Cursor.get 3 0 0
meth Cursor.getmulti 5 0 0
meth Cursor.set_range 2 0 0
meth Cursor.set_range_dup 3 0 0
meth Cursor.delete 2 0 0
meth Cursor.count 1 0 0
meth Cursor.put 6 0 0
meth Cursor.putmulti 5 0 0
meth Cursor.replace 3 0 0
meth Cursor.pop 2 0 0
meth Cursor._iter_from 3 0 0
attr Cursor.db 1 0 0
attr Cursor.txn 1 0 0
meth _Database.init 10 0 0
meth _Database._load_flags 2 0 0
meth _Database.flags 2 0 0
meth _Database._invalidate 1 0 0
meth Transaction.init 6 0 0
meth Transaction._invalidate 1 0 0
meth Transaction.del 1 0 0
meth Transaction.enter 1 0 0
meth Transaction.exit 4 0 0
meth Transaction.id 1 0 0
meth Transaction.stat 2 0 0
meth Transaction.drop 3 0 0
meth Transaction._cache_spare 1 0 0
meth Transaction.commit 1 0 0
meth Transaction.abort 1 0 0
meth Transaction.get 4 0 0
meth Transaction.put 7 0 0
meth Transaction.replace 4 0 0
meth Transaction.pop 3 0 0
meth Transaction.delete 4 0 0
meth Transaction.cursor 2 0 0
attr Transaction.env 1 0 0
func enable_drop_gil 1 0 0
func version 2 0 0

lmdb.tool (63 missing, 0 any)

Symbol Typable Typed Any
func cmd_copyfd 3 0 0
func cmd_rewrite 3 0 0
func delta 2 0 0
func dump_cursor_to_fp 3 0 0
func cmd_copy 3 0 0
func xxd 2 0 0
func restore_cursor_from_fp 4 0 0
func cmd_edit 3 0 0
func cmd_stat 3 0 0
func cmd_warm 3 0 0
func cmd_watch 3 0 0
func cmd_get 3 0 0
func make_parser 1 0 0
func cmd_shell 3 0 0
func isprint 2 0 0
func db_map_from_args 2 0 0
func cmd_dump 3 0 0
func cmd_restore 3 0 0
meth DiskStatter.init 2 0 0
meth DiskStatter.refresh 1 0 0
attr DiskStatter.fp 1 0 0
func main 2 0 0
func die 3 1 0
func cmd_readers 3 0 0
func cmd_drop 3 0 0

Type-Ignore Comments

Flavor Count
type: ignore 3