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

Method version

hug/routing.py:138–140  ·  view source on GitHub ↗

Sets the version for the CLI interface

(self, version, **overrides)

Source from the content-addressed store, hash-verified

136 return self.where(name=name, **overrides)
137
138 def version(self, version, **overrides):
139 """Sets the version for the CLI interface"""
140 return self.where(version=version, **overrides)
141
142 def doc(self, documentation, **overrides):
143 """Sets the documentation for the CLI interface"""

Callers 2

test_versionMethod · 0.45
test_versionMethod · 0.45

Calls 1

whereMethod · 0.45

Tested by 2

test_versionMethod · 0.36
test_versionMethod · 0.36