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

Method __repr__

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

Source from the content-addressed store, hash-verified

489 return self.matcher.reverse(*args)
490
491 def __repr__(self) -> str:
492 return "{}({!r}, {}, kwargs={!r}, name={!r})".format(
493 self.__class__.__name__,
494 self.matcher,
495 self.target,
496 self.target_kwargs,
497 self.name,
498 )
499
500
501class Matcher:

Callers

nothing calls this directly

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected