fleche.call
Attributes
Classes
Represents a function call, capturing its name, arguments, and keyword arguments. |
|
Module Contents
- class fleche.call.Call[source]
Represents a function call, capturing its name, arguments, and keyword arguments.
module and version can be optionally set to be included in the hash of the call. version should be a plain integer and monotonically increase. Each different version will completely change the hash of the call, invalidating previously cached results.
- class fleche.call.QueryCall[source]
-
- code_digest: fleche.digest.Digest | None = None[source]