We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718d1f3 commit 7e72da3Copy full SHA for 7e72da3
main.py
@@ -2,6 +2,15 @@
2
import subprocess
3
4
def func_calls():
5
+ """
6
+ Calls various methods from different modules: formats, algorithms, cli, and sessions.
7
+
8
+ This function does not take any parameters or return any values. It serves to demonstrate the calls to these methods:
9
+ - formats.get_format()
10
+ - algorithms.HMACAlgorithm.prepare_key()
11
+ - cli.VerifyOperation.perform_operation()
12
+ - sessions.SessionRedirectMixin.resolve_redirects()
13
14
formats.get_format()
15
algorithms.HMACAlgorithm.prepare_key()
16
cli.VerifyOperation.perform_operation()
0 commit comments