File: usage.rst

package info (click to toggle)
astunparse 1.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: python: 1,313; makefile: 180; sh: 17
file content (10 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
=====
Usage
=====

To use AST Unparser in a project::

    import astunparse


Then use the :func:`unparse` function to unparse an AST tree.