package pyre-ast

  1. Overview
  2. Docs

This module provides a type that represents a Python function type signature. See Parser.TaglessFinal.parse_function_type.

type ('expr, 'function_type) t = argtypes:'expr list -> returns:'expr -> 'function_type