mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 17:07:34 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
d552f539cd
commit
2017181bc5
1 changed files with 2 additions and 0 deletions
|
@ -634,6 +634,8 @@ f(5)
|
|||
'''
|
||||
c=compile(s, "", "exec")
|
||||
|
||||
# __doc__: Get the description of the function, if any
|
||||
print.__doc__
|
||||
|
||||
# co_consts: Constants
|
||||
get_flag.__code__.co_consts
|
||||
|
|
Loading…
Reference in a new issue