MCPcopy Create free account
hub / github.com/dashingsoft/pyarmor-webui / call_pyarmor

Function call_pyarmor

handler8.py:51–54  ·  view source on GitHub ↗
(args, homepath=None, debug=False)

Source from the content-addressed store, hash-verified

49
50
51def call_pyarmor(args, homepath=None, debug=False):
52 logging.info('Call pyarmor: %s', args)
53 extra_opts = ['--home', homepath] + (['-d'] if debug else [])
54 pyarmor_main(extra_opts + args)
55
56
57class RootHandler(BaseHandler):

Callers 3

do_registerMethod · 0.70
_build_targetMethod · 0.70
_createMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected