Files
@ c8f34ad333a2
Branch filter:
Location: kallithea/docs/theme/nature/static/pygments.css
c8f34ad333a2
2.7 KiB
text/css
model: simplify guess_instance invocations
The second argument to the guess_instance classmethod is in practice
fixed for Gist, Permission, RepoGroup, Repository, User, UserGroup;
so might as well move this logic into per-class specializations of
guess_instance.
The second argument to the guess_instance classmethod is in practice
fixed for Gist, Permission, RepoGroup, Repository, User, UserGroup;
so might as well move this logic into per-class specializations of
guess_instance.