MCPcopy Index your code
hub / github.com/clips/pattern / __repr__

Method __repr__

pattern/web/__init__.py:515–516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

513 return u
514
515 def __repr__(self):
516 return "URL('%s', method='%s')" % (str(self), str(self.method))
517
518 def copy(self):
519 return URL(self.string, self.method, self.query)

Callers 1

__repr__Method · 0.45

Calls 1

strFunction · 0.85

Tested by

no test coverage detected