Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ cret
Function
cret
changemac.py:11–13 ·
view source on GitHub ↗
(command)
Source
from the content-addressed store, hash-verified
9
10
# function for returning terminal command
11
def
cret(command):
12
process = Popen(args=command, stdout=PIPE, shell=True)
13
return
process.communicate()[0]
14
15
16
# function for genrate mac address random
Callers
1
changemac.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected