Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CFSworks/limeade
/ types & classes
Types & classes
3 in github.com/CFSworks/limeade
⨍
Functions
26
◇
Types & classes
3
↓ 2 callers
Class
OnPath
Test utility to put a pytest path on the Python search path.
tests/__init__.py:4
↓ 1 callers
Class
ClassHook
This is a context manager (use it with `with`) that hooks the `builtins.__build_class__` function to cause classes to be mutated rather t
limeade/mutating.py:74
↓ 1 callers
Class
ImportHook
This hooks the import machinery to reload modules from a dict. It serves as a context manager, so `with ImportHook(...):` works.
limeade/refreshing.py:49