reviewboard.scmtools.signals¶
- checking_file_exists = <django.dispatch.dispatcher.Signal object>[source]¶
Emitted before a file existence check occurs.
- Parameters:
path (
unicode
) – The path of the file being checked.revision (
unicode
) – The revision of the file being checked.request (
django.http.HttpRequest
) – The current request.
- checked_file_exists = <django.dispatch.dispatcher.Signal object>[source]¶
Emitted after a file existence check occurs.
- Parameters:
path (
unicode
) – The path of the file being checked.revision (
unicode
) – The revision of the file being checked.request (
django.http.HttpRequest
) – The current request.
- fetching_file = <django.dispatch.dispatcher.Signal object>[source]¶
Emitted before a file is fetched.
- Parameters:
path (
unicode
) – The path of the file being checked.revision (
unicode
) – The revision of the file being checked.request (
django.http.HttpRequest
) – The current request.
- fetched_file = <django.dispatch.dispatcher.Signal object>[source]¶
Emitted after a file is fetched.
- Parameters:
path (
unicode
) – The path of the file being checked.revision (
unicode
) – The revision of the file being checked.request (
django.http.HttpRequest
) – The current request.