S
SamG
If a function does not have main function defined and there is only a
if __name__="__main__":
how do i make a call to that using
profile.runcall( ...)
in my profiling script. Is there a way to find the entry point of a
script and indentify it with module method.
if __name__="__main__":
how do i make a call to that using
profile.runcall( ...)
in my profiling script. Is there a way to find the entry point of a
script and indentify it with module method.