Closed nielsbuwen closed 2 years ago
Closes #190
Example:
ws = Workspace.open() table = ws.make_table('MyTable', default=None) # or table = ws.__.my_existing_table print(table['x']) table['x'] = 1 del table['x']
The RemoteTable basically behaves like a python dict
RemoteTable
dict
Closes #190
Example:
The
RemoteTable
basically behaves like a pythondict