GitLog
class flow_api.git_log.GitLog
(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, debug=False
)
Base class: Row
Undocumented...
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
commit | bool | |
debug | bool | if set, the content of the data being written will be logged. |
init | typing.Union[ dict, NoneType ] | |
select | typing.Union[ str, NoneType ] |