import
0.09
argparse
0.08
from
0.99
from
sus
1.0
sus
pic
1.0
pic
ious
1.0
ious
.
0.98
.
sus
0.19
text
import
1.0
import
process
1.0
process
_
1.0
_
text
0.99
text
from
1.0
from
sus
1.0
sus
pic
1.0
pic
ious
1.0
ious
.
1.0
.
render
0.24
render
import
1.0
import
render
0.63
render
def
1.0
def
main
0.95
main
():
1.0
():
1.0
parser
1.0
parser
=
1.0
=
argparse
1.0
argparse
.
1.0
.
ArgumentParser
1.0
ArgumentParser
(
0.95
(
0.78
prog
0.98
prog
='
0.99
='
sus
0.26
analyze
',
1.0
',
description
0.96
description
='
1.0
='
Detect
0.16
Draw
s
0.74
s
possibly
0.15
some
sus
1.0
sus
pic
1.0
pic
ious
1.0
ious
stuff
0.39
tokens
in
0.88
in
your
0.23
your
source
0.28
input
files
0.53
code
')
0.78
')
0.99
parser
1.0
parser
.
1.0
.
add
1.0
add
_
1.0
_
argument
1.0
argument
('
0.57
('
file
1.0
file
',
1.0
',
nargs
0.98
nargs
='
0.91
='
?',
0.72
?',
help
0.96
help
='
1.0
='
The
0.45
The
file
0.9
file
to
1.0
to
analyze
0.35
render
')
0.82
')
0.99
args
1.0
args
=
1.0
=
parser
1.0
parser
.
1.0
.
parse
1.0
parse
_
1.0
_
args
1.0
args
()
1.0
()
0.97
with
1.0
with
open
1.0
open
(
1.0
(
args
1.0
args
.
1.0
.
file
1.0
file
,
1.0
,
'
1.0
'
r
0.75
r
')
0.99
')
as
1.0
as
f
1.0
f
:
1.0
:
1.0
text
1.0
text
=
1.0
=
f
1.0
f
.
1.0
.
read
0.95
read
()
1.0
()
0.67
tokens
1.0
tokens
=
1.0
=
process
1.0
process
_
1.0
_
text
0.97
text
(
1.0
(
text
1.0
text
)
1.0
)
0.89
render
0.49
render
(
1.0
(
tokens
1.0
tokens
,
1.0
,
args
1.0
args
.
1.0
.
file
0.62
file
)
1.0
)
if
0.76
if
__
1.0
__
name
0.78
name
__
1.0
__
==
0.66
==
'__
0.95
'__
main
0.87
main
__
0.99
__
':
0.93
':
0.95
main
0.49
exit
()
0.87
()