yuuno.vs.utils module¶
-
yuuno.vs.utils.
filter_or_import
(name: AnyStr) → typing.Callable[source]¶ Loads the filter from the current core or tries to import the name.
Parameters: name – The name to load. Returns: A callable.
yuuno.vs.utils.
filter_or_import
(name: AnyStr) → typing.Callable[source]¶Loads the filter from the current core or tries to import the name.
Parameters: | name – The name to load. |
---|---|
Returns: | A callable. |