mirror of
https://github.com/graphql-python/graphene.git
synced 2025-11-02 08:57:30 +03:00
* Vendor DataLoader from aiodataloader and also move get_event_loop behavior from `__init__` to a property which only gets resolved when actually needed (this will solve PyTest-related to early get_event_loop() issues) * Added DataLoader's specific tests * plug `loop` parameter into `self._loop`, so that we still have the ability to pass in a custom event loop, if needed. Co-authored-by: Erik Wrede <erikwrede2@gmail.com> |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| crunch.py | ||
| dataloader.py | ||
| deduplicator.py | ||
| deprecated.py | ||
| get_unbound_function.py | ||
| is_introspection_key.py | ||
| module_loading.py | ||
| orderedtype.py | ||
| props.py | ||
| resolve_only_args.py | ||
| str_converters.py | ||
| subclass_with_meta.py | ||
| thenables.py | ||
| trim_docstring.py | ||