We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fiddy.function.Function
Store each function call as a dataclass object, and the history would be a list of such objects.
dataclass
Only support fiddy.function.Function so history can be automatically generated inside __call__.
__call__
Pros:
fiddy.function.CachedFunction
CachedFunction
save_history
history_as_cache
DataFrame
Cons:
append
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Store each function call as a
dataclass
object, and the history would be a list of such objects.Only support
fiddy.function.Function
so history can be automatically generated inside__call__
.Pros:
fiddy.function.CachedFunction
, or disable history ifCachedFunction
is usedfiddy.function.Function
attribute (e.g. booleansave_history
andhistory_as_cache
)DataFrame
DataFrame
DataFrame
Cons:
append
The text was updated successfully, but these errors were encountered: