Revision 3652
Added by Aaron Marcuse-Kubitza over 12 years ago
db_xml.py | ||
---|---|---|
49 | 49 |
|
50 | 50 |
def __str__(self): return self.name |
51 | 51 |
|
52 |
put_table_special_funcs = set(['_simplifyPath'])
|
|
52 |
put_special_funcs = set(['_simplifyPath']) |
|
53 | 53 |
|
54 | 54 |
def put(db, node, row_ins_ct_ref=None, on_error=exc.raise_, |
55 | 55 |
col_defaults={}, in_table=None, parent_ids_loc=None, next=None): |
Also available in: Unified diff
db_xml.py: Renamed put_table_special_funcs to put_special_funcs because it is now used by put() as well