ulkb.Theory.show_extensions#
- Theory.show_extensions(*args, limit=None, offset=None, id=None, class_=None, **kwargs)[source]#
Prints extensions matching criteria.
If offset is not given, assumes
Theory.prelude_offset
.- Parameters:
args – Expressions that must occur in extension.
limit – Maximum number of results.
offset – Minimum offset.
id – Id (regex).
class – Class.
kwargs – Extra arguments to be passed to
print()
.