MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / getLocals

Method getLocals

starrynet/cli.py:78–81  ·  view source on GitHub ↗

Local variable bindings for py command

(self)

Source from the content-addressed store, hash-verified

76 pass
77
78 def getLocals(self):
79 "Local variable bindings for py command"
80 self.locals.update(self.mn)
81 return self.locals
82
83 helpStr = (
84 'Supported commands are as follows:\n'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected