package diffast-langs-python

  1. Overview
  2. Docs
Python parser plugin for Diff/AST

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.tar.gz
sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab
md5=7404586197ede6a4f0a0d00a69069b37

doc/diffast-langs-python.base/Python_base/Py_label/Literal/index.html

Module Py_label.LiteralSource

Sourcetype t =
  1. | Integer of string
  2. | LongInteger of string
  3. | FloatNumber of string
  4. | ImagNumber of string
  5. | String of string
  6. | CatString of string
  7. | None_
  8. | True
  9. | False
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval anonymize : t -> t
Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string
Sourceval pystr_to_string : Ast.pystring -> string
Sourceval of_literal : Ast.literal -> t
Sourceval to_tag : t -> string * (string * string) list
OCaml

Innovation. Community. Security.