Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Algorand Python documentation
Algorand Python documentation

Contents

  • Language Guide
    • Program structure
    • Types
    • Control flow structures
    • Module level constructs
    • Python builtins
    • Error handling and assertions
    • Data structures
    • Storing data on-chain
    • Logging
    • Transactions
    • AVM operations
    • Opcode budgets
    • ARC-4: Application Binary Interface
    • ARC-28: Structured event logging
    • Calling other applications
    • Compiling to AVM bytecode
    • Unsupported Python features
  • Principles & Background
  • API Reference
    • algopy
    • algopy.arc4
    • algopy.gtxn
    • algopy.itxn
    • algopy.op
  • PuyaPy compiler
  • Algorand Python Testing
  • Breakpoint debugging
Back to top
View this page

Opcode budgetsΒΆ

Algorand Python provides a helper method for increasing the available opcode budget, see algopy.ensure_budget.

Next
ARC-4: Application Binary Interface
Previous
AVM operations
Copyright © 2024, Algorand Foundation
Made with Sphinx and @pradyunsg's Furo