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

Method CreateOrExtendTable

Lib/bsddb/dbtables.py:383–438  ·  view source on GitHub ↗

CreateOrExtendTable(table, columns) Create a new table in the database. If a table of this name already exists, extend it to have any additional columns present in the given list as well as all of its current columns.

(self, table, columns)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_CreateOrExtendMethod · 0.80

Calls 12

CreateTableMethod · 0.95
__load_column_infoMethod · 0.95
_columns_keyFunction · 0.85
getattrFunction · 0.85
txn_beginMethod · 0.80
loadsMethod · 0.80
copyMethod · 0.45
appendMethod · 0.45
deleteMethod · 0.45
dumpsMethod · 0.45
commitMethod · 0.45
abortMethod · 0.45

Tested by 1

test_CreateOrExtendMethod · 0.64