Код: Выделить всё
def __repr__(self):
return '' % (
self.__class__.__name__, self.urlconf_name, self.app_name,
self.namespace, self.regex.pattern)
Подробнее здесь: https://stackoverflow.com/questions/198 ... epr-method
Код: Выделить всё
def __repr__(self):
return '' % (
self.__class__.__name__, self.urlconf_name, self.app_name,
self.namespace, self.regex.pattern)