MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __Select

Method __Select

Lib/bsddb/dbtables.py:648–780  ·  view source on GitHub ↗

__Select() - Used to implement Select and Delete (above) Returns a dictionary keyed on rowids containing dicts holding the row data for columns listed in the columns param that match the given conditions. * conditions is a dictionary keyed on column names cont

(self, table, columns, conditions)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

ModifyMethod · 0.95
DeleteMethod · 0.95
SelectMethod · 0.95

Calls 15

__load_column_infoMethod · 0.95
enumerateFunction · 0.85
_search_col_data_keyFunction · 0.85
conditionClass · 0.85
_data_keyFunction · 0.85
keysMethod · 0.45
countMethod · 0.45
itemsMethod · 0.45
sortMethod · 0.45
insertMethod · 0.45
appendMethod · 0.45
cursorMethod · 0.45

Tested by

no test coverage detected