MCPcopy
hub / github.com/hugapi/hug / name

Method name

hug/routing.py:134–136  ·  view source on GitHub ↗

Sets the name for the CLI interface

(self, name, **overrides)

Source from the content-addressed store, hash-verified

132 self.route["doc"] = doc
133
134 def name(self, name, **overrides):
135 """Sets the name for the CLI interface"""
136 return self.where(name=name, **overrides)
137
138 def version(self, version, **overrides):
139 """Sets the version for the CLI interface"""

Callers 2

test_nameMethod · 0.80
__init__Method · 0.80

Calls 1

whereMethod · 0.45

Tested by 1

test_nameMethod · 0.64