MCPcopy
hub / github.com/tornadoweb/tornado / __repr__

Method __repr__

tornado/routing.py:699–706  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

697 self.kwargs = kwargs
698
699 def __repr__(self) -> str:
700 return "{}({!r}, {}, kwargs={!r}, name={!r})".format(
701 self.__class__.__name__,
702 self.regex.pattern,
703 self.handler_class,
704 self.kwargs,
705 self.name,
706 )
707
708
709@overload

Callers

nothing calls this directly

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected