MCPcopy Index your code
hub / github.com/dashingsoft/pyarmor-webui / call_pyarmor

Function call_pyarmor

handler.py:18–20  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

16
17
18def call_pyarmor(args):
19 logging.info('Call pyarmor: %s', args)
20 pyarmor_main(args)
21
22
23def run_pyarmor(args, debug=False):

Callers 5

do_registerMethod · 0.70
_build_tempMethod · 0.70
do_newMethod · 0.70
_createMethod · 0.70
do_newMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected