MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / make_executable

Function make_executable

nodeenv.py:421–424  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

419
420
421def make_executable(filename):
422 mode_0755 = (stat.S_IRWXU | stat.S_IXGRP |
423 stat.S_IRGRP | stat.S_IROTH | stat.S_IXOTH)
424 os.chmod(filename, mode_0755)
425
426
427# noinspection PyArgumentList

Callers 2

writefileFunction · 0.85
copy_node_from_prebuiltFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected