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

Method emptyline

starrynet/cli.py:74–76  ·  view source on GitHub ↗

Don't repeat last command when you hit return.

(self)

Source from the content-addressed store, hash-verified

72 # pylint: enable=broad-except
73
74 def emptyline(self):
75 "Don't repeat last command when you hit return."
76 pass
77
78 def getLocals(self):
79 "Local variable bindings for py command"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected