MCPcopy Create free account
hub / github.com/ipython/traitlets / print_version

Method print_version

traitlets/config/application.py:695–697  ·  view source on GitHub ↗

Print the version string.

(self)

Source from the content-addressed store, hash-verified

693 yield ""
694
695 def print_version(self) -> None:
696 """Print the version string."""
697 print(self.version)
698
699 @catch_config_error
700 def initialize_subcommand(self, subc: str, argv: ArgvType = None) -> None:

Callers 1

parse_command_lineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected