MCPcopy Create free account
hub / github.com/decodecaptcha/Browser-Env / __init__

Method __init__

examples/example_httpbin_pro.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19class Show():
20
21 def __init__(self):
22 self.child_pid = None
23
24 def show(self, file_name):
25 shell_process = subprocess.Popen(f'{file_name}', shell=True)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected