mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +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")
|
c=compile(s, "", "exec")
|
||||||
|
|
||||||
|
# __doc__: Get the description of the function, if any
|
||||||
|
print.__doc__
|
||||||
|
|
||||||
# co_consts: Constants
|
# co_consts: Constants
|
||||||
get_flag.__code__.co_consts
|
get_flag.__code__.co_consts
|
||||||
|
|
Loading…
Add table
Reference in a new issue