ADVANCED TOPICS
Print Code
GETTING STARTED
- Introduction
- Upsonic architecture
- Requirements and prerequisites
- Install Upsonic BE
- Install Upsonic CE
- Updating Upsonic
HOW TO GUIDES
USING UPSONIC
ADMINISTERING UPSONIC
- User-related
- Function-related
- LLM Providers
- Users
- Logs
- Settings
FREQUENTLY ASKED QUESTIONS
ADVANCED TOPICS
CONTRIBUTE TO UPSONIC
- Contribute
- Build instructions
ADVANCED TOPICS
Print Code
For geting back your codes from an dump, you can use print_code
function for this.
upsonic.print_code("math.sum")
def sum(a, b):
return a + b