class TestStructuredObjectRefcounting:
Method | test_structured_object_create_delete |
Structured object reference counting in creation and deletion |
Method | test_structured_object_indexing |
Structured object reference counting for advanced indexing. |
Method | test_structured_object_item_setting |
Structured object reference counting for simple item setting |
Method | test_structured_object_take_and_repeat |
Structured object reference counting for specialized functions. The older functions such as take and repeat use different code paths then item setting (when writing this). |