PyComp / python_doc_md /Advanced /c-api /lifecycle.md
ITookAPill's picture
PyComp First Commit
9273228
|
Raw
History Blame Contribute Delete
36.5 kB

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

Object Life Cycle {#life-cycle}

This section explains how a type's slots relate to each other throughout the life of an object. It is not intended to be a complete canonical reference for the slots; instead, refer to the slot-specific documentation in type-structs{.interpreted-text role="ref"} for details about a particular slot.

Life Events

The figure below illustrates the order of events that can occur throughout an object's life. An arrow from A to B indicates that event B can occur after event A has occurred, with the arrow's label indicating the condition that must be true for B to occur after A.

::: only html and not epub

Life Events